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

Skill Bug

Dkadsfe

Member
Joined
Apr 1, 2016
Messages
280
Reaction score
22
Hi there is a big skill bug on my server but it has no errors on console the skilling rate is like x10000000000000 for players but on config.lua the skill rate is 15.0 I also tried skill rate 1.0 but players still get skill 9k in a few hours how do I fix this? I also have my server skill rate at 0.0 now so no one can skill until the bug is fixed and on my vocations.xml my skill rate is 1.0
 
Hi there is a big skill bug on my server but it has no errors on console the skilling rate is like x10000000000000 for players but on config.lua the skill rate is 15.0 I also tried skill rate 1.0 but players still get skill 9k in a few hours how do I fix this? I also have my server skill rate at 0.0 now so no one can skill until the bug is fixed and on my vocations.xml my skill rate is 1.0


You need to tell us what server you're using.

https://otland.net/threads/rules-for-the-support-board.217087/
#5.
 
Bump
also this is the vocations.xml
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="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="1000" soulmax="500" gainsoulticks="150" fromvoc="0" attackable="no">
        <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>
    <vocation id="1" name="Sorcerer" description="a Sorcerer" needpremium="0" gaincap="50" gainhp="5" gainmana="50" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="600" soulmax="500" gainsoulticks="150" fromvoc="1">
        <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>
    <vocation id="2" name="Druid" description="a Druid" needpremium="0" gaincap="50" gainhp="5" gainmana="50" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="600" soulmax="500" gainsoulticks="150" 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.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="3" name="Paladin" description="a Paladin" needpremium="0" gaincap="50" gainhp="50" gainmana="15" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="5" manamultiplier="1.4" attackspeed="600" soulmax="500" gainsoulticks="150" fromvoc="3">
        <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.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="4" name="Knight" description="a Knight" needpremium="0" gaincap="50" gainhp="15" gainmana="5" gainhpticks="3" gainhpamount="5" gainmanaticks="6" gainmanaamount="5" manamultiplier="3.0" attackspeed="600" soulmax="500" gainsoulticks="150" 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>
    <vocation id="5" name="Master Sorcerer" description="a Master Sorcerer" needpremium="0" gaincap="50" gainhp="5" gainmana="50" gainhpticks="4" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.1" attackspeed="300" soulmax="500" gainsoulticks="15" fromvoc="1" 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.2"/>
    </vocation>
    <vocation id="6" name="Elder Druid" description="a Elder Druid" needpremium="0" gaincap="50" gainhp="5" gainmana="50" gainhpticks="4" gainhpamount="50" gainmanaticks="2" gainmanaamount="50" manamultiplier="1.1" attackspeed="300" soulmax="500" gainsoulticks="15" fromvoc="2" 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="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.2"/>
    </vocation>
    <vocation id="7" name="Royal paladin" description="a Royal paladin" needpremium="0" gaincap="50" gainhp="50" gainmana="15" gainhpticks="3" gainhpamount="50" gainmanaticks="3" gainmanaamount="50" manamultiplier="1.4" attackspeed="300" soulmax="500" gainsoulticks="15" fromvoc="3" 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.2" club="1.2" sword="1.2" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.2"/>
    </vocation>
    <vocation id="8" name="Elite Knight" description="a Elite Knight" needpremium="0" gaincap="50" gainhp="15" gainmana="5" gainhpticks="2" gainhpamount="50" gainmanaticks="4" gainmanaamount="50" manamultiplier="3.0" attackspeed="300" soulmax="500" gainsoulticks="15" fromvoc="4" 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.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.2"/>
    </vocation>
         <vocation id="9" name="Warlock" description="a Warlock" needpremium="0" gaincap="50" gainhp="4" gainmana="60" gainhpticks="4" gainhpamount="50" gainmanaticks="2" gainmanaamount="5" manamultiplier="1.1" attackspeed="600" soulmax="500" gainsoulticks="15" fromvoc="9" 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.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="10" name="Brute" description="a Brute" needpremium="0" gaincap="50" gainhp="22" gainmana="8" gainhpticks="4" gainhpamount="50" gainmanaticks="2" gainmanaamount="8" manamultiplier="1.1" attackspeed="200" soulmax="500" gainsoulticks="15" fromvoc="10" lessloss="50">
        <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.3" magDefense="1.0" armor="1.0"/>
        <skill fist="2.5" club="1.0" sword="1.0" axe="1.0" distance="1.0" shielding="1.0" fishing="1.0" experience="1.0"/>
    </vocation>
</vocations>
 
Hi there is a big skill bug on my server but it has no errors on console the skilling rate is like x10000000000000 for players but on config.lua the skill rate is 15.0 I also tried skill rate 1.0 but players still get skill 9k in a few hours how do I fix this? I also have my server skill rate at 0.0 now so no one can skill until the bug is fixed and on my vocations.xml my skill rate is 1.0
Replace yours with this one
https://github.com/Jo-Tran/cryingdamson-0.3.6-8.60-V8.2/blob/master/data/XML/vocations.xml
 
Back
Top