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

[Problem] Vocations.

elnelson

Lunaria World Dev
Joined
Jun 20, 2009
Messages
595
Solutions
2
Reaction score
66
Location
México
Hi, i have 8 vocations (yeah 4 casters and 4 melee)
but i have a problem with one, the Shaman, (he supose to be a druid in tibia rl.) but he has magic level capacity, max magic level is 23 and he dont gain more magic level, help me please :S

Code:
<?xml version="1.0" encoding="UTF-8"?>
<vocations>
	<vocation id="0" name="Novice" description="a novice" needpremium="0" gaincap="10" gainhp="10" gainmana="10" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.25" attackspeed="1700" soulmax="150" gainsoulticks="120">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="0.9" magDefense="1.0" armor="0.9"/>
		<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>
	<vocation id="1" name="Shaman" description="a shaman" needpremium="0" gaincap="10" gainhp="10" gainmana="10" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.5" attackspeed="1700" soulmax="150" gainsoulticks="70" fromvoc="1">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="0.9" magDefense="1.0" armor="0.9"/>
		<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>
	<vocation id="2" name="Mage" description="a mage" needpremium="0" gaincap="5" gainhp="5" gainmana="35" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.5" attackspeed="1700" soulmax="150" gainsoulticks="70" 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="0.9"/>
		<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>
	<vocation id="3" name="Paladin" description="a paladin" needpremium="0" gaincap="10" gainhp="10" gainmana="5" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.5" attackspeed="1700" soulmax="150" gainsoulticks="70" fromvoc="3">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="0.8" magDefense="1.0" armor="0.8"/>
		<skill fist="1.2" club="1.2" sword="1.1" axe="1.2" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>
	<vocation id="4" name="Priest" description="a priest" needpremium="0" gaincap="5" gainhp="5" gainmana="25" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.15" attackspeed="1700" soulmax="150" gainsoulticks="70" fromvoc="4">
		<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.5" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>
	<vocation id="5" name="Warrior" description="a warrior" needpremium="0" gaincap="5" gainhp="15" gainmana="5" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="3.0" attackspeed="1700" soulmax="150" gainsoulticks="70" fromvoc="5">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="0.8" magDefense="1.0" armor="0.8"/>
		<skill fist="1.2" club="1.2" sword="1.2" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>
	<vocation id="6" name="Druid" description="a druid" needpremium="0" gaincap="5" gainhp="5" gainmana="35" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.10" attackspeed="1700" soulmax="150" gainsoulticks="70" fromvoc="6">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="0.9"/>
		<skill fist="1.2" club="2.0" sword="2.0" axe="1.2" distance="2.0" shielding="1.25" fishing="1.1" experience="1.0"/>
	</vocation>
	<vocation id="7" name="Hunter" description="a hunter" needpremium="0" gaincap="10" gainhp="15" gainmana="10" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.15" attackspeed="1700" soulmax="150" gainsoulticks="70" fromvoc="7">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="0.9" magDefense="1.0" armor="0.9"/>
		<skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="1.15" shielding="1.35" fishing="1.1" experience="1.0"/>
	</vocation>
		<vocation id="8" name="Runemaster" description="a runemaster" needpremium="0" gaincap="10" gainhp="10" gainmana="10" gainhpticks="4" gainhpamount="5" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.5" attackspeed="1700" soulmax="250" gainsoulticks="10" fromvoc="8">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.4" magHealingDamage="1.0" defense="0.9" magDefense="1.0" armor="0.9"/>
		<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>
	
</vocations>
thats my vocations.xml
im using tfs 0.3.6pl1.r83
 
Back
Top