Jump to content

Question

Posted

Hi guys i have an l2j freya server ... i spawn npc's and after restart or shutdown command... all npc's i have spawn like mobs or gk's buffer etc.. are dissapeared...

Can someone give me an answer?

What must i do?

5 answers to this question

Recommended Posts

  • 0
Posted

Either you add them to spawnlist (in the DB).

Or you can look if there's  a config for it.. mine looked like this:

 

# ---------------------------------------------------------------------------
# Database Custom Tables
# ---------------------------------------------------------------------------
# Default: False
CustomSpawnlistTable = True

# Option to save GM spawn only in the custom table.
# Default: False
SaveGmSpawnOnCustom = True

# Option to delete spawn in alternate table.
# Default: False
DeleteGmSpawnOnCustom = True

# Default: False
CustomNpcTable = True

# Default: False
CustomNpcSkillsTable = True

# Default: False
CustomItemTables = True

# Default: False
CustomArmorSetsTable = True

# Default: False
CustomTeleportTable = True

# Default: False
CustomDroplistTable = True

# Default: False
CustomMerchantTables = True

# Default: False
CustomNpcBufferTables = True

 

And enable the custom things (this config was found in gameserver/config/general.properties) but it's from a private project based on l2j so I'm not 100% sure you have the same name on the properties file.

  • 0
Posted

# ---------------------------------------------------------------------------

# Database Custom Tables

# ---------------------------------------------------------------------------

# Default: False

CustomSpawnlistTable = True

 

# Option to save GM spawn only in the custom table.

# Default: False

SaveGmSpawnOnCustom = True

 

# Option to delete spawn in alternate table.

# Default: False

DeleteGmSpawnOnCustom = False --> it was false... i changed it to true...right?

# Default: False

CustomNpcTable = True

 

# Default: False

CustomNpcSkillsTable = True

 

# Default: False

CustomItemTables = True

 

# Default: False

CustomArmorSetsTable = True

 

# Default: False

CustomTeleportTable = True

 

# Default: False

CustomDroplistTable = True

 

# Default: False

CustomMerchantTables = True

 

# Default: False

CustomNpcBufferTables = True

Guest
This topic is now closed to further replies.


×
×
  • Create New...