Jump to content
  • 0

Spawning moobs/npc problem


Question

Posted (edited)

Ok,so i spawn npc's/moobs and after restart they dissapear. yesterday all i spawned was saved.but now,they dont

 

i use l2jfrozen on interlude

Edited by KIDutz

9 answers to this question

Recommended Posts

  • 0
Posted

ERROR CustomSpawnTable: Spawn could not be initialized
java.lang.ClassNotFoundException: com.l2jfrozen.gameserver.model.actor.instance.L2RankingInstance
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.l2jfrozen.gameserver.model.spawn.L2Spawn.<init>(L2Spawn.java:189)
        at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.fillSpawnTable(SpawnTable.java:229)
        at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<init>(SpawnTable.java:68)
        at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<clinit>(SpawnTable.java:51)
        at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:345)

 

whats this? 

  • 0
Posted (edited)

You must remove Instance on the type , so you must put L2Ranking instead of L2RankingInstance. If problem still exist you might have problem on the code

Edited by @IcathiaLord
  • 0
Posted

There was L2RankingInstances but edited it when i tryed to add pvp/pk npc manager. seems i mistaken something there and i didnt saved the original L2RankingInstances.

 

Wich npc to remove?

  • 0
Posted

the problem is back again...SHIT....the thing now is that it saves the custom spawns but it does not save what i delete.

 

example if i spawn a moob/npc and then delete it , when i restart the server its till spawned there and not deleted

 

i got like 5 npc's in one spot.no result if i delete them...when i restart the server they are back

  • 0
Posted

# Gm Spawn gets saved on custom_spawnlist Table?
SaveGmSpawnOnCustom = True

# Gm Spawn gets deleted on custom_spawnlist Table?
DeleteGmSpawnOnCustom = False

 

must be because that is false?i didnt have the problem before

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...