Modifying Master Loot

Hello guys,

I’ve seen in a private server when you’re the leader and set loot to Master Loot the players that in the party can loot as well and see the dropped items but they can’t take the items so i’m wondering if someone knows how to make it would be great and thanks a lot /emoticons/default_smile.png

In fact, as for wow 4.3.4 this is blizzlike, idk about 3.3.5a.

Meaning how to enable group members to see loot’s items even if lootmethod is master loot

i had this but i remmeber it was problem with quest item (cant loot)

# HG changeset patch
# User Siley<[email protected]>
# Date 1351877439 -3600
# Node ID b8078de9a3e6196e738c3c67e3986b3f3785763b
# Parent  fb97d8fe1e01c38fde4544941cdf1efd28908a5d
allow everyone seeing items in corpse with Master Looter

diff -r fb97d8fe1e01 -r b8078de9a3e6 src/server/game/Entities/Player/Player.cpp
--- a/src/server/game/Entities/Player/Player.cpp	Fri Nov 02 18:27:32 2012 +0100
+++ b/src/server/game/Entities/Player/Player.cpp	Fri Nov 02 18:30:39 2012 +0100
@@ -17533,13 +17533,13 @@
         case FREE_FOR_ALL:
             return true;
         case ROUND_ROBIN:
-        case MASTER_LOOT:
             // may only loot if the player is the loot roundrobin player
             // or if there are free/quest/conditional item for the player
             if (loot->roundRobinPlayer == 0 || loot->roundRobinPlayer == GetGUID())
                 return true;
 
             return loot->hasItemFor(this);
+		case MASTER_LOOT:
         case GROUP_LOOT:
         case NEED_BEFORE_GREED:
             // may only loot if the player is the loot roundrobin player

aint working properly, players can chose to who they want to send items, but when they do that wont send any item, so only the true master looter can send items, sometimes wont show the loot for all players and only just for the master looter