Kamael buffs for NPC

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Were
Posts: 20
Joined: Fri Sep 23, 2011 7:17 am

Kamael buffs for NPC

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Kamael buffs for NPC

Post 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.
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.
Were
Posts: 20
Joined: Fri Sep 23, 2011 7:17 am

Re: Kamael buffs for NPC

Post 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?
cheatax21
Posts: 115
Joined: Thu Aug 14, 2008 10:10 am

Re: Kamael buffs for NPC

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