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

Windows Vocation problems!

black star

New Member
Joined
Mar 20, 2011
Messages
13
Reaction score
0
Hey guys,

My vocations are really giving me trouble..
whenever someone gets a promoted vocation and then relog or die they lose their promoted vocation!

does anybody know how to fix this?
 
this is my vocations.xml.. i have a npc rebirth system and no promotions..

Code:
<?xml version="1.0" encoding="UTF-8"?>
<vocations>
	<vocation id="0" name="none" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="4" gainhpamount="100" gainmanaticks="6" gainmanaamount="20" manamultiplier="1.0" attackspeed="1500" soulmax="100" gainsoulticks="3" fromvoc="0" attackable="no">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="3.0" armor="2.0"/>
		<skill fist="1.0" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.1" experience="1.0"/>
	</vocation>

	<vocation id="1" name="Enchanter" description="a Enchanter" needpremium="0" gaincap="10" gainhp="20" gainmana="40" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="20" manamultiplier="1.0" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="1">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="1.0" defense="1.0" magDefense="1.5" armor="1.0"/>
		<skill fist="1.0" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="2" name="Cleric" description="a Cleric" needpremium="0" gaincap="10" gainhp="20" gainmana="40" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="20" manamultiplier="1.0" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="2">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.5" magDamage="1.5" magHealingDamage="2.0" defense="1.0" magDefense="2.0" armor="1.0"/>
		<skill fist="1.0" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="3" name="Paladin" description="a Paladin" needpremium="0" gaincap="20" gainhp="30" gainmana="30" gainhpticks="4" gainhpamount="15" gainmanaticks="4" gainmanaamount="15" manamultiplier="1.0" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="3">
		<formula meleeDamage="1.5" distDamage="1.5" wandDamage="1.0" magDamage="1.5" magHealingDamage="1.0" defense="1.5" magDefense="1.5" armor="1.5"/>
		<skill fist="1.5" club="1.5" sword="1.5" axe="1.5" distance="1.5" shielding="1.5" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="4" name="Warrior" description="a Warrior" needpremium="0" gaincap="25" gainhp="50" gainmana="10" gainhpticks="4" gainhpamount="20" gainmanaticks="4" gainmanaamount="5" manamultiplier="1.0" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="4">
		<formula meleeDamage="2.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.0" magDefense="1.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="2.0" axe="2.0" distance="1.0" shielding="2.0" fishing="1.0" experience="1.0"/>
	</vocation>

	<vocation id="5" name="Ninja" description="a Ninja" needpremium="0" gaincap="250" gainhp="15" gainmana="15" gainhpticks="1" gainhpamount="25" gainmanaticks="1" gainmanaamount="25" manamultiplier="1.0" attackspeed="150" soulmax="100" gainsoulticks="3" fromvoc="5">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="0.0" magHealingDamage="1.0" defense="0.5" magDefense="1.0" armor="0.5"/>
		<skill fist="2.0" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.0" fishing="1.0" experience="1.0"/>
	</vocation>

	<vocation id="24" name="Master Enchanter" description="a Master Enchanter" needpremium="0" gaincap="10" gainhp="35" gainmana="65" gainhpticks="3" gainhpamount="15" gainmanaticks="3" gainmanaamount="35" manamultiplier="1.0" attackspeed="1250" soulmax="200" gainsoulticks="120" fromvoc="1">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="2.5" magDamage="3.0" magHealingDamage="1.0" defense="1.0" magDefense="2.5" armor="1.0"/>
		<skill fist="2.0" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="25" name="Holy Guardian" description="a Holy Guardian" needpremium="0" gaincap="10" gainhp="35" gainmana="65" gainhpticks="3" gainhpamount="15" gainmanaticks="3" gainmanaamount="35" manamultiplier="1.0" attackspeed="1250" soulmax="200" gainsoulticks="120" fromvoc="2">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="3.0" defense="1.0" magDefense="2.5" armor="1.0"/>
		<skill fist="1.5" club="1.5" sword="1.5" axe="1.5" distance="1.0" shielding="1.5" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="26" name="Ranger" description="a Ranger" needpremium="0" gaincap="20" gainhp="50" gainmana="50" gainhpticks="3" gainhpamount="25" gainmanaticks="3" gainmanaamount="25" manamultiplier="1.0" attackspeed="1250" soulmax="125" gainsoulticks="120" fromvoc="3">
		<formula meleeDamage="1.0" distDamage="3.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.5" magDefense="1.0" armor="2.0"/>
		<skill fist="1.5" club="1.5" sword="1.5" axe="1.5" distance="2.0" shielding="1.0" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="27" name="rogue" description="a rogue" needpremium="0" gaincap="25" gainhp="75" gainmana="25" gainhpticks="3" gainhpamount="40" gainmanaticks="3" gainmanaamount="10" manamultiplier="1.0" attackspeed="1250" soulmax="100" gainsoulticks="120" fromvoc="4">
		<formula meleeDamage="3.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.5" magDefense="1.0" armor="3.0"/>
		<skill fist="2.5" club="2.5" sword="2.5" axe="2.5" distance="1.5" shielding="2.5" fishing="1.0" experience="1.0"/>

	</vocation>
	<vocation id="28" name="Magician" description="a Magician" needpremium="0" gaincap="10" gainhp="50" gainmana="100" gainhpticks="2" gainhpamount="25" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.0" attackspeed="1000" soulmax="300" gainsoulticks="15" fromvoc="24">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="1.0" defense="1.0" magDefense="2.0" armor="1.0"/>
		<skill fist="1.0" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="29" name="Priest" description="a Priest" needpremium="0" gaincap="10" gainhp="50" gainmana="100" gainhpticks="2" gainhpamount="25" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.0" attackspeed="1000" soulmax="300" gainsoulticks="15" fromvoc="25">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.5" magDamage="1.0" magHealingDamage="2.5" defense="1.0" magDefense="2.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>
	<vocation id="30" name="Archer" description="a Archer" needpremium="0" gaincap="20" gainhp="80" gainmana="70" gainhpticks="2" gainhpamount="15" gainmanaticks="2" gainmanaamount="10" manamultiplier="1.0" attackspeed="1000" soulmax="150" gainsoulticks="15" fromvoc="26">
		<formula meleeDamage="1.0" distDamage="2.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.5"/>
		<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>
	<vocation id="31" name="Blademaster" description="a Blademaster" needpremium="0" gaincap="125" gainhp="125" gainmana="25" gainhpticks="2" gainhpamount="15" gainmanaticks="2" gainmanaamount="10" manamultiplier="1.0" attackspeed="1000" soulmax="100" gainsoulticks="15" fromvoc="27">
		<formula meleeDamage="2.5" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.5" magDefense="1.0" armor="2.0"/>
		<skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>

	<vocation id="32" name="Wizard" description="a Wizard" needpremium="0" gaincap="10" gainhp="75" gainmana="125" gainhpticks="1" gainhpamount="10" gainmanaticks="1" gainmanaamount="40" manamultiplier="1.0" attackspeed="750" soulmax="400" gainsoulticks="15" fromvoc="28">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="2.5" magDamage="3.0" magHealingDamage="1.0" defense="1.0" magDefense="3.0" armor="1.0"/>
		<skill fist="1.5" club="1.5" sword="1.5" axe="1.5" distance="1.0" shielding="1.0" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="33" name="Monk" description="a Monk" needpremium="0" gaincap="10" gainhp="75" gainmana="125" gainhpticks="1" gainhpamount="10" gainmanaticks="1" gainmanaamount="40" manamultiplier="1.0" attackspeed="750" soulmax="400" gainsoulticks="15" fromvoc="29">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="2.0" magDamage="1.0" magHealingDamage="3.5" defense="1.0" magDefense="2.5" armor="1.0"/>
		<skill fist="1.5" club="1.5" sword="1.5" axe="1.5" distance="1.0" shielding="1.5" fishing="1.0" experience="1.0"/>
	</vocation>
	<vocation id="34" name="Sharpshooter" description="a Sharpshooter" needpremium="0" gaincap="20" gainhp="100" gainmana="100" gainhpticks="1" gainhpamount="20" gainmanaticks="1" gainmanaamount="30" manamultiplier="1.0" attackspeed="750" soulmax="175" gainsoulticks="15" fromvoc="30">
		<formula meleeDamage="1.0" distDamage="2.5" 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>
	<vocation id="35" name="Tank" description="a Tank" needpremium="0" gaincap="70" gainhp="175" gainmana="25" gainhpticks="1" gainhpamount="80" gainmanaticks="1" gainmanaamount="20" manamultiplier="1.0" attackspeed="750" soulmax="100" gainsoulticks="15" fromvoc="31">
		<formula meleeDamage="2.5" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="2.0" magDefense="1.0" armor="2.5"/>
		<skill fist="3.0" club="3.0" sword="3.0" axe="3.0" distance="2.0" shielding="3.0" fishing="1.0" experience="1.0"/>
	</vocation>

</vocations>
 
Back
Top