Page 1 of 1

NPC Buff

Posted: Sat Jan 01, 2011 10:08 pm
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- ?

Re: NPC Buff

Posted: Sat Jan 01, 2011 10:14 pm
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.

Re: NPC Buff

Posted: Sat Jan 01, 2011 10:15 pm
by lion
try think a little before ask. read your sql table!

Re: NPC Buff

Posted: Sat Jan 01, 2011 10:20 pm
by jurchiks
He's russian and he doesn't know english. Like at all.

Re: NPC Buff

Posted: Sat Jan 01, 2011 10:23 pm
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 

Re: NPC Buff

Posted: Sat Jan 01, 2011 10:25 pm
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!