Вот сами ошибки:
Скрытый текст[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