-
Публикаций
261 -
Зарегистрирован
-
Посещение
-
Отзывы
0%
Репутация
3Информация о Aversia
-
Звание
Поставил палатку
Посетители профиля
3532 просмотра профиля
-
начинает попахивать шарой, будет смешно если чел просто сольет сборку
-
А что за сборка дай описание
-
тоже интересуют какие есть кроме адрика напиши тут или в лс
-
а есть ли у вас какой то антибот? который сразу идет с сборкой.
-
Ребят есть шаблон ссылка http://l2design.ru/stressweb/536-shablon-sayta-l2mad-sw13.html не реклама Факт в том что онлайн там отображается не от базы а просто рандомно подскажите где поменять значение чтоб можно было регулировать отоброжение онлайна тыкну плюсик
-
добавил уже есть там красные ошибки только какие методы писать за место того вообще не понятно
-
да скачал уже исходник зашел через idea и все полный ступор что делать дальше
-
короче ваше не чего не понял уже калить начинает
-
сократил до 3 ошибок Лог ГС [spoiler] ===========================================-[ Events/Script/CoreScript/Engine ] [INFO 10:03:48]: Script Engine Manager: loaded 48 script(s) form corequests.jar [INFO 10:03:52]: NpcBufferSkillIdsTable: Loaded 1 buffers and 140 skills. incorrect classpath: ./extensions/* ---------- 1. ERROR in \DonateScrolls.java (at line 23) public class DonateScrolls implements IItemHandler ^^^^^^^^^^^^^ The type DonateScrolls must implement the inherited abstract method IItemHandler .useItem(L2PlayableInstance, L2ItemInstance, boolean) ---------- 2. ERROR in \DonateScrolls.java (at line 25) private final static FastMap<Integer, Integer[]> SCROLLS = new FastMap<I nteger, Integer[]>().shared("DonateScrolls.SCROLLS"); ^^^^^^ The method shared() in the type FastMap<Integer,Integer[]> is not applicable for the arguments (String) ---------- 3. ERROR in \DonateScrolls.java (at line 57) if (!playable.getActingPlayer() ^ Syntax error, insert ") Statement" to complete BlockStatements ---------- 3 problems (3 errors)Syntax error, insert ") Statement" to complete BlockStateme nts The type custom.items.DonateScrolls must implement the inherited abstract method ru.catssoftware.gameserver.handler.IItemHandler.useItem(ru.catssoftware.gameser ver.model.actor.instance.L2PlayableInstance, ru.catssoftware.gameserver.model.L2 ItemInstance, boolean) The method shared() in the type javolution.util.FastMap<java.lang.Integer,java.l ang.Integer[]> is not applicable for the arguments (java.lang.String) [WARN 10:03:55]: Failed executing script: I:\projectl2drop\server l2drop\game\da ta\scripts\custom\items\DonateScrolls.java. See DonateScrolls.java.error.log for details. [INFO 10:03:55]: Spawn Events Managers сам чудо скрипт [spoiler] package custom.items; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.List; import java.util.Map; import java.util.concurrent.ScheduledFuture; import ru.catssoftware.gameserver.datatables.SkillTable; import ru.catssoftware.gameserver.model.L2ItemInstance; import ru.catssoftware.gameserver.model.actor.instance.L2PcInstance; import ru.catssoftware.gameserver.model.actor.instance.L2PlayableInstance; import ru.catssoftware.gameserver.network.serverpackets.MagicSkillUse; import ru.catssoftware.gameserver.handler.ItemHandler; import ru.catssoftware.gameserver.handler.IItemHandler; import javolution.util.FastList; import javolution.util.FastMap; public class DonateScrolls implements IItemHandler { private final static FastMap<Integer, Integer[]> SCROLLS = new FastMap<Integer, Integer[]>().shared("DonateScrolls.SCROLLS"); private static int[] ITEM_IDS = null; public DonateScrolls() { /**?????? **SCROLLS.put(????_??, new Integer[] { ??_?????, ???????_?????, ??_??????_????????, ?????????????????_????????(??.)), ??????_??????(1 ??, 0 ???)) }); **/ SCROLLS.put(9843, new Integer[] { 9959, 1, 2036, 1, 1 }); SCROLLS.put(4356, new Integer[] { 805, 1, 2036, 1, 1 }); SCROLLS.put(4355, new Integer[] { 806, 1, 2036, 1, 1 }); SCROLLS.put(4357, new Integer[] { 807, 1, 2036, 1, 1 }); SCROLLS.put(9996, new Integer[] { 819, 1, 2036, 1, 1 }); SCROLLS.put(9997, new Integer[] { 820, 1, 2036, 1, 1 }); SCROLLS.put(9998, new Integer[] { 821, 1, 2036, 1, 1 }); SCROLLS.put(9999, new Integer[] { 822, 1, 2036, 1, 1 }); SCROLLS.put(4361, new Integer[] { 835, 1, 2031, 1, 0 }); // Integer[] tmp_ids = (Integer[]) SCROLLS.keySet().toArray(new Integer[SCROLLS.size()]); ITEM_IDS = toIntArray(tmp_ids); tmp_ids = null; ItemHandler.getInstance().registerItemHandler(this); } public static void main (String... arguments ) { new DonateScrolls(); } public void useItem(L2PlayableInstance playable, L2ItemInstance item) { if (!playable.getActingPlayer() return; L2PcInstance player = (L2PcInstance) playable; if (player.isAllSkillsDisabled()) { player.sendMessage(); return; } if (player.isInOlympiadMode()) { player.sendPacket(Static.THIS_ITEM_IS_NOT_AVAILABLE_FOR_THE_OLYMPIAD_EVENT); player.sendMessage(); return; } Integer[] data = SCROLLS.get(item.getItemId()); if(data != null) { player.stopSkillEffects(data[0]); SkillTable.getInstance().getInfo(data[0], data[1]).getEffects(player, player); player.broadcastPacket(new MagicSkillUse(player, player, data[2], 1, data[3], 0)); if (data[4] == 1) player.destroyItem("Consume", item.getObjectId(), 1, null, false); } } private int[] toIntArray(Integer[] arr) { int[] ret = new int[arr.length]; int i = 0; for (Integer e : arr) ret[i++] = e.intValue(); return ret; } public int[] getItemIds() { return ITEM_IDS; } }
-
вот этот софт подойдет? https://www.jetbrains.com/idea/download/download-thanks.html?platform=windows&code=IIC
-
исходников нету есть только разорхивированое ядро
-
Это уже понял а как узнать какие и где их искать