TheArchitect™ Posted January 31, 2010 Posted January 31, 2010 commodus perasa ayto edw sto __init.py__ pou mou eipa ayto edw __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 "" kai mou bgazei failed sto game server :S gt?
0 Commodus Posted January 31, 2010 Posted January 31, 2010 ok 8a to palepsw ty for all ;) Gia otidipote allo xreiasteis , edw eimaste ;) Request to lock.
Question
TheArchitect™
commodus perasa ayto edw sto __init.py__ pou mou eipa ayto edw
__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 ""
kai mou bgazei failed sto game server :S gt?
31 answers to this question
Recommended Posts