Jump to content
  • 0

Buff time error


Question

Posted

Hi, i am using l2jserver ( gracia final) serverpack.

I changed buff times to 2h (7600s). But when i get buffed,

buff are only 1h, some buff's 4h(remaining time). What the hell is wrong ?

Using buffer - NPC Buffer by Myxoske ver.0.5

 

Need fast help.

6 answers to this question

Recommended Posts

  • 0
Posted

That buffer didn't use clan buff, it's like that:

INSERT INTO npc_buffer

  (npc_id, skill_id, skill_level, skill_fee_id, skill_fee_amount, buff_group)

VALUES

  (11, 264, 1, 0, 0, 264);

First i inserted sql files, then in stats/skills/ changed buff times.

  • 0
Posted

That buffer didn't use clan buff, it's like that:

INSERT INTO npc_buffer

  (npc_id, skill_id, skill_level, skill_fee_id, skill_fee_amount, buff_group)

VALUES

  (11, 264, 1, 0, 0, 264);

First i inserted sql files, then in stats/skills/ changed buff times.

 

this sql is the buffer's code...

if you want to see the buffs he makes you go to --> c:/server/gameserver/data/jscript/custom_quest and there's the quest of the NPC Buffer

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