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

Help party config-lua

gmstrikker

Well-Known Member
Joined
Jul 30, 2014
Messages
458
Solutions
1
Reaction score
50
I was thinking of doing a bonus in my server to make the players to play the hand I had to 2.5x to 5.0x extra experience

The intention was to get players with 2 members in the party (to share EXP) to gain 250% experience more each monster killed
And for three or more players in the party experience bonus would be 500%

I tried setting it in config.lua like this:
Code:
experienceShareRadiusX = 30
experienceShareRadiusY = 30
experienceShareRadiusZ = 1
experienceShareLevelDifference = 1 / 3
extraPartyExperienceLimit = 500
extraPartyExperiencePercent = 250
experienceShareActivity = 2 * 60 * 1000

But is not working, does anyone know how to fix?

BUMOP

BNUMP
 
Last edited by a moderator:
Back
Top