L2LL 0 Опубликовано 27 июня, 2012 Подскажите пожалуйста код команды .menu на l2jfrozen. Ищу уже примерно 4 дня не могу найти. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
iceman 42 Опубликовано 27 июня, 2012 Подскажите пожалуйста код команды .menu на l2jfrozen.Ищу уже примерно 4 дня не могу найти. берёшь или в eon,software,fireage если сам не можешь написать и там берёшь. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
L2LL 0 Опубликовано 28 июня, 2012 берёшь или в eon,software,fireage если сам не можешь написать и там берёшь. Я по работе с ядром даже можно сказать ниже уровня новичка, не знаю где откопать там этот исходник, прошу тыкнуть пальцем. P.S Учусь разбирая простые коды. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Mikki 0 Опубликовано 28 июня, 2012 Качаешь FireAge исходники идёшь сюда - Скрытый текстgameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java выдераешь себеИдёшь сюда - Скрытый текстgameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java Выдераешь загрузку менюшки. Идёшь сюда - Скрытый текстgameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java ишешь всё что связанно с меню. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
L2LL 0 Опубликовано 28 июня, 2012 Качаешь FireAge исходники идёшь сюда - Скрытый текстgameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java выдераешь себеИдёшь сюда - Скрытый текстgameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java Выдераешь загрузку менюшки. Идёшь сюда - Скрытый текстgameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java ишешь всё что связанно с меню. Не получилось Вылетела ошибка при компиляции: BUILD FAILED C:\Users\?????\Desktop\svn\gameserver\build.xml:65: Compile failed; see the compiler error output for details. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
L2LL 0 Опубликовано 28 июня, 2012 (изменено) Не получилось Вылетела ошибка при компиляции: BUILD FAILED C:\Users\?????\Desktop\svn\gameserver\build.xml:65: Compile failed; see the compiler error output for details. Вот сами ошибки: Скрытый текст[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:75: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminPremium; [javac] ^ [javac] symbol: class AdminPremium [javac] location: package com.l2jfrozen.gameserver.handler.admincommandhandlers [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:91: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminTvTEvent; [javac] ^ [javac] symbol: class AdminTvTEvent [javac] location: package com.l2jfrozen.gameserver.handler.admincommandhandlers [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:21: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminPremium; [javac] ^ [javac] symbol: class AdminPremium [javac] location: package com.l2jfrozen.gameserver.handler.admincommandhandlers [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:24: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.model.entity.event.TvTEvent; [javac] ^ [javac] symbol: class TvTEvent [javac] location: package com.l2jfrozen.gameserver.model.entity.event [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:149: error: cannot find symbol [javac] registerAdminCommandHandler(new AdminPremium()); [javac] ^ [javac] symbol: class AdminPremium [javac] location: class AdminCommandHandler [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:171: error: cannot find symbol [javac] registerAdminCommandHandler(new AdminTvTEvent()); [javac] ^ [javac] symbol: class AdminTvTEvent [javac] location: class AdminCommandHandler [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:48: error: cannot find symbol [javac] private static final Logger _log = Logger.getLogger(AdminPremium.class.getName()); [javac] ^ [javac] symbol: class AdminPremium [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:66: error: cannot find symbol [javac] player.setStopExp(true); [javac] ^ [javac] symbol: method setStopExp(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:71: error: cannot find symbol [javac] player.setStopExp(false); [javac] ^ [javac] symbol: method setStopExp(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:83: error: cannot find symbol [javac] player.setAutoLoot(false); [javac] ^ [javac] symbol: method setAutoLoot(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:88: error: cannot find symbol [javac] player.setAutoLoot(true); [javac] ^ [javac] symbol: method setAutoLoot(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:100: error: method closeNetConnection in class L2PcInstance cannot be applied to given types; [javac] player.closeNetConnection(true); [javac] ^ [javac] required: no arguments [javac] found: boolean [javac] reason: actual and formal argument lists differ in length [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:130: error: cannot find symbol [javac] player.setTradeRefusal(false); [javac] ^ [javac] symbol: method setTradeRefusal(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:135: error: cannot find symbol [javac] player.setTradeRefusal(true); [javac] ^ [javac] symbol: method setTradeRefusal(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:185: error: cannot find symbol [javac] if (TvTEvent.isPlayerParticipant(player.getObjectId())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:191: error: cannot find symbol [javac] if (TvTEvent.isParticipating()) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:193: error: cannot find symbol [javac] TvTEvent.addParticipant(player); [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:206: error: cannot find symbol [javac] if (TvTEvent.isParticipating()) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:208: error: cannot find symbol [javac] if (!TvTEvent.isPlayerParticipant(player.getObjectId())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:214: error: cannot find symbol [javac] TvTEvent.removeParticipant(player.getObjectId()); [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:300: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM1_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:300: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM1_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:300: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM1_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM1_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:306: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:311: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM1_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:311: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM1_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM1_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:312: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:325: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM2_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:325: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM2_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:325: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM2_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM2_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:331: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:336: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM2_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:336: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM2_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM2_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:337: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:350: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM3_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:350: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM3_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:350: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM3_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM3_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:356: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:361: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM3_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:361: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM3_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM3_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:362: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:375: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM4_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:375: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM4_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:375: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM4_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM4_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:381: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:386: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM4_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:386: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM4_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM4_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:387: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:400: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM5_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:400: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM5_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:400: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM5_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM5_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:406: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:411: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM5_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:411: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM5_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM5_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:412: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:425: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM6_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:425: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM6_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:425: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM6_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM6_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:431: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:436: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM6_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:436: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM6_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM6_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:437: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:466: error: cannot find symbol [javac] int CountTrick = L2World.getInstance().getAllPlayers().size() * Config.UP_ONLINE / 100; [javac] ^ [javac] symbol: variable UP_ONLINE [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:470: error: cannot find symbol [javac] if (activeChar.getStopExp()) [javac] ^ [javac] symbol: method getStopExp() [javac] location: variable activeChar of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:478: error: cannot find symbol [javac] if (activeChar.isAutoLoot()) [javac] ^ [javac] symbol: method isAutoLoot() [javac] location: variable activeChar of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:486: error: cannot find symbol [javac] if (activeChar.getTradeRefusal()) [javac] ^ [javac] symbol: method getTradeRefusal() [javac] location: variable activeChar of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:518: error: cannot find symbol [javac] htm.replace("%price1%", str + Config.SET_PREMIUM1_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM1_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:519: error: cannot find symbol [javac] htm.replace("%price2%", str + Config.SET_PREMIUM2_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM2_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:520: error: cannot find symbol [javac] htm.replace("%price3%", str + Config.SET_PREMIUM3_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM3_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:521: error: cannot find symbol [javac] htm.replace("%price4%", str + Config.SET_PREMIUM4_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM4_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:522: error: cannot find symbol [javac] htm.replace("%price5%", str + Config.SET_PREMIUM5_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM5_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:523: error: cannot find symbol [javac] htm.replace("%price6%", str + Config.SET_PREMIUM6_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM6_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:638: error: cannot find symbol [javac] if ((TvTEvent.isInactive()) || (TvTEvent.isInactivating())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:638: error: cannot find symbol [javac] if ((TvTEvent.isInactive()) || (TvTEvent.isInactivating())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:640: error: cannot find symbol [javac] else if (TvTEvent.isParticipating()) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:642: error: cannot find symbol [javac] else if ((TvTEvent.isStarted()) || (TvTEvent.isStarting()) || (TvTEvent.isRewarding())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:642: error: cannot find symbol [javac] else if ((TvTEvent.isStarted()) || (TvTEvent.isStarting()) || (TvTEvent.isRewarding())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:642: error: cannot find symbol [javac] else if ((TvTEvent.isStarted()) || (TvTEvent.isStarting()) || (TvTEvent.isRewarding())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] 78 errors [javac] 1 warning BUILD FAILED C:\Users\?????\Desktop\svn\gameserver\build.xml:65: Compile failed; see the compiler error output for details. Total time: 15 seconds Изменено 28 июня, 2012 пользователем L2LL Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
iceman 42 Опубликовано 28 июня, 2012 Если ты просто возьмёшь и скопируешь вставишь в свою сбоку естественно у тебя ни чего не получится... Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Mikki 0 Опубликовано 28 июня, 2012 Вот сами ошибки: Скрытый текст[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:75: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminPremium; [javac] ^ [javac] symbol: class AdminPremium [javac] location: package com.l2jfrozen.gameserver.handler.admincommandhandlers [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:91: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminTvTEvent; [javac] ^ [javac] symbol: class AdminTvTEvent [javac] location: package com.l2jfrozen.gameserver.handler.admincommandhandlers [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:21: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.handler.admincommandhandlers.AdminPremium; [javac] ^ [javac] symbol: class AdminPremium [javac] location: package com.l2jfrozen.gameserver.handler.admincommandhandlers [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:24: error: cannot find symbol [javac] import com.l2jfrozen.gameserver.model.entity.event.TvTEvent; [javac] ^ [javac] symbol: class TvTEvent [javac] location: package com.l2jfrozen.gameserver.model.entity.event [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:149: error: cannot find symbol [javac] registerAdminCommandHandler(new AdminPremium()); [javac] ^ [javac] symbol: class AdminPremium [javac] location: class AdminCommandHandler [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\AdminCommandHandler.java:171: error: cannot find symbol [javac] registerAdminCommandHandler(new AdminTvTEvent()); [javac] ^ [javac] symbol: class AdminTvTEvent [javac] location: class AdminCommandHandler [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:48: error: cannot find symbol [javac] private static final Logger _log = Logger.getLogger(AdminPremium.class.getName()); [javac] ^ [javac] symbol: class AdminPremium [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:66: error: cannot find symbol [javac] player.setStopExp(true); [javac] ^ [javac] symbol: method setStopExp(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:71: error: cannot find symbol [javac] player.setStopExp(false); [javac] ^ [javac] symbol: method setStopExp(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:83: error: cannot find symbol [javac] player.setAutoLoot(false); [javac] ^ [javac] symbol: method setAutoLoot(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:88: error: cannot find symbol [javac] player.setAutoLoot(true); [javac] ^ [javac] symbol: method setAutoLoot(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:100: error: method closeNetConnection in class L2PcInstance cannot be applied to given types; [javac] player.closeNetConnection(true); [javac] ^ [javac] required: no arguments [javac] found: boolean [javac] reason: actual and formal argument lists differ in length [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:130: error: cannot find symbol [javac] player.setTradeRefusal(false); [javac] ^ [javac] symbol: method setTradeRefusal(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:135: error: cannot find symbol [javac] player.setTradeRefusal(true); [javac] ^ [javac] symbol: method setTradeRefusal(boolean) [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:185: error: cannot find symbol [javac] if (TvTEvent.isPlayerParticipant(player.getObjectId())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:191: error: cannot find symbol [javac] if (TvTEvent.isParticipating()) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:193: error: cannot find symbol [javac] TvTEvent.addParticipant(player); [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:206: error: cannot find symbol [javac] if (TvTEvent.isParticipating()) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:208: error: cannot find symbol [javac] if (!TvTEvent.isPlayerParticipant(player.getObjectId())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:214: error: cannot find symbol [javac] TvTEvent.removeParticipant(player.getObjectId()); [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:300: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM1_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:300: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM1_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:300: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM1_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM1_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:306: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:311: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM1_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:311: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM1_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM1_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:312: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:325: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM2_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:325: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM2_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:325: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM2_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM2_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:331: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:336: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM2_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:336: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM2_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM2_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:337: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:350: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM3_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:350: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM3_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:350: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM3_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM3_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:356: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:361: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM3_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:361: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM3_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM3_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:362: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:375: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM4_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:375: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM4_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:375: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM4_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM4_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:381: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:386: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM4_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:386: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM4_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM4_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:387: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:400: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM5_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:400: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM5_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:400: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM5_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM5_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:406: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:411: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM5_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:411: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM5_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM5_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:412: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:425: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM6_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:425: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM6_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:425: error: cannot find symbol [javac] if ((player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM) == null) || (player.getInventory().getItemByItemId(Config.SET_PREMIUM_ITEM).getCount() < Config.SET_PREMIUM6_ITEM_COUNT)) [javac] ^ [javac] symbol: variable SET_PREMIUM6_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:431: error: cannot find symbol [javac] if (player.getPremiumService() > 0) [javac] ^ [javac] symbol: method getPremiumService() [javac] location: variable player of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:436: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM6_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM_ITEM [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:436: error: cannot find symbol [javac] player.destroyItemByItemId("Consume", Config.SET_PREMIUM_ITEM, Config.SET_PREMIUM6_ITEM_COUNT, player, false); [javac] ^ [javac] symbol: variable SET_PREMIUM6_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:437: error: cannot find symbol [javac] if (Config.PREMIUM_FIREWORKS) { [javac] ^ [javac] symbol: variable PREMIUM_FIREWORKS [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:466: error: cannot find symbol [javac] int CountTrick = L2World.getInstance().getAllPlayers().size() * Config.UP_ONLINE / 100; [javac] ^ [javac] symbol: variable UP_ONLINE [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:470: error: cannot find symbol [javac] if (activeChar.getStopExp()) [javac] ^ [javac] symbol: method getStopExp() [javac] location: variable activeChar of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:478: error: cannot find symbol [javac] if (activeChar.isAutoLoot()) [javac] ^ [javac] symbol: method isAutoLoot() [javac] location: variable activeChar of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:486: error: cannot find symbol [javac] if (activeChar.getTradeRefusal()) [javac] ^ [javac] symbol: method getTradeRefusal() [javac] location: variable activeChar of type L2PcInstance [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:518: error: cannot find symbol [javac] htm.replace("%price1%", str + Config.SET_PREMIUM1_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM1_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:519: error: cannot find symbol [javac] htm.replace("%price2%", str + Config.SET_PREMIUM2_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM2_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:520: error: cannot find symbol [javac] htm.replace("%price3%", str + Config.SET_PREMIUM3_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM3_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:521: error: cannot find symbol [javac] htm.replace("%price4%", str + Config.SET_PREMIUM4_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM4_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:522: error: cannot find symbol [javac] htm.replace("%price5%", str + Config.SET_PREMIUM5_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM5_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:523: error: cannot find symbol [javac] htm.replace("%price6%", str + Config.SET_PREMIUM6_ITEM_COUNT); [javac] ^ [javac] symbol: variable SET_PREMIUM6_ITEM_COUNT [javac] location: class Config [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:638: error: cannot find symbol [javac] if ((TvTEvent.isInactive()) || (TvTEvent.isInactivating())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:638: error: cannot find symbol [javac] if ((TvTEvent.isInactive()) || (TvTEvent.isInactivating())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:640: error: cannot find symbol [javac] else if (TvTEvent.isParticipating()) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:642: error: cannot find symbol [javac] else if ((TvTEvent.isStarted()) || (TvTEvent.isStarting()) || (TvTEvent.isRewarding())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:642: error: cannot find symbol [javac] else if ((TvTEvent.isStarted()) || (TvTEvent.isStarting()) || (TvTEvent.isRewarding())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] C:\Users\?????\Desktop\svn\gameserver\head-src\com\l2jfrozen\gameserver\handler\voicedcommandhandlers\Menu.java:642: error: cannot find symbol [javac] else if ((TvTEvent.isStarted()) || (TvTEvent.isStarting()) || (TvTEvent.isRewarding())) [javac] ^ [javac] symbol: variable TvTEvent [javac] location: class Menu [javac] 78 errors [javac] 1 warning BUILD FAILED C:\Users\?????\Desktop\svn\gameserver\build.xml:65: Compile failed; see the compiler error output for details. Total time: 15 seconds Я тебя просто направил по правельному пути)) а там уж сам давай. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
L2LL 0 Опубликовано 28 июня, 2012 Я тебя просто направил по правельному пути)) а там уж сам давай. Ну ладно Постараюсь) Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
TesteD 3 Опубликовано 17 июля, 2012 C:\Users\?????\Desktop\svn\gameserver\build.xml:65: Compile failed; see the compiler error output for details. - убери из пути, русские символы после Users и будет счастье Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Saick 46 Опубликовано 17 июля, 2012 Если ты просто возьмёшь и скопируешь вставишь в свою сбоку естественно у тебя ни чего не получится... Ето точно Не 1 файл то там изменить надо Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
iceman 42 Опубликовано 17 июля, 2012 Ето точно Не 1 файл то там изменить надо Ну есть просто люди которые просто берут созайют класс кидают в него код, а потом через 5 мин создают темы и пишут что такое не могу скомпилить Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты