• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Is it possible to set

Grozzmo

Member
Joined
Nov 29, 2007
Messages
139
Reaction score
13
Hello, I wonder if it is possible to set exp rate to 0.25 exp?


Question nr 1:
So you just get 0.25 from all monsters, it is lower then 1x.

Is it possible to write like 0.25 in the config?

Or should I write 0.25 in the stages?


Is it possible to remove the stamina bonus exp system by writing like false in config? I wrote 40 * 60 and it's still bonus exp.

Thanks for taking your time reading.
 
or u could set it to 1, and devide the experience of the monsters by 4, otherwise idk if u can set it to .25 in the config or stages.
 
People. don't say those things.. you have NO CLUE what he's up to and in that reason keep your negative posts inside your heads!

he could do anything, maybe a play around server there the top lvl maybe is lvl 10 instead of 1000... it can be any reason for him to have 0.25x exp...
 
People. don't say those things.. you have NO CLUE what he's up to and in that reason keep your negative posts inside your heads!

he could do anything, maybe a play around server there the top lvl maybe is lvl 10 instead of 1000... it can be any reason for him to have 0.25x exp...

you're turth.
Buy why he ask it?
He could test if it works or not..
is a noob question or not?...
 
People. don't say those things.. you have NO CLUE what he's up to and in that reason keep your negative posts inside your heads!

he could do anything, maybe a play around server there the top lvl maybe is lvl 10 instead of 1000... it can be any reason for him to have 0.25x exp...


agreed, were in the support forums, keep the negative comments to yourself. Kids are trying to find help not receive information that does them no good.
 
Actually it is an noob war server, so I dont want people to gain levels to fast from monsters, should be ment to pvp, but they can also exp, but to balance things id would like to set it to 0.25 and it would take to long to manually count 0.25/1 and set it to all monsters,

So please, anyone?
 
well if its a noob war server, you shouldnt have to many monsters, so just pull up a calculater and then like demons exp, just divide by 4 and your set to go
^^
 
@Grozzmo, Yeah, there is..

in your config.lua find:
LUA:
experienceStages = false

make sure false says true...

Then go to data>xml>stages.xml.

LUA:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<world id="0" multiplier="1">
		<stage minlevel="1" maxlevel="100" multiplier="0.25"/>
		<stage minlevel="101" maxlevel="300" multiplier="0.20"/>
		<stage minlevel="301" maxlevel="500" multiplier="0.15"/>
		<stage minlevel="501" maxlevel="1000" multiplier="0.10"/>
		<stage minlevel="1000" multiplier="0.5"/>
	</world>
</stages>

Somethin like that, you can feel free to edit the levels and the exp...

If you don't understand I'll explain:
The Stage minLevel is the minimum level, the maxLevel is the maximum level for the exp. So mine says:

LUA:
<stage minlevel="1" maxlevel="100" multiplier="0.25"/>

So everyone level 1 through 100, will have 0.25 exp.
 
Thanks Elemetal, I actually wanted to try that, but never thought it would actually work, cause I didnt thought it wasnt ment to be under 1x rate, so the computer wouldn't understand, I will try it out and write back to you.

Thanks.
 
Back
Top