when i create character i need honor rank 12 ? thank you
Start Cr 19 Hr 11 Map/Gps Map 180 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 = 20000000 , PNT = 0 where CharacterIdx = @Characteridx
/*update cabal_character_table set style = style + 152 , WarpBField = 4095 , MapsBField = 4095 where CharacterIdx = @Characteridx*/ update cabal_character_table set Reputation = 20000000 , PNT = 0 where CharacterIdx = @Characteridx
Originally Posted by GODSKIN Start Cr 19 Hr 11 Map/Gps Map 180 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 = 20000000 , PNT = 0 where CharacterIdx = @Characteridx i add this line it work! thank a lot godskin