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

Magiclevel is stuck

Zeratul

New Member
Joined
Apr 29, 2008
Messages
52
Reaction score
1
Location
Holland
Hello OTland :D

Ive started hosting a server again, and, theres always problems of course, the magiclevel is stuck! I set the multiplier at 10, but it takes about an hour to get a 5% increase. This is at ML 30. Any suggestions to solve this problem? Its TFS 8.4.
 
Last edited:
Ohmy god :p nah apologies, I ALWAYS confuse the 2 sites. Your fans of OT tho right :p anyway, I dont think you can help me then? :p
 
Last edited:
Config.lua:
-- Rates
-- NOTE: experienceStages configuration is located in data/XML/stages.xml.
experienceStages = "yes"
rateExperience = 17
rateSkill = 20
rateMagic = 15
rateLoot = 2
rateSpawn = 1

Stages:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="8" multiplier="60"/>
<stage minlevel="9" maxlevel="40" multiplier="35"/>
<stage minlevel="41" maxlevel="80" multiplier="28"/>
<stage minlevel="81" maxlevel="200" multiplier="15"/>
<stage minlevel="201" multiplier="10"/>
</stages>

vocation.xml:
<vocation id="5" name="Master Sorcerer" description="a master sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="4" gainhpamount="10" gainmanaticks="2" gainmanaamount="375" manamultiplier="1.5" attackspeed="2500" soulmax="200" gainsoulticks="15" fromvoc="1">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.5"/>
<skill id="1" multiplier="2.0"/>
<skill id="2" multiplier="2.0"/>
<skill id="3" multiplier="2.0"/>
<skill id="4" multiplier="2.0"/>
<skill id="5" multiplier="1.5"/>
<skill id="6" multiplier="1.1"/>
</vocation>
<vocation id="6" name="Elder Druid" description="an elder druid" gaincap="10" gainhp="15" gainmana="30" gainhpticks="3" gainhpamount="30" gainmanaticks="2" gainmanaamount="350" manamultiplier="1.4" attackspeed="2500" soulmax="200" gainsoulticks="15" fromvoc="2">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.5"/>
<skill id="1" multiplier="1.8"/>
<skill id="2" multiplier="1.8"/>
<skill id="3" multiplier="1.8"/>
<skill id="4" multiplier="1.8"/>
<skill id="5" multiplier="1.5"/>
<skill id="6" multiplier="1.1"/>
</vocation>
<vocation id="7" name="Royal Paladin" description="a royal paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="3" gainhpamount="10" gainmanaticks="3" gainmanaamount="60" manamultiplier="1.4" attackspeed="2400" soulmax="200" gainsoulticks="15" fromvoc="3">
<formula meleeDamage="1.2" distDamage="3.5" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.2"/>
<skill id="1" multiplier="1.2"/>
<skill id="2" multiplier="1.2"/>
<skill id="3" multiplier="1.2"/>
<skill id="4" multiplier="1.1"/>
<skill id="5" multiplier="1.1"/>
<skill id="6" multiplier="1.1"/>
</vocation>
<vocation id="8" name="Elite Knight" description="an elite knight" gaincap="35" gainhp="45" gainmana="5" gainhpticks="2" gainhpamount="60" gainmanaticks="4" gainmanaamount="20" manamultiplier="3.0" attackspeed="3500" soulmax="200" gainsoulticks="15" fromvoc="4">
<formula meleeDamage="3.5" distDamage="1.0" defense="1.4" armor="1.4"/>
<skill id="0" multiplier="1.1"/>
<skill id="1" multiplier="1.1"/>
<skill id="2" multiplier="1.1"/>
<skill id="3" multiplier="1.1"/>
<skill id="4" multiplier="1.4"/>
<skill id="5" multiplier="1.1"/>
<skill id="6" multiplier="1.1"/>
</vocation>
</vocations>
 
It appears any error in console? Like cannot load vocations.xml because of error XXXXXXXX.... ?
 
I think the problem is in vocations.xml .
Try to change manamultipler in vocations to lower numbers and you will get result. I have manamultipler for druids and sorcerers 1.1 and i get 'stuck' on level 100 (realy hard to advance to next mlvl).

At the moment, i didnt find any solution to slow down or get faster advancing mlvl and skills and make it more linear.

Sorry if my english looks bad, I'm polish guy...
 
Ive found something new: its only druids that have this problem. Might make a big difference in solving this problem. I just changed the rates to how I wanted them before ever starting the server, no problems except that druids now are stuck at magiclevel 30~33. Strange stuff imo, never seen it being mentioned. I will try your suggestion in the morning :D thanks. Will let ya know if it helped me, so this thread may help others. Your english is fine mate!

Edit: Worked like a charm mate :D
 
Last edited:
Okay, some new vocation error. Knights reach about 65 skill in swords, and from then on, it increases with every single swing! =/ So some knights end up with 700 sword skill, and I have no idea whats causing this.
 
Back
Top