Well If You Use Interlude , The Problem Is Not With The Level's Or Something.
go to
GameServer / Data / JScript / Custom /
Find + Open With Notepad The File _init_.py
Delete All Its Contain And Paste This :
__all__ = [
'708_ZakenCurse',
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_NPCBuffer'
]
print ""
print "importing custom data ..."
for name in __all__ :
try :
__import__('data.jscript.custom.'+name,globals(), locals(), ['__init__'], -1)
except:
print "failed to import quest : ",name
print "... done"
print ""
Save It.
Restart Your Server And Ta Daaaaa Its Ok ;)