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

TFS 3.0 Exp Problem

hawkboone

New Member
Joined
Feb 13, 2008
Messages
11
Reaction score
0
Ok so i started hosting a server, and after about 5 mins it came to my attention that the exp people we're gaining was half of what it should of been.

I tried a few things in the config and nothing worked, so i doubled all the exp stages and everything was fine

about 30mins later, it seemed some people we're getting the whole doubled exp rate instead of half the exp rate like before

any ideas?
 
Code:
<stages>
	<config enabled="1"/>
	<stage minlevel="1" maxlevel="50" multiplier="85"/>
	<stage minlevel="51" maxlevel="100" multiplier="60"/>
	<stage minlevel="101" maxlevel="120" multiplier="50"/>
	<stage minlevel="121" maxlevel="150" multiplier="40"/>
	<stage minlevel="151" maxlevel="170" multiplier="30"/>
	<stage minlevel="171" maxlevel="200" multiplier="20"/>
	<stage minlevel="200" multiplier="10"/>
</stages>

thats what i wanted the exp stages as, but instead when i first started the server, people between 1 and 50 we're getting 42.5x exp (half of 85),

so i doubles the rates, hopeing that it would solve the problem of people getting the 42.5x exp (rates changed to)

Code:
<stages>
	<config enabled="1"/>
	<stage minlevel="1" maxlevel="50" multiplier="170"/>
	<stage minlevel="51" maxlevel="100" multiplier="120"/>
	<stage minlevel="101" maxlevel="120" multiplier="100"/>
	<stage minlevel="121" maxlevel="150" multiplier="80"/>
	<stage minlevel="151" maxlevel="170" multiplier="60"/>
	<stage minlevel="171" maxlevel="200" multiplier="40"/>
	<stage minlevel="200" multiplier="20"/>
</stages>

which it did for a short while, but then some people were getting 170x exp, while others were getting 85x exp
 
Thats insanely weird that you would have to double it.. to get the half exp
to work properly. but then you say some were getting 170x exp.. mmm.

Did you compile the server yourself?
And if your servers on. whats the I.P ect i'd like to login and see.
 
i havnt compiled the server, the only changes ive made is numerous quests
right now the server and aac are offline till i fix the problem :p
 
Back
Top