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

TFS 1.X+ [OTServ BR-Global] Skill Stage

antonio664

Member
Joined
Jan 9, 2013
Messages
129
Reaction score
5
are you talking about Skillstage.xml?
if yes, this is my skillstage:
Lua:
<?xml version="1.0" encoding="UTF-8"?>
<skillstages>
    <skills enabled="0"> --set 1 to enable
        <skill minskill="1" maxskill="50" multiplier="3" />
        <skill minskill="51" maxskill="100" multiplier="2" />
        <skill minskill="101" multiplier="1" />
    </skills>
    <magiclevel enabled="0"> -- set 1 to enable
        <ml minmagic="1" maxmagic="8" multiplier="1" />
        <ml minmagic="9" multiplier="1" />
    </magiclevel>
</skillstages>
 
are you talking about Skillstage.xml?
if yes, this is my skillstage:
Lua:
<?xml version="1.0" encoding="UTF-8"?>
<skillstages>
    <skills enabled="0"> --set 1 to enable
        <skill minskill="1" maxskill="50" multiplier="3" />
        <skill minskill="51" maxskill="100" multiplier="2" />
        <skill minskill="101" multiplier="1" />
    </skills>
    <magiclevel enabled="0"> -- set 1 to enable
        <ml minmagic="1" maxmagic="8" multiplier="1" />
        <ml minmagic="9" multiplier="1" />
    </magiclevel>
</skillstages>
where did you get that file? or system? could you show it?
 
Back
Top