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

help in vocations.xml

XML:
gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5"

Player will get 5 HP each 6 seconds and 5 MANA each 3 seconds.
amount is amount (lol) and ticks will be seconds.
 
lets try this one:
Lua:
</vocation>
	<vocation id="3" name="Paladin" description="a paladin" needpremium="0" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="5" manamultiplier="1.4" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="3">
		<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.2" club="1.2" sword="1.2" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>
here:
Lua:
gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="5"
gainmanaamout= how much mana u want the player to get each X seconds
gainmanaticks is the X seconds
same goes for gainhp
 
Last edited:
lets try this one:
Lua:
</vocation>
	<vocation id="3" name="Paladin" description="a paladin" needpremium="0" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="5" manamultiplier="1.4" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="3">
		<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.2" club="1.2" sword="1.2" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>
here:
Lua:
gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="5" gainmanaticks="4"
gainmana = how much mana u want the player to get each X seconds
gainmanaticks is the X seconds
same goes for gainhp

No lol!
XML:
gainhp="10" gainmana="15"
That is HP/MANA per level.
 
Back
Top