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

Shared EXP

Easy154

New Member
Joined
May 14, 2008
Messages
133
Reaction score
0
Shared EXP

How can I get it work?

We invite each other but only one person gets the EXP

I'm using the newest version of Cryieng Damson

I want everyone to get the normal exp (so if we kill a Cyclops everyone gets 150 exp)

This is my current config:

-- Party
-- NOTE: experienceShareLevelDifference is float number.
-- experienceShareLevelDifference is highestLevel * value
experienceShareRadiusX = 300
experienceShareRadiusY = 300
experienceShareRadiusZ = 1
experienceShareLevelDifference = 1 / 1000
extraPartyExperienceLimit = 20
extraPartyExperiencePercent = 5
 
Code:
	-- Party
	-- NOTE experienceShareLevelDifference is float number.
	-- experienceShareLevelDifference is highestLevel * value
	experienceShareRadiusX = 30
	experienceShareRadiusY = 30
	experienceShareRadiusZ = 1
	experienceShareLevelDifference = 2 / 3
	extraPartyExperienceLimit = 20
	extraPartyExperiencePercent = 5

That's what I use, and my party gets the same, you should try that?
Regards.
 
Code:
	-- Party
	-- NOTE experienceShareLevelDifference is float number.
	-- experienceShareLevelDifference is highestLevel * value
	experienceShareRadiusX = 30
	experienceShareRadiusY = 30
	experienceShareRadiusZ = 1
	experienceShareLevelDifference = 2 / 3
	extraPartyExperienceLimit = 20
	extraPartyExperiencePercent = 5

That's what I use, and my party gets the same, you should try that?
Regards.


I will try it, thank you.
 
If you want RL Tibia System (150 EXP from Cyclops)

Then you should use
Config.lua
Code:
rateExperience = 1
But if you want you AND your friend to have 150 EXP each from a Cyclops, then use
Code:
rateExperience = 2

Think that might work,
Config.lua
Code:
experienceStages = "no"
Code:
extraPartyExperiencePercent = 1
You could also try 2.
Code:
extraPartyExperiencePercent = 2

Hope it works for you,
Good Luck.

Zer0xe.
 
Well we can final activate shared exp now, but it I get this message:

11:12 Shared Experience has been activated, but some members of your party are inactive.

What are we doing wrong?
 
One of the members are AFK? Or not with you?

Because that problem could appear if one member is far away from the leader.

Zer0xe.
 
sharedexpbug.jpg


Maybe this helps
 
Back
Top