Page 1 of 1

Buff from database

Posted: Sun Feb 09, 2014 11:15 pm
by alejandromoran
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 6291:
L2JDP Revision 9641:

Hi all,

It exists any way to give specific buff to a specific character out of game? I mean, are buff saved in a table ?? I've not found nothingm thank you.

Re: Buff from database

Posted: Sun Feb 09, 2014 11:38 pm
by St3eT
Hello, character_skills_save table. ;)

Re: Buff from database

Posted: Sun Feb 09, 2014 11:47 pm
by Zoey76
This one is actually easy.

Code: Select all

INSERT INTO character_skills_save VALUES (charId,skillId,skillLvl,buffDuration,0,0,0,classIndex,buffIndex);
classIndex : 0 for main class.

Re: Buff from database

Posted: Mon Feb 10, 2014 9:05 pm
by alejandromoran
Wow, thank you very much, I tried but I cannot see the buff in game, I'll try again, thank you very much!:P