EDIT! READ THIS FIRST it will be pposted at the end oof the thread too in case people jump right to the 3rd page.
When i set skill multiplier growth, it doesnt work, the skill just freezes. i set it before at like 30000 in config lua and it was like 2.0 in vocations, and it growed 3 skills in 3 hits then it froze. right now i have 0.9 in vocations and 75 in config. can some1 also tell me which skill id is which skill: EG: skill id 1, skill id 2? And do i have to remember it or can i change it to like "skill axe". It is still frozen right now Anyway heres my vocation code for an elite knight which is what im testing it with.
and here is the rates category in config.lua
When i set skill multiplier growth, it doesnt work, the skill just freezes. i set it before at like 30000 in config lua and it was like 2.0 in vocations, and it growed 3 skills in 3 hits then it froze. right now i have 0.9 in vocations and 75 in config. can some1 also tell me which skill id is which skill: EG: skill id 1, skill id 2? And do i have to remember it or can i change it to like "skill axe". It is still frozen right now Anyway heres my vocation code for an elite knight which is what im testing it with.
Code:
<vocation id="8" name="Elite Knight" description="an elite knight" needpremium="1" gaincap="25" gainhp="15" gainmana="5" gainhpticks="2" gainhpamount="100" gainmanaticks="2" gainmanaamount="100" manamultiplier="3.0" attackspeed="1100" soulmax="200" gainsoulticks="15" fromvoc="4" lessloss="30">
<formula meleeDamage="2.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="0.9"/>
<skill id="1" multiplier="0.9"/>
<skill id="2" multiplier="0.9"/>
<skill id="3" multiplier="0.9"/>
<skill id="4" multiplier="0.9"/>
<skill id="5" multiplier="0.9"/>
<skill id="6" multiplier="0.9"/>
</vocation>
and here is the rates category in config.lua
Code:
-- Rates
experienceStages = "yes"
rateExperience = 100.0
rateSkill = 80.0
rateMagic = 20.0
rateLoot = 2000.0
rateSpawn = 100
Last edited: