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.
Kamael buffs for NPC
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Kamael buffs for NPC
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.
If it's a custom buffer then nobody can help you without seeing the code.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 20
- Joined: Fri Sep 23, 2011 7:17 am
Re: Kamael buffs for NPC
I don't understand a lot in L2j or MySql, you mean that I can't just add some lines to my current buffer?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.
-
- Posts: 115
- Joined: Thu Aug 14, 2008 10:10 am
Re: Kamael buffs for NPC
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.