[Share] fabrrp's Npc Buffer for Interlude (Updated 07/25/2007). L2J 

*Entao cara aqui consigo spawnar o npc normal, clicar e aparecer todos os buffs do seu NPC
mas quyando clico em algum buff da script error



so i spawn the npc , and o i click on the buff buttonbs but i got script error
any idea to correct this??
 
if it says script error
you have to edit the jscript files with your server's pack IDs
like >
the init.py of the buffer says at the first line, which is acumen,
st.getPlayer().useMagic(SkillTable.getInstance().getInfo(9900,1),False,False)
if acumen on your server pack has another id of 9900, you have to change it
mine got 1085 for acumen so i did that
st.getPlayer().useMagic(SkillTable.getInstance().getInfo(1085,1),False,False)
 
if it says script error
you have to edit the jscript files with your server's pack IDs
like >
the init.py of the buffer says at the first line, which is acumen,
st.getPlayer().useMagic(SkillTable.getInstance().getInfo(9900,1),False,False)
if acumen on your server pack has another id of 9900, you have to change it
mine got 1085 for acumen so i did that
st.getPlayer().useMagic(SkillTable.getInstance().getInfo(1085,1),False,False)

not exactly, because this npcbuffer has new skills without animation and sound, the IDs are 9900-9999.
but i made this npc buffer for an old serverpack (xxxmisterioxxx)... i throught that it was compatible with L2JFree and Oneo... this was the mistake.. =X
so, sorry everybody =/
 
fabrrp - [Share] fabrrp's Npc Buffer for Interlude (Updated 07/25/2007). - RaGEZONE Forums


i get this when i click to buy WHY??? i don't understand... help me!! :(


Elvinas go to navicat click on the l2jdb right mouse button and there is EXECUTE THE FILE... click that and choose your file
 
Please Help me! I have L2j server 888 and Datapack 3094.
I complete the instalation of Buffer and in game i Click to Buff me and buffer write me have no tasks for you right now. I make all what you write on this topic but BUffer dont work
 
well the oneo's buffer and l2jfree are working fine i have tested them. this question has been answered many times so this was the spam. btw check in your script the buffs id.
hmmm I found out what the problem is. Atleast partially maybe you got any idea how to get around this.

The buffs/dances/songs work perfectly fine on the first account I made on the server. Any of the other accounts I get the error that there is no quest now.

I tried giving those accounts admin rights, but that didnt do anything.
So they do work, but just for 1 account which was the first one created on the server (dont really understand how this can be)

bare with me xD, im new at this.

Update: its now with all newly created chars. The buffer still works with some of my older chars :/
 
Last edited:
So i have an error when i try to get buffs. I spawn buffer, press on it, then press "BUFF ME" and then i got table:


:alienmental:

PLEASE SOMEONE HELP ME.

:( :(
 
Last edited by a moderator:
With Me the FOLLOWING One IS HAPPENING:

Traceback (innermost last):
File "C:\Documents and Settings\server\Desktop\L2J_Server\gameserver\data\jscr
ipt\quests\9999_NPCBuffer\__init__.py", line 271, in onEvent
AttributeError: 'javainstance' object has no attribute 'restoreHPMP'

at org.python.core.Py.AttributeError(Py.java:113)
at org.python.core.PyObject.noAttributeError(PyObject.java:1149)
at org.python.core.PyObject.__getattr__(PyObject.java:1144)
at data.jscript.quests.9999_NPCBuffer$py.onEvent$3(C:\Documents and Sett
ings\server\Desktop\L2J_Server\gameserver\data\jscript\quests\9999_NPCBuffer\__i
nit__.py:271)
at data.jscript.quests.9999_NPCBuffer$py.call_function(C:\Documents and
Settings\server\Desktop\L2J_Server\gameserver\data\jscript\quests\9999_NPCBuffer
\__init__.py)
at org.python.core.PyTableCode.call(PyTableCode.java:217)
at org.python.core.PyTableCode.call(PyTableCode.java:437)
at org.python.core.PyTableCode.call(PyTableCode.java:333)
at org.python.core.PyFunction.__call__(PyFunction.java:195)
at org.python.core.PyMethod.__call__(PyMethod.java:99)
at org.python.core.PyObject.__call__(PyObject.java:615)
at org.python.core.PyObject._jcallexc(PyObject.java:2678)
at org.python.core.PyObject._jcall(PyObject.java:2710)
at org.python.proxies.data.jscript.quests.9999_NPCBuffer$Quest$279.onEve
nt(Unknown Source)
at net.sf.l2j.gameserver.model.quest.Quest.onAdvEvent(Quest.java:308)
at net.sf.l2j.gameserver.model.quest.Quest.notifyEvent(Quest.java:260)
at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.processQuestE
vent(L2PcInstance.java:1313)
at net.sf.l2j.gameserver.clientpackets.RequestBypassToServer.runImpl(Req
uestBypassToServer.java:152)
at net.sf.l2j.gameserver.clientpackets.L2GameClientPacket.run(L2GameClie
ntPacket.java:71)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

EXISTS FIX FOR THIS?
 
hm so i have a problem I went to that gameserver\data\config\options.properties:
but i couldn't find those lines help me plz

# Don't load quests
AltDevNoQuests = False
# Don't load spawntable
AltDevNoSpawns = False

P.S srry fom my bad english
 
Back