NPC Buff

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
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

NPC Buff

Post by adeptik »

Help to understand what figure for what answers?

CREATE TABLE IF NOT EXISTS `custom_npc_buffer` (
`npc_id` int(6) NOT NULL,
`skill_id` int(6) NOT NULL,
`skill_level` int(6) NOT NULL default '1',
`skill_fee_id` int(6) NOT NULL default '0',
`skill_fee_amount` int(6) NOT NULL default '0',
`buff_group` int(6) NOT NULL default '0',
PRIMARY KEY (`npc_id`,`skill_id`,`buff_group`)
);
(1000003,264,1,57,100,264)
1000003 - id npc
264 - id buff
100 - cost buff
1 - ?
57- ?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: NPC Buff

Post by jurchiks »

in worst case, you could at least learn to use google translator... The column names are completely self-explanatory in english, so if you don't understand that then all you can hope for is a translation.
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.
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: NPC Buff

Post by lion »

try think a little before ask. read your sql table!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: NPC Buff

Post by jurchiks »

He's russian and he doesn't know english. Like at all.
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.
Sleek
Posts: 112
Joined: Tue Dec 28, 2010 1:11 pm

Re: NPC Buff

Post by Sleek »

Since these guys above were not willing to help. Here it is ;)

Code: Select all

(1000003,264,1,57,100,264)  1000003 - NPC ID264 - Buff/Skill ID1 - Buff/Skill level57 - What item to take as fee (In this case 57=adena if I am not mistaken)100 - How much to take from above value(In this case 100 adena)264 - Buff group simple as it says what group of buffs it should belong to 
adeptik
Posts: 52
Joined: Mon Dec 27, 2010 11:16 pm

Re: NPC Buff

Post by adeptik »

Well I precisely understand that you don't understand me:)
Sleek Huge Russian thanks!
I can and at all I do not understand your language BUT! I very much like your assemblage the server!! Also it would be desirable it to use on all capacity!
Post Reply