Page 1 of 1

Kamael buffs for NPC

Posted: Wed Jul 03, 2013 3:54 pm
by Were
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
H5

I tried to add Inspector buffs to my npc buffer. Here's an example:

<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_Buff 1476" width=32 height=32 back="icon.skill1476" fore="icon.skill1476"></td>
<td width=220>
<table>
<tr><td>Apetite <font color=a1a1a1>Lv</font> <font color=ae9977>3</font></td></tr>
<tr><td><font color=b0bccc>Increases P.Atk, Critical Atk rate & Critical Damage by 50%. </font></td></tr>
</table>
</td>
</tr>
</table>

But when I click it's picture in my buffer it says: "No skill info found for skill id 0 and skill level 0. It looks like it doesn't recognize the skills...

Thx advance.

Re: Kamael buffs for NPC

Posted: Wed Jul 03, 2013 5:19 pm
by jurchiks
If you want to add those buffs to the built-in buffer then you need to edit the database tables.
If it's a custom buffer then nobody can help you without seeing the code.

Re: Kamael buffs for NPC

Posted: Wed Jul 03, 2013 6:02 pm
by Were
jurchiks wrote:If you want to add those buffs to the built-in buffer then you need to edit the database tables.
If it's a custom buffer then nobody can help you without seeing the code.
I don't understand a lot in L2j or MySql, you mean that I can't just add some lines to my current buffer?

Re: Kamael buffs for NPC

Posted: Thu Jul 04, 2013 7:57 am
by cheatax21
Meaning that you need to put the buffs id also in the database buff tables or the custom ones if u are using custom buffer.