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

Shielding not going up fast enough.

Rexanilator

New Member
Joined
Oct 3, 2009
Messages
297
Reaction score
2
When I was messing around on a noob char on my server I noticed my shielding isnt staying close to my sword skill I set the skill rate to 50x and I trained for a while and my skills turned out to be 52 swording and 32 shielding. I looked around in lua and in other stuff I couldnt find a solution. Rep+++ to the person who helps me.
 
It's in the vocations.xml, for a knight.
Code:
	<vocation id="4" name="Knight" description="a knight" needpremium="0" gaincap="25" gainhp="27" gainmana="8" gainhpticks="3" gainhpamount="5" gainmanaticks="6" gainmanaamount="5" manamultiplier="3.0" attackspeed="400" soulmax="100" gainsoulticks="120" 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.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>
 
PHP:
<vocation id="4" name="Knight" description="a knight" needpremium="0" gaincap="25" gainhp="27" gainmana="8" gainhpticks="3" gainhpamount="5" gainmanaticks="6" gainmanaamount="5" manamultiplier="3.0" attackspeed="400" soulmax="100" gainsoulticks="120" 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.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1"] fishing="1.1" experience="1.0"/>
	</vocation>

---->Change it to shielding="1.4"<----


That Should be it.


If i Helped You Rep++ me :D thanks!
 
Back
Top