Hi,
I'v one simple bug on the Party and Party's channel. I'm using TFS 0.4 - rev 3884.
When player kill some monster without party, he gots the msg with loot. But if he are in Party, this msg dont appear in Server Log and in party channel.
How may i fix that?
Config.lua
I'v one simple bug on the Party and Party's channel. I'm using TFS 0.4 - rev 3884.
When player kill some monster without party, he gots the msg with loot. But if he are in Party, this msg dont appear in Server Log and in party channel.
How may i fix that?
Config.lua
LUA:
-- Loot
checkCorpseOwner = true
monsterLootMessage = 1
monsterLootMessageType = 25
LUA:
-- Party
experienceShareRadiusX = 300
experienceShareRadiusY = 300
experienceShareRadiusZ = 3
experienceShareLevelDifference = 2 / 3
extraPartyExperienceLimit = 30
extraPartyExperiencePercent = 25
experienceShareActivity = 2 * 60 * 1000