» Find Revision
L2J Revision 7670:
when i'm trying to upgrade my Server using the Diff files janiii created.
But after doing this some Errors occur:

how to fix this?
Using the Quickfix options would solve the problems but cause errors in Serversoftware when running.
So what to do?
Edit: Heres what the Compiler says:
Code: Select all
[javac] Compiling 1526 source files to F:\workspace\L2_GameServer_4427\build\classes [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\L2Skill.java:2453: cannot find symbol [javac] symbol : variable targetPlayer [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] if (targetPlayer == null) [javac] ^ [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:6756: cannot find symbol [javac] symbol : variable YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG [javac] location: class com.l2jserver.gameserver.network.SystemMessageId [javac] sendPacket(new SystemMessage(SystemMessageId.YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG)); [javac] ^ [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:15055: cannot find symbol [javac] symbol : variable _handysBlockCheckerEventArena [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] _handysBlockCheckerEventArena = arena; [javac] ^ [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:15060: cannot find symbol [javac] symbol : variable _handysBlockCheckerEventArena [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] return _handysBlockCheckerEventArena; [javac] ^ [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\util\MinionList.java:144: cannot find symbol [javac] symbol : method isRespawnEnabled() [javac] location: class com.l2jserver.gameserver.model.L2Spawn [javac] && _master.getSpawn().isRespawnEnabled()) [javac] ^ [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\network\clientpackets\RequestUnEquipItem.java:71: cannot find symbol [javac] symbol : method isWear() [javac] location: class com.l2jserver.gameserver.model.L2ItemInstance [javac] if (item == null || item.isWear()) [javac] ^ [javac] 6 errors