GM Buffs - Test and Work.

Socius Decennalis
Decennium
Joined
Jan 12, 2009
Messages
53
Reaction score
14
First Feet..

Get the current skill your character. Which you get it running this query.

PHP:
USE [Server01]
GO

DECLARE	@return_value int

EXEC	@return_value = [dbo].[cabal_tool_GetSkill]
		@CharacterIdx = YourCharacterIdx

SELECT	'Return Value' = @return_value

GO

Pic 1.
poshobelloxd - GM Buffs - Test and Work. - RaGEZONE Forums


My pj Skill.

0x020001000064000120004D010146005E010148005F010149009A01014B00FC00012100D001014E00D101014F00D201015000D301015100A501016600A601016700DA01016800FA01016900FB01016A00FC01016B00

Paste this Code at the end of ur skill data.
CC01012300CD01012400CE01012500CF01012600

Pic 2.
poshobelloxd - GM Buffs - Test and Work. - RaGEZONE Forums


Second Feet..

Now Copy all data and paste an the next query.
0x020001000064000120004D010146005E010148005F010149009A01014B00FC00012100D001014E00D101014F00D201015000D301015100A501016600A601016700DA01016800FA01016900FB01016A00FC01016B00CC01012300CD01012400CE01012500CF01012600

Executes this Query

PHP:
USE [Server01]
GO

DECLARE	@return_value int

EXEC	@return_value = [dbo].[cabal_tool_SetSkill]
		@CharacterIdx = YourCharacterIdx,
		@Data = YourSkillData

SELECT	'Return Value' = @return_value

GO

Pic 3.
poshobelloxd - GM Buffs - Test and Work. - RaGEZONE Forums


Ready now your character has GM buffs.

InGame.
Pic 4.
poshobelloxd - GM Buffs - Test and Work. - RaGEZONE Forums


Well I hope you understand me.
a bit of my brain for you xD
Good Luck.

Credits.
Posho.
and others more for their great collaboration.
 
Last edited:
copy and paste.

because I do not see that you've cast a guide with pictures and showing that actually work O.o

Luck and learn to be real person.

learn to be a real person? huh omfg ur an idiot, i release that not u so now stfu and go play with kids at the backyard
 
how to add these 4 skills?
<msg id="skill0144" cont="Immortality(QA)" />
<msg id="skill0145" cont="Sureside(QA)" />
<msg id="skill0146" cont="Power Word Kill(QA)" />
<msg id="skill0147" cont="Pury of Heaven(QA)" />
 
<msg id="skill0144" cont="Immortality(QA)" />
<msg id="skill0145" cont="Sureside(QA)" />
<msg id="skill0146" cont="Power Word Kill(QA)" />
<msg id="skill0147" cont="Pury of Heaven(QA)" />
<msg id="skill0460" cont="GM's Blessing(Lv.1)" />
<msg id="skill0461" cont="GM's Blessing(Lv.2)" />
<msg id="skill0462" cont="GM's Blessing(Lv.3)" />
<msg id="skill0463" cont="Debuff of GM" />

can help me convert all gm skill to hex cos still happent how to convert and what software need to using ......

can give more clue or step ... thnks
 
how to add these 4 skills?
<msg id="skill0144" cont="Immortality(QA)" />
<msg id="skill0145" cont="Sureside(QA)" />
<msg id="skill0146" cont="Power Word Kill(QA)" />
<msg id="skill0147" cont="Pury of Heaven(QA)" />

Have Tested And Does Not Work?!... I Think?!...

If This Codes Below Is Correct, Well It Does Not Work...

Correct Me If Im Wrong... :wink:

<msg id="skill0144" cont="Immortality(QA)" /> = 090 / 900142700
<msg id="skill0145" cont="Sureside(QA)" /> = 091 / 910142600
<msg id="skill0146" cont="Power Word Kill(QA)" /> = 092 / 920142500
<msg id="skill0147" cont="Pury of Heaven(QA)" /> = 093 / 930142400
 
Back