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

How to make food regenerate more mana?

in vocations.xml
Code:
<vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" [B][COLOR="#FF0000"]gainhpticks="6"[/COLOR][/B] [COLOR="#FF8C00"][B]gainhpamount="1"[/B][/COLOR] [COLOR="#0000FF"][B]gainmanaticks="6"[/B][/COLOR] [COLOR="#000080"][B]gainmanaamount="1"[/B][/COLOR] manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no">
		<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="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>

gainhpticks="6" = delay of getting next health round (in seconds)
gainhpamount="1" = amount of health points per every round
gainmanaticks="6" = delay of getting next mana round (in seconds)
gainmanaamount="1" = amount of mana points per every round

Clear? :D
 
in vocations.xml
Code:
<vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" [B][COLOR="#FF0000"]gainhpticks="6"[/COLOR][/B] [COLOR="#FF8C00"][B]gainhpamount="1"[/B][/COLOR] [COLOR="#0000FF"][B]gainmanaticks="6"[/B][/COLOR] [COLOR="#000080"][B]gainmanaamount="1"[/B][/COLOR] manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no">
        <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="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
    </vocation>

gainhpticks="6" = delay of getting next health round (in seconds)
gainhpamount="1" = amount of health points per every round
gainmanaticks="6" = delay of getting next mana round (in seconds)
gainmanaamount="1" = amount of mana points per every round

Clear? :D
nice
 
Back
Top