• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

players are not getting skills

jenaric.1

New Member
Joined
Feb 11, 2011
Messages
28
Reaction score
1
Everything was working great until I decided to make a change to vocations.xml

Now none of the players on server are getting any skill points.. :(

Could you please enlighten me?

Thank you so much:o
 
<vocation id="2" name="Brawler" description="a Brawler" needpremium="0" gaincap="20" gainhp="22" gainmana="5" gainhpticks="1" gainhpamount="5" gainmanaticks="1" gainmanaamount="2" manamultiplier="1.0" attackspeed="1500" soulmax="100" gainsoulticks="120" 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="1.0"/>
<skill fist="1.15" club="1.5" sword="1.5" axe="1.5" distance="1.5" shielding="1.5" fishing=".5" experience="1.0"/>

- - - Updated - - -

Solved. Originally I had a 1.0 in skill fist. Apparently you cannot do that. The number should be < or > 1.0 but not = to.
 
Last edited:
Back
Top