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

Compiling Mlvl in sorcerer and druids

error656

New Member
Joined
Aug 27, 2007
Messages
60
Reaction score
1
Hi
In my server mlvl of sorcerer and druid growing slower than in palladin.

In vocation files is nothing to tuning mlvl:
<vocation id="1" name="Sorcerer" description="a sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.5" attackspeed="1500" soulmax="100" gainsoulticks="120" 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"/>

I this possible to do something with that without compiling source, and if i have to compile what should i change?
 
Base multipliers:
Mages: 1.1
Paladins: 1.4
Knights: 3

Since your sorcerer has 1.5 it is slower than paladin.
 
Back
Top