• 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 skull system + exp for kills

Phantom22

The Chosen
Joined
Dec 20, 2009
Messages
334
Reaction score
2
Did it before just its been about 4 months.

I tryed to make it open with exp at 1x but the exp doesnt turn on :\

Do i need to go the other way? like hardcore and then enable skullsystem?

rep + for some help and im well aware its probably a newb question ;P
 
what parts of the config are you asking for? here are my stages. my tfs is donator so i cant give out more :|


Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<world id="0" multiplier="1">
		<stage minlevel="1" maxlevel="45" multiplier="145"/>
		<stage minlevel="46" maxlevel="150" multiplier="85"/>
		<stage minlevel="151" maxlevel="260" multiplier="60"/>
		<stage minlevel="261" maxlevel="320" multiplier="25"/>
		<stage minlevel="321" maxlevel="450" multiplier="5"/>
		<stage minlevel="451" multiplier="2.5"/>
	</world>
</stages>


Code:
-- Rates
	experienceStages = true
	rateExperience = 65.0
	rateExperienceFromPlayers = 1
	rateSkill = 40.0
	rateMagic = 20.0
	rateLoot = 3.0
	rateSpawn = 3

Code:
-- Experience from players
	minLevelThresholdForKilledPlayer = 0.9
	maxLevelThresholdForKilledPlayer = 1.1
 
in config.lua change this

Code:
-- Experience from players
	minLevelThresholdForKilledPlayer = 0.0
	maxLevelThresholdForKilledPlayer = 0.0
 
in config.lua change this

Code:
-- Experience from players
	minLevelThresholdForKilledPlayer = 0.0
	maxLevelThresholdForKilledPlayer = 0.0



Ok I def see exp now. But how do I regulate the exp? I really dont want people being able to kill each other back and fourth gaining levels.

Thanks ahead of time for anyone that can help me and rep+ for you already.
 
Wouldnt a better solution be to make death worse??

I would like to make it so people loose more exp on death than they would gain.
 
But does this in term change the amount or chance items drop? I want to keep that the same if not less. I would rather people take exp/ skills hits Then again... Which bless setting allows zero item loss? Cause i am pretty sure people once and awhile drop stuff with bless on
 
Back
Top