shared party exp to 10 players and rope hole functionality like in 7.4

This commit is contained in:
ErikasKontenis
2021-04-07 21:14:25 +03:00
parent de3a330f06
commit 9d076f1000
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ local tasks = {
['orc'] = {taskerStorage = 17652, progressStorage = 17651, killsRequired = 50},
}
local maxPlayersInPartyShare = 2
local maxPlayersInPartyShare = 10
function onDeath(creature, corpse, lasthitkiller, mostdamagekiller, lasthitunjustified, mostdamageunjustified)
if not creature:isMonster() or creature:getMaster() then