Kamael buffs for NPC
Posted: Wed Jul 03, 2013 3:54 pm
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.
ยป 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.