• 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!

How to set players maxhp,maxmp?

kimokimo

Kimo
Joined
Jan 25, 2011
Messages
821
Solutions
6
Reaction score
156
GitHub
karimadnan
Hi,

like the title says i know its possible via sql but i tryed this:

PHP:
db.executeQuery("UPDATE `players` SET `level` = 8, `experience` = 4200, `healthmax` = `healthmax` / 10, `manamax` = `manamax` / 10, `promotion` = 0 WHERE `id` ='"..id.."';")

I want the query to set maxmp & hp to 10%.
 
Back
Top