Hello there i Found a another npc buffer this is for interlude i do some change and fixes... some buffs error and now is ready!!
It does work on l2joneo pack!
A little guide :P
Fix your _init_.py. at C:/Server/GameServer/Data/Jscript/Custom replace this code;
__all__ = [
'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 ""
Screenshots
http://img113.imageshack.us/img113/9918/shot00003df6dh1.jpg[/img]
Link; :o
Download
Source:Van