Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Runes level 1 for newbie

Newbie Spellweaver
Joined
Oct 13, 2014
Messages
88
Reaction score
8
Hi ragezone.
I've seen somewhere for newbie / new char.
It has given runes level 1.
Anyone know how?

UPDATE [Server01].dbo.cabal_new_character_data
SET PassiveAbilityData = 0x9B060000010057DF450900000100090046090000010057DFD00D0000010057DF97060000010057DF980600000100050099060000010005009A060000010057DF9C060000010008009D060000010005009E06000001000C089F060000010057DFA006000001000800A1060000010057DFA3060000010057DFA406000001000B00A506000001000300A606000001000B00A7060000010057DFA8060000010057DF
where classtype = 1

I did tried. But when I create, it doesnt appear.

Regards.
 
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
88
Reaction score
8
on your server01 procedure cabal_sp_newchar

add this
INSERT INTO cabal_soul_ability_table (CharacterIdx, PassiveAbilityData)
SELECT @CharacterIdx, PassiveAbilityData FROM cabal_new_character_data
WHERE ClassType = @StyleMastery

Worked, big thumbs up. Appreciated your help!
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top