Buff from database

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
alejandromoran
Posts: 20
Joined: Tue Dec 17, 2013 11:35 pm

Buff from database

Post 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.
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Buff from database

Post by St3eT »

Hello, character_skills_save table. ;)
If i should be black sheep for sure no as punishment
Image
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Buff from database

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
alejandromoran
Posts: 20
Joined: Tue Dec 17, 2013 11:35 pm

Re: Buff from database

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