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.
-- 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.