How to auto give new character honor , ex : Honor rank 4 . ?
I ned to give only honor .
Printable View
How to auto give new character honor , ex : Honor rank 4 . ?
I ned to give only honor .
http://forum.ragezone.com/showthread.php?t=452000
Read that post and look through the tables i describe there as you can use that method to alter the new char stats and honour.
i tri ... this but i not get answer :(
What is so difficult about it? Just change CharDataIdx and EtcDataIdx in cabal_newFlagData_table to one of the other Idx values in the cabal_newCharData_table and cabal_newEtcData_table, or just change cabal_newCharData_table and cabal_newEtcData_table directly with the values you want.
If your server number is 24 just execute the query below on your account DB setting the Reputation to whatever honour you want to give. It might or might not work as i am simply guessing your current DB values. If you don't understand my post then you won't be able to tell me the info i need if these values are wrong anyway and there isn't much else i can do to help you understand those values unfortunately.
Code:update cabal_newCharData_table set Reputation='99999999' where DataIdx=10
EDIT: oops... made a mistake.. Sorry ^^ ...