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

Windows I need help with Exp states + houses.

Kaywin

Lord of War WoW/Tibia 2D
Joined
Oct 24, 2008
Messages
541
Reaction score
6
Location
SwedeN
Greetings!


Dear players of OTland, I got a problem I don't know how to change the orgnial experiance to " Exp states "

Can anyone help me with that?

Next problem is the houses, some house don't work in Svargrond I need guide to make them to work.


Btw, anyone who know any nice guide which can help me to make a account page?

thanks for me.
 
Yeah, i had this problem before, take this stage

PHP:
<stages>
    <config enabled="1"/>
    <stage minlevel="1" maxlevel="50" multiplier="100"/>
    <stage minlevel="51" maxlevel="70" multiplier="60"/>
    <stage minlevel="71" maxlevel="100" multiplier="50"/>
    <stage minlevel="101" maxlevel="150" multiplier="35"/>
    <stage minlevel="151" multiplier="15"/>
</stages>
also change to your exp and then it should work because the stages.xml elf has uploaded doesnt got
PHP:
    <config enabled="1"/>
this so try that and then in config.lua make experienceStages "yes" and ExpRate 1
 
Back
Top