Jump to content
  • 0

[Help]My Buffer!!!


NiX

Question

hi all i have a problem.i have l2j archid 1508 by stefoulis 15 interlude pack.i get this buffer http://www.maxcheaters.com/forum/index.php?topic=74991.0            and i wanted to instal it in my srv and all works perfectly until i get this  error http://img130.imageshack.us/img130/4945/shot00019ma.jpg pls help me to corect it thx

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

hi all i have a problem.i have l2j archid 1508 by stefoulis 15 interlude pack.i get this buffer http://www.maxcheaters.com/forum/index.php?topic=74991.0            and i wanted to instal it in my srv and all works perfectly until i get this  error http://img130.imageshack.us/img130/4945/shot00019ma.jpg pls help me to corect it thx

it works before or no, you add it and it doesnt work...?

Link to comment
Share on other sites

  • 0

hi all i have a problem.i have l2j archid 1508 by stefoulis 15 interlude pack.i get this buffer http://www.maxcheaters.com/forum/index.php?topic=74991.0            and i wanted to instal it in my srv and all works perfectly until i get this  error http://img130.imageshack.us/img130/4945/shot00019ma.jpg pls help me to corect it thx

It's a import problem, you need to modify .py

Tell us what pack are you using and post your buffer's .py

 

Link to comment
Share on other sites

  • 0

hi all i have a problem.i have l2j archid 1508 by stefoulis 15 interlude pack.i get this buffer http://www.maxcheaters.com/forum/index.php?topic=74991.0            and i wanted to instal it in my srv and all works perfectly until i get this  error http://img130.imageshack.us/img130/4945/shot00019ma.jpg pls help me to corect it thx

i think your problem is in __init__(not inside the  9999_NPCBuffer) . try adding this one in it:

__all__ = [

'3995_echo',

'4000_ShadowWeapons',

'7000_HeroItems',

'8000_RaidbossInfo',

'9999_NPCBuffer',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport'

]

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

 

I had the same problem and i fixed it with that^.

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