Jump to content
  • 0

[Help]My Buffer!!!


Question

Posted

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

9 answers to this question

Recommended Posts

  • 0
Posted

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...?

  • 0
Posted

it not work before .i get it and i execute his ssql +data files and i restart my srv and then i wnt to buff myself and it said that error!

  • 0
Posted

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

 

  • 0
Posted

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^.

Guest
This topic is now closed to further replies.


×
×
  • Create New...