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- ?
NPC Buff
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: NPC Buff
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- L2j Veteran
- Posts: 967
- Joined: Sun Mar 11, 2007 7:49 pm
- Location: Ukraine
Re: NPC Buff
try think a little before ask. read your sql table!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: NPC Buff
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: NPC Buff
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
-
- Posts: 52
- Joined: Mon Dec 27, 2010 11:16 pm
Re: NPC Buff
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!
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!