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!

unlock all maps on ep8 to automatically

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 22, 2009
Messages
73
Reaction score
4
Does anyone know how to unlock all maps on ep8 to automatically create the Char ?
 
Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
server01 > programability > Stored Procesures > cabal_sp_newchar

Code:
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 where CharacterIdx = [USER=1333352388]Character[/USER]idx*/
update cabal_character_table set Reputation = 0 , PNT = 0 where CharacterIdx = [USER=1333352388]Character[/USER]idx
 
Upvote 0
Newbie Spellweaver
Joined
Jan 22, 2009
Messages
73
Reaction score
4
server01 > programability > Stored Procesures > cabal_sp_newchar

Code:
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 where CharacterIdx = [USER=1333352388]Character[/USER]idx*/
update cabal_character_table set Reputation = 0 , PNT = 0 where CharacterIdx = [USER=1333352388]Character[/USER]idx

Erro:
Msg 137, Level 15, State 2, Line 1
Must declare the scalar variable "@Characteridx".

Have to put the Account ID ? "@Characteridx".
 
Upvote 0
Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 ,
 
Upvote 0
Status
Not open for further replies.
Back
Top