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

When I kill monsters no exp :'(

MadMOOK

Hoo
Joined
Apr 20, 2011
Messages
802
Reaction score
44
How do I fix that? I need exp to level my characters! lol
[8.60] - The Forgotten Server v0.3.7 (Crying Damson)

- - - Updated - - -

This is in my config.lua I have experiencestages on false because I do not want stages. All though i did try TRUE and it still got no where//
LUA:
	experienceStages = false
	rateExperience = 2.0
	rateExperienceFromPlayers = 0
	rateSkill = 6.0
	rateMagic = 5.0
	rateLoot = 6.0
	rateSpawnMin = 1
	rateSpawnMax = 1
This is my orc..
LUA:
<monster name="Orc" nameDescription="a orc" race="blood" experience="25" speed="150" manacost="300">

What is happening that I cannot get exp by killing it? lol When i kill it I get no exp and there is no error in server.
 
Last edited:
check your config.lua exp settings
Code:
	experienceStages = true
	rateExperience = 1

and if you use exp stages check your data/xml/stages.xml file also
 
This is so dumb lol... that did not work :( what did i do to deserve this? haha

- - - Updated - - -

This is in my config.lua I have experiencestages on false because I do not want stages. All though i did try TRUE and it still got no where//
LUA:
	experienceStages = false
	rateExperience = 2.0
	rateExperienceFromPlayers = 0
	rateSkill = 6.0
	rateMagic = 5.0
	rateLoot = 6.0
	rateSpawnMin = 1
	rateSpawnMax = 1
This is my orc..
LUA:
<monster name="Orc" nameDescription="a orc" race="blood" experience="25" speed="150" manacost="300">

What is happening that I cannot get exp by killing it? lol When i kill it I get no exp and there is no error in server.
 
Back
Top