This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
GsL
[echo] L2jFrozen Gameserver Revision: 948:952M
compile:
[javac] Compiling 1466 source files to C:\Workspace\L2jFrozen_GameServer\build\classes
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:156: cannot find symbol
[javac] symbol : class L2MultiFunctionZone
[javac] location: package com.l2jfrozen.gameserver.model.zone.type
[javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone;
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:37: cannot find symbol
[javac] symbol : class L2MultiFunctionZone
[javac] location: package com.l2jfrozen.gameserver.model.zone.type
[javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone;
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:34: cannot find symbol
[javac] symbol : class L2MultiFunctionZone
[javac] location: package com.l2jfrozen.gameserver.model.zone.type
[javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone;
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:8029: cannot find symbol
[javac] symbol : variable L2MultiFunctionZone
[javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance
[javac] L2MultiFunctionZone.givereward(this);
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:100: cannot find symbol
[javac] symbol : variable L2MultiFunctionZone
[javac] location: class com.l2jfrozen.gameserver.network.clientpackets.UseItem
[javac] if(getClient().getActiveChar().isInsideZone(L2Character.ZONE_MULTIFUNCTION) && !L2MultiFunctionZone.checkItem(item))
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:69: cannot find symbol
[javac] symbol : variable L2MultiFunctionZone
[javac] location: class com.l2jfrozen.gameserver.network.serverpackets.Die
[javac] || (player.isInsideZone(L2Character.ZONE_MULTIFUNCTION) && L2MultiFunctionZone.revive));
[javac] ^
[javac] 6 errors
WTF is this i havent red lines in eclipse..??
3 answers to this question
Recommended Posts