I have it checked but pets still show independently. I also did a DPS test on a few random mobs (dots only) without my pet attacking and then again with my pet attacking. My displayed DPS didn't increase in the amount of my pet's DPS.
GroupCalendar was what my guild used up till 3.0 (then people didn't feel like downloading it, since we had game calendar (though it's BUGGER for the raid lead to sort from) so only -I- seem to have it now, which makes it pointless)
But, it's got options to add people manually, or not, so you could add anyone who'd accepted from game calendar, then it'll show who's in raid already, and let you auto-invite stragglers. ::shrugs:: best one i know of.
Hmm, seems kind of overkill for a simple comparison of players. But does it have the ability auto-import events/players from the Blizzard Calendar?
--SendChatMessage(("You forgot to loot your %s!"):format(item), "WHISPER", nil, name) -- Old
ChatFrame1:AddMessage( name .. " forgot to loot " .. item .. ".") -- New
I just ran two heroics this morning but unfortunately the mod didn't do anything at all. Odd. Is it only for raids?
Is there any mod that compares the list of people who accepted an event and people who are online / in raid?
I do use an LDB Guild mod (Ara's) to simultaneously open the invite panel and see which guild members online, but I'm still looking for something more advanced. Any help would be much appreciated.
Well, i did write the LFG tool scanner. Since it requires keypresses its worthless.
I pretty much stopped there and switched to working on some other things for a while. I thought about trying to use the mousewheel to see if it would act like a keypress, though I never tried.
Personally the main thing I've always hated with a PASSION about the Blizzard LFG tool is that it only lets you see who is LFG for ONE instance at a time.
I would LOVE to be able to have a mod that replaces the LFG window (possibly in an LDB tooltip). You would click on a dungeon to update it, and the people LFG'd would STAY in the tooltip, even when clicking Update on other dungeons. Ahhhhhhhhhh, THAT would be priceless.
Blizzard requiring us to click to update dungeons is annoying, but don't think that LFG mods are useless because of that. Please, continue working on an LFG mod, if not something like what I described above (any chance you might want to? hehe), well, anything would be better than Blizzard's stupid window.
Also, we could ask Slouken to make this function not protected. You think he might allow it?
Not sure how this will work but I just changed it like so:
function mod:CheckLoot()
local item = select(2, GetItemInfo(IsTrackingItem))
for name, hasLooted in pairs(LootList) do
if not hasLooted then
[B] --SendChatMessage(("You forgot to loot your %s!"):format(item), "WHISPER", nil, name) -- Original
ChatFrame1:AddMessage( ("%s forgot to loot Emblem."):format(item), "WHISPER", nil, name) ) -- New[/B]
end
end
end
Wow, I searched and searched and can't believe I didn't find this mod.
Pretty neat. Though from the Curse comments it seems like there are a lot of bugs with erroneously whispering every person in the raid sometimes. Is there any display similar to GreatJusticeFu's nice Fubar display (or LDB of course) showing who looted or not? If not, any plans to add something like that?
I'd prefer to just be able to see what's going on with my mods, rather than automatic stuff happening, especially automatic whispering of everybody.
If anyone has any alternatives, please post, I'm still watching this thread. But definitely, thank you tomsommer, downloading now :)
This was an awesome mod but it seems the author has abandoned it. It looks like all we had to do was change the item ID, so I changed it:
--local itemId_BoJ = "29434" -- old, Badge of Justice
local itemId_BoJ = "40752" -- new, Emblem of Heroism
It does correctly show the number of Emblems I have in Fubar now. Unfortunately, it doesn't do the tracking for other raid members and the Fubar tooltip is always empty.
0
0
0
Hmm, I don't think you fully understood my post. It is somewhat confusing, so let me put it this way:
A) Put pet on passive / no attacking whatsoever and attack mob = X DPS.
B) Repeat but this time with pet attacking = Y DPS.
X = Y before and after.
How is this possible?
Can you link the page / post that this was addressed in earlier? 242 pages is O_O
0
I have it checked but pets still show independently. I also did a DPS test on a few random mobs (dots only) without my pet attacking and then again with my pet attacking. My displayed DPS didn't increase in the amount of my pet's DPS.
Is this broken for anyone else?
0
Yeah, that's why I switched it to add a message to my chatframe instead. Unfortunately, it never did anything at all. (And no errors either.)
Anyone want to poke around with me and see what could be the problem?
Or are there any similar mods?
/mourn Fubar_GreatJusticeFu
0
Anyone know of any other mods?
0
Hmm, seems kind of overkill for a simple comparison of players. But does it have the ability auto-import events/players from the Blizzard Calendar?
0
--SendChatMessage(("You forgot to loot your %s!"):format(item), "WHISPER", nil, name) -- Old
ChatFrame1:AddMessage( name .. " forgot to loot " .. item .. ".") -- New
I just ran two heroics this morning but unfortunately the mod didn't do anything at all. Odd. Is it only for raids?
0
I do use an LDB Guild mod (Ara's) to simultaneously open the invite panel and see which guild members online, but I'm still looking for something more advanced. Any help would be much appreciated.
0
Personally the main thing I've always hated with a PASSION about the Blizzard LFG tool is that it only lets you see who is LFG for ONE instance at a time.
I would LOVE to be able to have a mod that replaces the LFG window (possibly in an LDB tooltip). You would click on a dungeon to update it, and the people LFG'd would STAY in the tooltip, even when clicking Update on other dungeons. Ahhhhhhhhhh, THAT would be priceless.
Blizzard requiring us to click to update dungeons is annoying, but don't think that LFG mods are useless because of that. Please, continue working on an LFG mod, if not something like what I described above (any chance you might want to? hehe), well, anything would be better than Blizzard's stupid window.
Also, we could ask Slouken to make this function not protected. You think he might allow it?
[Edit] I created a petition on the UI & Macros forum about this. Please support it here http://forums.worldofwarcraft.com/thread.html?topicId=13908950610&postId=141196820648&sid=1#0
0
0
0
Wow, I searched and searched and can't believe I didn't find this mod.
Pretty neat. Though from the Curse comments it seems like there are a lot of bugs with erroneously whispering every person in the raid sometimes. Is there any display similar to GreatJusticeFu's nice Fubar display (or LDB of course) showing who looted or not? If not, any plans to add something like that?
I'd prefer to just be able to see what's going on with my mods, rather than automatic stuff happening, especially automatic whispering of everybody.
If anyone has any alternatives, please post, I'm still watching this thread. But definitely, thank you tomsommer, downloading now :)
0
http://www.wowace.com/projects/fu-bar_great-justice-fu/
This was an awesome mod but it seems the author has abandoned it. It looks like all we had to do was change the item ID, so I changed it:
--local itemId_BoJ = "29434" -- old, Badge of Justice
local itemId_BoJ = "40752" -- new, Emblem of Heroism
It does correctly show the number of Emblems I have in Fubar now. Unfortunately, it doesn't do the tracking for other raid members and the Fubar tooltip is always empty.
Anyone have any ideas?
0