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

1x experience..

EvoSoft

Is Da Mapper
Joined
Mar 10, 2010
Messages
693
Reaction score
5
Location
Northen part of Sweden
Hey..

So I have 1x experience on my OT, but I want 25x..
Here's my config.lua:
Code:
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp-enforced"
hotkeyAimbotEnabled = true
protectionLevel = 50
killsToRedSkull = 9
killsToBlackSkull = 18
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = true
expFromPlayersLevelRange = 75

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "xx"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "local #saxen"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Ny OT"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

-- Cast System
enableLiveCasting = true
liveCastPort = 7173

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 1000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "xx"
mapAuthor = "Saxen"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "xx"
mysqlPass = "xx"
mysqlDatabase = "xx"
mysqlPort = 3306
mysqlSock = ""

-- Misc.
allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = false
classicEquipmentSlots = false

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

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = false

-- Status server information
ownerName = ""
ownerEmail = ""
url = "https://otland.net/"
location = "Sweden"

And my stages.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
   <config enabled="0"/>
     <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>
 
Is your config still set to 0? It should be, then you have to restart the server obviously.

You still have problems?

Ignazio
 
Back
Top