XLootMonitor
Please use http://www.curse.com/addons/wow/xloot - Monitor is included in the package, and this is no longer maintained.
Please use http://www.curse.com/addons/wow/xloot - Monitor is included in the package, and this is no longer maintained.
Is there a way to have xloot monitor NOT to fade?
update for 5.0.5. ? with counts issues sometimes-sometimes count has +1 from acutal number of items
Everything is working fine between Xloot 1.0, Xloot Groupm, and the Legacy Xloot monitor with Plugin. The monitor is displaying data correctly. Everytime something is looted mostly gold off mobs, I get this error.
40x XLoot-nil.375\XLootUtilities.lua:8: attempt to call global "GetNumRaidMembers" (a nil value)
libs\SpecialEvents-Loot\SpecialEvents-Loot-1.0-90221.lua:137: in function <libs\SpecialEvents-Loot\SpecialEvents-Loot-1.0.lua:137>
(tail call): ?
<in C code>
XLoot-nil.375\libs\AceEvent\AceEvent-2.0-91097.lua:302: in function "TriggerEvent"
XLoot-nil.375\libs\AceEvent\AceEvent-2.0-91097.lua:910: in function <XLoot\libs\AceEvent\AceEvent-2.0.lua:903>
Locals:
nil
For what it's worth, GetNumRaidMembers is removed from the API and replaced by GetNumGroupMembers.
And the Old Plugin Support (Which only monitor needs) provides suppliments for those functions, so I really don't know where people are getting these errors.
I'm in the process of reorganizing all the addons into a core anyway, so really at this point I'm to ignoring them.
As of the latest version of the Old Plugin Support addon, the only occurences of GetNumRaidMembers I see anywhere are in XLootUtilities.lua, and these are not function definitions... so I do not believe the suppliments exist in the public version.
Correct me if I'm wrong.
Shrug, I'm sure it's my error. There's a pending version of Old Plugin Support which may fix it.
In the Old Plugins addon (directory named "XLoot"), you can open the XLootUtilities.lua file and replace the unitFromPlayerName function at the very top with this to resolve the error:
local function unitFromPlayerName(name)
name = string.gsub(name, "(-.*)", "")
if UnitName("player") == name then
return "player"
end
for i=1,GetNumGroupMembers() do
if (UnitName((IsInRaid() and "raid" or "party")..i) == name) then
return (IsInRaid() and "raid" or "party")..i
end
end
return nil
end
Wonderful mod, have used this since it came out! MoP seems to have broken it, I'm currently running XLoot 1.0 with the oldxloot plugin and since the patch, XLootMonitor no longer shows any items at all. THe anchor is there, I can access the menu, but no loot EVER shows up on the monitor!
yesterday the monitor was still here, today, the monitor is gone ... is there a way, to bring it back up? some command or sth like that?
All commands should be available under /xloot monitor or /oldxloot monitor, or under the dropdown from /xloot options | /oldxloot options
Only a complete reinstall worked. I used to use xloot 1.0, but then as told, it stopped working. now using the "normal" xloot (r376), now it works again. the commands you said did not work bevore (I had the old plugin support installed). It was very strange. however, it now works again. including the commands =)
can't imagine playing without xloot. :)
Well, /oldxloot should have worked fine then 0_o [/oldxloot options] -> Monitor, if you prefer the dropdown.
Awesome addon I must say, although, I do have an issue. As stated in another comment with XLoot not displaying correctly, I still am getting the same problem. Is there a fix for it? As for when it happens and what loot Im picking up it doesnt matter. Sometimes I can pick up 1-100 things that display correctly and then on item 101 it will show nothing.
Thanks
As far as I know, it displays everything according to what it sees in the chat log.
If you can find a instance where you see something in the chat log but it isn't shown in monitor, that I can do something about.
Is there an option to turn monitor on and off? Like, I dont want it running in a 5 man, but want it running in a 25 raid.
Currently no. I've added a ticket for that suggestion, however.
Nice, because it also pops up when I am emptying my mailbox. So a function to hide/deactivate when solo, in party, in raid and so on would be nice.
What is the difference between quality threshold and own quality threshold?
Own is for your loot, the other is for everyone else.