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

Trying to edit speed of skills up

mengueh

Newbie
Joined
May 5, 2013
Messages
64
Reaction score
5
Hello ma frends =)

I'm trying to turn speed that skills up slowly (fist, sword, axe..) but i'm not getting that!

I have a 8.6 server 0.4 source =)
Could someone help me?

Ty
 
Not sure, but if you want different Speed for different vocations then take a look in vocations.xml ( i think ) :) hope it helped
 
vocations.xml
Lua:
        <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" />
Change and test how it works.
 
vocations.xml
Lua:
        <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" />
Change and test how it works.
Now i have this and the same:

<skill id="0" multiplier="2.5" />
<skill id="1" multiplier="2.5" />
<skill id="2" multiplier="2.5" />
<skill id="3" multiplier="2.5" />
<skill id="4" multiplier="2.5" />
<skill id="5" multiplier="2.5" />
<skill id="6" multiplier="2.5" />

i put there 30.0 and skill stoped :(
Ok, now i put 1.5 and its speed, why if i put 2.0 or 3.0 then its slow ?
 
Back
Top