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

Can someone make this vocation gain magic levels faster or tell me how to?

Cornwallis

Member
Joined
Jan 3, 2010
Messages
480
Reaction score
16
Code:
	<vocation id="9" name="Xilux Magician" description="an xilux magician" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="4" gainhpamount="10" gainmanaticks="2" gainmanaamount="10" manamultiplier="1.1" attackspeed="1000" soulmax="200" gainsoulticks="15" fromvoc="5" lessloss="50">
		<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>
 
You can also add this into an onLogin script if needed:

Code:
doPlayerSetRate(cid, type, value)
 
But, how do I make it so they go faster, I know where I just don't know what to change it to. If you change it to 1.0 your magic level just goes up and up and the same with below zero
 
Back
Top