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

Problem with experience stage TFS 1.1

jalllee

Member
Joined
May 5, 2009
Messages
41
Reaction score
9
Hello!

I cant use experiencestage or change the experience at config.lua

My config.lua looks like this:
Code:
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 8
killsToRedSkull = 5
killsToBlackSkull = 8
pzLocked = 60000
removeAmmoWhenUsingDistanceWeapon = "yes"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 8 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = "no"


ip = ""
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to Global tibiaface v.13!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Tibiaface"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 300
pushCreatureDelay = 1 * 1000  


deathLosePercent = -1


housePriceEachSQM = 20000
houseRentPeriod = "never"


timeBetweenActions = 200
timeBetweenExActions = 1000


mapName = "realmap"
mapAuthor = "Maya"


marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = "yes"
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

mysqlHost = "127.0.0.1"
mysqlUser = ""
mysqlPass = ""
mysqlDatabase = ""
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

allowChangeOutfit = "yes"
freePremium = "yes"
kickIdlePlayerAfterMinutes = 200
maxMessageBuffer = 4
noDamageToSameLookfeet = "no"
emoteSpells = "no"


-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 1


deSpawnRange = 2
deSpawnRadius = 50


staminaSystem = "no"


defaultPriority = "high"
startupDatabaseOptimization = "no"

ownerName = ""
ownerEmail = ""
url = "http://www.tibiaface.com/"
location = "bolivia"

and my stages at XML look like this:
PHP:
<?xml version="1.1" encoding="UTF-8"?>
<stages>
    <config enabled="1"/>
        <stage minlevel="1" maxlevel="7" multiplier="50"/>
        <stage minlevel="8" maxlevel="29" multiplier="150"/>
        <stage minlevel="30" maxlevel="49" multiplier="100"/>
        <stage minlevel="50" maxlevel="79" multiplier="80"/>
        <stage minlevel="80" maxlevel="119" multiplier="60"/>
        <stage minlevel="120" maxlevel="139" multiplier="40"/>
        <stage minlevel="140" maxlevel="159" multiplier="30"/>
        <stage minlevel="160" maxlevel="179" multiplier="20"/>
        <stage minlevel="180" maxlevel="219" multiplier="10"/>
        <stage minlevel="220" maxlevel="279" multiplier="8"/>
        <stage minlevel="280" maxlevel="319" multiplier="6"/>
        <stage minlevel="320" maxlevel="349" multiplier="4"/>
        <stage minlevel="350" multiplier="2"/>
</stages>

Still cant get it to work... The experience is still 1x/normal experience
 
Back
Top