• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows Player hp and mana per lvl

rugdoc95

New Member
Joined
May 6, 2011
Messages
61
Reaction score
0
Hello i was wondering if anyone knew how to change how much mana and hp players get per lvl.
I have Tfs 8.54
And Rep++ for those who help!
 
YOU CAN EDIT IN \data\XML\vocations.xml
Code:
<vocation id="2" name="Druid" description="a druid" needpremium="0" [COLOR="#FF0000"][SIZE=5][B]gaincap="10" gainhp="5" gainmana="30" gainhpticks="2" gainhpamount="5" gainmanaticks="2" gainmanaamount="15"[/B][/SIZE][/COLOR] manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="2">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
		<skill fist="1.5" club="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>

gaincap="10" gain cap per lvl
gainhp="5" gain hp per lvl
gainmana="30" gain mana per lvl

gainhpticks="2" second per hp tick
gainhpamount="5" how many gain hp per tick

gainmanaticks="2" second per mana tick
gainmanaamount="15" how many mana points gain per tick
 
Last edited:
Back
Top