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

Need help with mana / hp

Redsera

http://redsera.com
Joined
Mar 27, 2009
Messages
8
Reaction score
0
Hello,

I have a problem ,mana and hp is verry slow.

How can i make it faster?

Yours~
Redsera Team
 
You can configure it in your vocations.xml file.
PHP:
gainhpticks="6" gainhpamount="20" gainmanaticks="3" gainmanaamount="50"
These are what you have to edit. gainhpticks is the amount of time (in seconds) between getting your health. gainhpamount is how much it will give you. So with
Code:
gainhpticks="6"
and
Code:
gainhpamount="20"
You will get 20 health every 6 seconds.



Don't forget to give me rep++ if I helped you. :thumbup:
 
Back
Top