First Feet..
Get the current skill your character. Which you get it running this query.
USE [Server01]GOMy pj Skill.
DECLARE @return_value int
EXEC @return_value = [dbo].[cabal_tool_GetSkill]
@CharacterIdx = YourCharacterIdx
SELECT 'Return Value' = @return_value
GO
0x020001000064000120004D010146005E010148005F010149009A01014B00FC00012100D001014E00D101014F00D201015000D301015100A501016600A601016700DA01016800FA01016900FB01016A00FC01016B00Paste this Code at the end of ur skill data.
CC01012300CD01012400CE01012500CF01012600Second Feet..
Now Copy all data and paste an the next query.
0x020001000064000120004D010146005E010148005F010149009A01014B00FC00012100D001014E00D101014F00D201015000D301015100A501016600A601016700DA01016800FA01016900FB01016A00FC01016B00CC01012300CD01012400CE01012500CF01012600Executes this Query
USE [Server01]GO
DECLARE @return_value int
EXEC @return_value = [dbo].[cabal_tool_SetSkill]
@CharacterIdx = YourCharacterIdx,
@Data = YourSkillData
SELECT 'Return Value' = @return_value
GO
Ready now your character has GM buffs.
InGame.
poshobelloxd
Ragezone