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.
Buff from database
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Buff from database
Hello, character_skills_save table. 

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Buff from database
This one is actually easy.
classIndex : 0 for main class.
Code: Select all
INSERT INTO character_skills_save VALUES (charId,skillId,skillLvl,buffDuration,0,0,0,classIndex,buffIndex);
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 20
- Joined: Tue Dec 17, 2013 11:35 pm
Re: Buff from database
Wow, thank you very much, I tried but I cannot see the buff in game, I'll try again, thank you very much!:P