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

Lua My Stages Don't Work [I REP ALL REPLYS]

Fablow

Intermediate OT User
Joined
May 7, 2008
Messages
1,565
Solutions
6
Reaction score
146
Location
Canada
GitHub
Fablow77
I can't use my stages,, im using TFS 0.3 Beta 3

why?

can you send me an example or tell me how?
 
In config.lua
PHP:
experienceStages = "yes"

data/XML/stages.xml

PHP:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
        <world id="0">
<stage minlevel="1" maxlevel="8" multiplier="20"/>
<stage minlevel="9" maxlevel="20" multiplier="15"/>
<stage minlevel="21" maxlevel="50" multiplier="10"/>
<stage minlevel="51" maxlevel="200" multiplier="7"/>
<stage minlevel="201" maxlevel="300" multiplier="6"/>
<stage minlevel="301" multiplier="5"/>
        </world>
</stages>
 
and what U got at rateExperience?
Code:
        rateExperience = 7.0
        rateSkill = 15.0
        rateMagic = 5.0
        rateStaminaHits = 3
        rateLoot = 2
        rateSpawn = 1
        experienceStages = "yes"
 
Hi, Don't get mad. You will get it!

That post is a proof that you (Assassin Legend) shouldn't have wrote this: "[I REP ALL REPLYS]" on your topic title :p (No offence intended Jerry :))

Anyways, post here what you have on your stages.xml and what you have under rate multipliers in config.lua, also, are you getting any console errors or something like that? Or they are just simply not working but doesnt show any errors either?

Cheers~
 
Back
Top