Hello, anyone can help me, when i try to teleport with npc Teleporter i'll get error in GS console:
WARN Bad RequestBypassToServer:
java.lang.IndexOutOfBoundsException: index: -1
at javolution.util.FastList.get(FastList.java:196)
at com.l2jfrozen.gameserver.managers.TownManager.townHasCastleInSiege(To
wnManager.java:228)
at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.do
Teleport(L2TeleporterInstance.java:247)
at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.on
BypassFeedback(L2TeleporterInstance.java:145)
at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.
runImpl(RequestBypassToServer.java:243)
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)
// FROM JAVA
at com.l2jfrozen.gameserver.managers.TownManager.townHasCastleInSiege(To
wnManager.java:228)
228 Line:
final Castle castle = CastleManager.getInstance().getCastles().get(CastleManager.getInstance().getCastleIndex(castleIndex));
at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.do
Teleport(L2TeleporterInstance.java:247)
247 Line:
else if (!SiegeManager.getInstance().is_teleport_to_siege_town_allowed() && TownManager.getInstance().townHasCastleInSiege(list.getLocX(), list.getLocY()) && !player.isNoble())
in class doTeleport
at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.on
BypassFeedback(L2TeleporterInstance.java:145)
Line 145:
doTeleport(player, whereTo);
In class public void onBypassFeedback
This error will show when i deleted others castles from sql just leave Giran.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello, I would like to create the same quest as in the video but I will need help because this is my first time doing something like this. Any advice and tutorial would be helpful.
My opinion there is nothing close to official package. As muche we developers try to update + fix skills quests and many other shit on all those packages , we never or they never gonna succeed!!
all packs use the same l2j base just different emmprovments.
dose it matter what is l2jmobius / Acis / Lucera and many many more that we see 15 years now all are the same packs with similar problems a and many issues..... the difference is some smart people make money from
newbies that they believe that if they purchase a pack from premium projects
they will have something special they really stupid themselves...
any way Lineage2 is dead many years now so.
hapy Christmas to all and peace
The Ultimate Winter Skin for Lineage 2
Experience frosty armor that melds luxurious furs, glacial spikes, and breathtaking metallic finishes - all designed to strike fear into your foes.
2 Epic Roman Skins for Lineage 2 | Any protocol | All classes
Inspired by the unstoppable might of the ancient legions, these skins feature towering crests, ornate shields, and fearsome metal plating that radiates authority from regal red capes to radiant golden finishes.
Question
l2fire
Hello, anyone can help me, when i try to teleport with npc Teleporter i'll get error in GS console:
WARN Bad RequestBypassToServer: java.lang.IndexOutOfBoundsException: index: -1 at javolution.util.FastList.get(FastList.java:196) at com.l2jfrozen.gameserver.managers.TownManager.townHasCastleInSiege(To wnManager.java:228) at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.do Teleport(L2TeleporterInstance.java:247) at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.on BypassFeedback(L2TeleporterInstance.java:145) at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:243) 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) // FROM JAVA at com.l2jfrozen.gameserver.managers.TownManager.townHasCastleInSiege(To wnManager.java:228) 228 Line: final Castle castle = CastleManager.getInstance().getCastles().get(CastleManager.getInstance().getCastleIndex(castleIndex)); at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.do Teleport(L2TeleporterInstance.java:247) 247 Line: else if (!SiegeManager.getInstance().is_teleport_to_siege_town_allowed() && TownManager.getInstance().townHasCastleInSiege(list.getLocX(), list.getLocY()) && !player.isNoble()) in class doTeleport at com.l2jfrozen.gameserver.model.actor.instance.L2TeleporterInstance.on BypassFeedback(L2TeleporterInstance.java:145) Line 145: doTeleport(player, whereTo); In class public void onBypassFeedback
This error will show when i deleted others castles from sql just leave Giran.
Siege not started
Pack: l2jfrozen
Edited by l2fire0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.