as far as I can remember and read from the HeadCount logs it was a
Guildmember. But
we had some "random" members from other Guilds in the raid.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I want to note that we were seeing this behavior with no members from
outside guilds.
It seemed somewhat random as to who was getting credited with GP from using
the
EPGP_Lootmaster module. (Using latest EPGP_Lootmaster from Curse, using
EPGP 5.4.2)
Another thing that we saw was that the default window to add GP (using the
loot
detection method in EPGP) was coming up even if EPGP_Lootmaster had added
GP to the
member.
In the meantime we've been doing the following to keep using
EPGP_Lootmaster:
1) Use EPGP_Lootmaster to determine who wins an item.
2) Distribute loot using EPGP_Lootmaster's "Loot for Free" selection.
3) Wait for EPGP's default GP selection dialog box to pop-up and assign GP
using that.
I do have to say since both of these are great mods, its good to see the
core EPGP
mod getting this functionality. Its been making looting significantly
faster (and now
my officers can make sure I dont make mistakes :P).
The GetGPValue() function used to be in gptooltip.lua (ver 5.2.3).
However if you grep for GetGPValue in ver 5.4.2, you will find that
lootmater.lua is
the only file using it.
lootmaster.lua: local gpvalue, gpvalue2, ilevel, itemRarity, itemEquipLoc =
gptooltip:GetGPValue(itemLink)
But there is no GetGPValue defined anywhere!
If you also update EPGPLootmaster to the lastest version (separate addon)
it will use
the correct functions and it will also hand out the GP. What it used to do,
but
doesn't anymore is disabling the default EPGP ask for GP popup. You can
disable that
manually from the EPGP configuration panel and EPGPLootmaster will still
nicely set
the GP for you.
The lootmaster.lua hsienjin found is the one bundled with epgp and that's
disabled.
I know this must be confusing, but it's actually not doing anything at the
moment.