kimokimo
Kimo
Hi,
like the title says i know its possible via sql but i tryed this:
I want the query to set maxmp & hp to 10%.
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%.