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

Lua Difference between Gainhp, and ...

DedicatedOT

New Member
Joined
Jun 13, 2009
Messages
977
Reaction score
4
Location
USA
Code:
gainhp="25" gainhpticks="2" gainhpamount="10"


What are the difference between the 3??
 
I don't know what the gainticks="2" means, but the difference between gainhp and gainhpamount is this:

gainhpamount = The amount of hitpoints you gain, example= "RL Tibia = 2 HP".

gainhp = HP you gain per level.
 
gainhp="25" ( gaining hp each level ) gainhpticks="2" ( how fast is hp growing up)gainhpamount="10" ( how much hp points you get every 2 sec )
 
Back
Top