» Find Revision
L2J Revision Number: 4394
L2JDP Revision Number:7645
Hello, recently i wanted to move all my custom npc spawns to the custom tables, but there is a problem.
allthough i enabled these options
Code: Select all
CustomSpawnlistTable = True # Option to save GM spawn only in the custom table.# Default: FalseSaveGmSpawnOnCustom = True # Option to delete spawn in alternate table.# Default: FalseDeleteGmSpawnOnCustom = True # Default: FalseCustomNpcTable = True
from the custom spawn table , the spawn locations are not deleted, allthough in game the npc is deleted, and at next server restarts they dont appear, allthough in the custom table the line of the npc spawn is there...
it s weird, or it s like that that is supposed to work?