i am using l2jdot's server pack. i have tried 3 buffers and they all have error. it says u r either not carrying out your quest or don't meet the criterica. i have everything right in my data, i don't get it.
Discord : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchiha-market.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/uthciha-servicess | https://campsite.bio/utchihaamkt
Question
rain1g
i am using l2jdot's server pack. i have tried 3 buffers and they all have error. it says u r either not carrying out your quest or don't meet the criterica. i have everything right in my data, i don't get it.
__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'7000_HeroItems',
'8000_RaidbossInfo',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'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 ""
7 answers to this question
Recommended Posts