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

How i active exp stages

bylundjonas

"Tibia Mapper"
Joined
Oct 5, 2008
Messages
621
Reaction score
0
Location
Sweden
How set on exp stages? i have look in config and there is only

Ratexp
Rateskill
Rateloot

you know how i set on exp stages i have edit them in xml but i don't know how i set on them :D

Please tell me
 
Example: Goto: C:\Documents and Settings\Admin\Desktop\0.2.5\data\XML

u will Saw 6 Xml Files Goto - Stages.xml Press left mouse button Then (Open With) And Select Word Pad here is mine exp Stages For exmaple How it loking

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="0"/>
<stage minlevel="1" maxlevel="8" multiplier="25"/>
<stage minlevel="9" maxlevel="50" multiplier="20"/>
<stage minlevel="51" maxlevel="101" multiplier="10"/>
<stage minlevel="102" maxlevel="202" multiplier="5"/>
<stage minlevel="101" multiplier="5"/>
 
And this in config :
LUA:
experienceStages = "xxx"

Should look like this :
LUA:
-- Rates
	experienceStages = "xxx"
	rateExperience = xxx
	rateSkill = xxx
	rateMagic = xxx
	rateLoot = xxx
	rateSpawn = xxx
 
Back
Top