Jump to content
  • 0

L2j oneo buffer problem


SaLeoTragem

Question

6 answers to this question

Recommended Posts

  • 0

You Most Do That go to (gameserver/data/jscripts/Costum and find _init_py Delete all you have inside and paste this

 

__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 ""

 

Here You Can download a Oneo Buffer ====>>  http://rapidshare.com/files/144438254/Oneo_Dev_Team_Npc_Buffer.rar.html

 

p.s: Gl

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock