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

ExpStage only Rookgaard

Dorianek

Member
Joined
Nov 29, 2018
Messages
247
Reaction score
10
Location
Poland
How to assign ExpStage only for

C++:
<vocations>
    <vocation id="0" clientid="0" name="None" description="none" gaincap="10" gainhp="5" gainmana="5" gainhpticks="3" gainhpamount="6" gainmanaticks="2" gainmanaamount="6" manamultiplier="3.0" attackspeed="1000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="0">
        <formula meleeDamage="1.8" distDamage="2.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="2.5" />
        <skill id="6" multiplier="1.1" />
    </vocation>
 
It should help u
 
Dont know if it works but it should i think ;o
Code:
<stage minlevel="1" maxlevel="3" multiplier="100" />
    <stage minlevel="4" maxlevel="7" multiplier="50" />
    <stage minlevel="8" maxlevel="1000" multiplier="1" />
 
Back
Top