• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Sql database Command ]

Shushu

Banned User
Joined
Feb 16, 2011
Messages
420
Reaction score
4
Location
Shushu is to the north west.
I need 3 sql commands for loss_mana loss_exp loss_skills

How are they so i can make them lower?

Like loss_mana set 0 or something, no idea, :S
Thanks..
Post them in the comments.
thx
 
SQL:
UPDATE `players` SET loss_mana = 0, loss_skills = 0, loss_exp = 0
EDIT:Meh, I shouldnt watch TV
 
As long as Sample chars have the updates and are set save then all new chars should have the same losses aswell.
 
If you're using Nicaw AAC, then try to find and edit the part where it inserts the character into the database.
If you're using the ingame Account Manager then you either have to edit the default value for the columns in table players, or sources.
 
Back
Top