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

Issue with extraPartyExperiencePercent

Werewolf

Forbidden Ascension
Joined
Jul 15, 2012
Messages
886
Reaction score
123
inside of my Config.lua.

-- Party
experienceShareRadiusX = 100
experienceShareRadiusY = 100
experienceShareRadiusZ = 15
experienceShareLevelDifference = 1 / 500
extraPartyExperienceLimit = 10000
extraPartyExperiencePercent = 200
experienceShareActivity = 20 * 60 * 1000

In game, the exp share works with anyone of a 500 level difference, however no matter what i change the extraPartyExperiencePercent number to, it always just Cuts the monsters normal exp and splits it between everyone.

I want it so when in a party with others the monsters have a 2X exp multiplier for the people in the party.
 
Back
Top