Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use
viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
tukune
Posts: 533 Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan
Post
by tukune » Sun Aug 07, 2011 2:35 am
Code: Select all
Announcements.getInstance().announceToAll("Warpgate is now 80% energized!");- if (checkNpcSpawn())- {- _warpgateverdeescuroum.deleteMe();- _warpgateverdeescurodois.deleteMe();- _warpgateverdeescurotres.deleteMe();- }+ if (_warpgateverdeescuroum != null) _warpgateverdeescuroum.deleteMe();+ if (_warpgateverdeescurodois != null) _warpgateverdeescurodois.deleteMe();+ if (_warpgateverdeescurotres != null) _warpgateverdeescurotres.deleteMe();+ _warpgateverdeescuroum = null;+ _warpgateverdeescurodois = null;+ _warpgateverdeescurotres = null;
DreamStage
Posts: 222 Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal
Post
by DreamStage » Sun Aug 07, 2011 8:07 am
didnt solved the problem. The problem still persists
Ignorance comes when you dont want to know the truth about facts.
SolidSnake
Posts: 865 Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy
Post
by SolidSnake » Sun Aug 07, 2011 9:44 am
Post the errors showed in the gameserver console.
DreamStage
Posts: 222 Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal
Post
by DreamStage » Sun Aug 07, 2011 10:18 am
i told you yesterday at private chat man:
says the same problem:
Code: Select all
for (L2Spawn spawn : SpawnTable.getInstance().getSpawnTable()) Can only iterate over an array or an of java.lang.Iterable
Ignorance comes when you dont want to know the truth about facts.
tukune
Posts: 533 Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan
Post
by tukune » Sun Aug 07, 2011 2:46 pm
for (L2Spawn spawn : SpawnTable.getInstance().getSpawnTable().values() )