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

Want a Lever That changes Maxhealth and Maxmana

Joined
Mar 24, 2013
Messages
59
Reaction score
9
I Want a Lever that changes MaxHealth and MaxMana of a player when he/she uses it.

But The player can only use that lever after lvl 600 and the player hase to have a specific quest item in their backpacks

Hope Someone Can help me out. :p:D:p


Thanks. ;)
 
First you need to check the hp from player alright?

Code:
getCreatureMaxHealth(cid)

After you can with this information set the maxHealth with this function:

Code:
db.query
only need to make one query to change the status.

For check the money use this function:
Code:
getPlayerMoney(cid)
 
Back
Top