Jump to content
  • 0

Telleport while SIeges Error


Question

Posted (edited)

σήμερα ξαφνικά ολες οι GK δεν δουλεύουν, είτε οι "off" ειναι Custom... Και πετάει το εξής Error στο G.C. 

 

WARN  Bad RequestBypassToServer:
java.lang.NullPointerException
        at com.l2jfrozen.gameserver.model.entity.siege.Castle.checkIfInZone(Cast
le.java:281)
        at com.l2jfrozen.gameserver.managers.CastleManager.getCastleIndex(Castle
Manager.java:240)
        at com.l2jfrozen.gameserver.managers.CastleManager.getCastleIndex(Castle
Manager.java:231)
        at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.va
lidateCondition(L2TeleporterInstance.java:392)
        at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.on
BypassFeedback(L2TeleporterInstance.java:94)
        at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:303)
        at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:77)
        at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1
213)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

Edited by pnsrx8

4 answers to this question

Recommended Posts

  • 0
Posted

file: 

com.l2jfrozen.gameserver.model.entity.siege.Castle

    

					file: Castle.java

					/**
	 				* @param x
					 * @param y
					 * @param z
	 				* @return true if object is inside the zone
					 */
						public boolean checkIfInZone(final int x, final int y, final int z)
	 					{
<!---line--- 281--->	return _zone.isInsideZone(x, y, z);      <!---  line 281--->
						}
	

 

  • 0
Posted
On 3/12/2017 at 10:30 PM, Reborn12 said:

L2teleporter.java svise ta check gia ta siege sto goto

 

το πρόβλημα ήταν απο το code: NPC Crest... 

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

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..