unlock all maps on ep8 to automatically
Does anyone know how to unlock all maps on ep8 to automatically create the Char ?
Re: unlock all maps on ep8 to automatically
server01 > programability > Stored Procesures > cabal_sp_newchar
Code:
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 where CharacterIdx = @Characteridx*/
update cabal_character_table set Reputation = 0 , PNT = 0 where CharacterIdx = @Characteridx
Re: unlock all maps on ep8 to automatically
Quote:
Originally Posted by
GODSKIN
server01 > programability > Stored Procesures > cabal_sp_newchar
Code:
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 where CharacterIdx = @Characteridx*/
update cabal_character_table set Reputation = 0 , PNT = 0 where CharacterIdx = @Characteridx
Erro:
Msg 137, Level 15, State 2, Line 1
Must declare the scalar variable "@Characteridx".
Have to put the Account ID ? "@Characteridx".
Re: unlock all maps on ep8 to automatically
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 ,
Re: unlock all maps on ep8 to automatically
Quote:
Originally Posted by
GODSKIN
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 ,
Thanks Friend , thank you
Re: unlock all maps on ep8 to automatically
sorry,
Where do I get the SN code map?
Re: unlock all maps on ep8 to automatically
Quote:
Originally Posted by
FredZem
sorry,
Where do I get the SN code map?
TStored Proc