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

Party Channel

GuHB

Member
Joined
Dec 14, 2009
Messages
630
Reaction score
9
Location
Brazil
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
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
 
Back
Top