Jump to content
  • 0

[help] buffer problem


Question

Posted

Exw katevasi thn buffer tou stefoulis15 ston server mou ta pernaw ola akrivos opos to guide tou kai otan paw na patiso sto npc m leei :

 

My text is missing data/htlm/9999_NPCBUFFER

                                                   

Note: piga kai to file ekei pou m leei alla tpt :S

 

 

PLZ HELP ME

 

rule : no spam :)

Recommended Posts

  • 0
Posted

e nato to problima... den exeis balei to '9999_NPCBuffer'....

 __all__ = [
'quests',
'custom',
'teleports',
'village_master',
'ai',
'cron'
'9999_NPCBuffer'
]
import quests
import custom
import teleports
import village_master
import ai

 

Lol den xreiazete edw.

Mesa st _int_.py tou Custom prepei. -.-"

  • 0
Posted

Lol den xreiazete edw.

Mesa st _int_.py tou Custom prepei. -.-"

Po den pezei simera kati exw pa8ei....  nai to __inti__ pou einai mesa sto custom :S xilia soz...

(den ida kan ti egrafe to __inti__ mono oti den eixe to '9999_NPCbuffer'.... )

  • 0
Posted

Lpon,

1.C:\Server\gameserver\data\jscript\custom\9999_NPCBuffer

2.C:\Server\gameserver\data\jscript\custom\__init__.py

 __all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_NPCBuffer',
'5000_MissQueen',
'8001_NpcLocationInfo'
]
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 "" 

 

 

etC ta exw :S ti fteei eleos ?

 

  • 0
Posted

Lpon,

1.C:\Server\gameserver\data\jscript\custom\9999_NPCBuffer

2.C:\Server\gameserver\data\jscript\custom\__init__.py

 __all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_NPCBuffer',
'5000_MissQueen',
'8001_NpcLocationInfo'
]
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 "" 

 

 

etC ta exw :S ti fteei eleos ?

 

prostese '9999_NPCBuffer' dld 8a dinei etc:

 

 __all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_NPCBuffer',
'5000_MissQueen',
'8001_NpcLocationInfo'
'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 "" 

 

  • 0
Posted

prostese '9999_NPCBuffer' dld 8a dinei etc:

 

 __all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_NPCBuffer',
'5000_MissQueen',
'8001_NpcLocationInfo'
'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 "" 

 

 

 

 

den to vlepeis? to exw 3o apo to telos :S

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...