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

8.54 Skills

fafor

New Member
Joined
Mar 7, 2010
Messages
7
Reaction score
0
Hello I can't hit more skills than 37 :(
I already changed mysql int > bigint and edited voc

theres my config + voc

-- Rates
-- NOTE: experienceStages configuration is located in data/XML/stages.xml.
-- rateExperienceFromPlayers 0 to disable.
experienceStages = false
rateExperience = 1.0
rateExperienceFromPlayers = 0
rateSkill = 10.0
rateMagic = 1.5
rateLoot = 2.0
rateSpawn = 1

++++++++++++
<vocation id="1" name="Swordman" description="a swordman" needpremium="0" gaincap="25" gainhp="15" gainmana="5" gainhpticks="6" gainhpamount="3" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="2000" soulmax="100" gainsoulticks="60" fromvoc="1">
<formula meleeDamage="1.2" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="3.0" magDefense="3.0" armor="3.0"/>
<skill fist="0.1" club="1.2" sword="1.2" axe="1.2" distance="2.0" shielding="1.1" fishing="2.0" experience="2.0"/>
</vocation>
 
Back
Top