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

exp for killing

Iceroxor

pure-frag.eu
Joined
Jul 3, 2012
Messages
174
Reaction score
6
Location
http://pure-frag.eu/
Hi . I wonder if it is any script who gives exp when kill other player ? Cuz if I use pvp-e the aol wont work and skull system . so is it any creaturescript That give exp for reward ?
 
Check you config.lua

Code:
	experienceStages = false
	rateExperience = 2500000.0
	rateExperienceFromPlayers = 0
	rateSkill = 300.0
	rateMagic = 300.0
	rateLoot = 3.0
	rateSpawn = 3

exchage this

Code:
	rateExperienceFromPlayers = 0

to
Code:
rateExperienceFromPlayers = 1

you don't need any script to do that. You already have it.
 
Back
Top