Jump to content
  • 0

[help]Buffer


Question

Posted

hi re guys exw afto to prob 349cgm8.jpg

exw balei thn buffer kai sta custom kai sta quest kai int exw valei kai sta custom kai prin apo ta custom kai sta quest int to addara kai sto navicat alla pali dn m to fortoni episeis to ekana kai gia l2j epidi o server m einai l2jserver....ti allo mporei na fteei?

7 answers to this question

Recommended Posts

  • 0
Posted

re sy sto \data\scripts\custom\__init__.py

 

prepei na exis vali tin buffer  prepei na einai kapos etc

 

 

 

 

__all__ = [

'3995_echo',

'4000_ShadowWeapons',

'7000_HeroItems',

'8000_RaidbossInfo',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'4006_NpcBuffer'

 

]

print ""

print "importing custom data ..."

for name in __all__ :

    try :

        __import__('data.scripts.custom.'+name,globals(), locals(), ['__init__'], -1)

    except:

        print "failed to import quest : ",name

print "... done"

print ""

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...