• 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 wont change

Strata

Hoster
Joined
Apr 12, 2010
Messages
124
Reaction score
6
Location
USA
um Iv changed the different rates in confiq restart my server and all that stuff and the rates wont change in game anyone know why it isnt working

im using mysql to but im a newbie to it
 
geting this in console to

04/08/2010 09:58:46] >> Loading vocations
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
[04/08/2010 09:58:46] Missing skill id.
 
either change
Code:
	-- Rates
	experienceStages = true
	rateExperience = 5.0
	rateExperienceFromPlayers = 0
	rateSkill = 50.0
	rateMagic = 100.0
	rateLoot = 2.0
	rateSpawn = 2
to
Code:
	-- Rates
[COLOR="Red"]	experienceStages = false[/COLOR]
	rateExperience = 5.0
	rateExperienceFromPlayers = 0
	rateSkill = 50.0
	rateMagic = 100.0
	rateLoot = 2.0
	rateSpawn = 2
or just change the stages.xml in the XML folder
 
Back
Top