Thread Tools Display Modes
05-05-10, 02:47 PM   #1
Darkorical
An Aku'mai Servant
 
Darkorical's Avatar
AddOn Compiler - Click to view compilations
Join Date: Apr 2008
Posts: 30
Who looted

My guild has a rule that after a boss kill nobody is supposed to loot until all dead are rezzed and anyone who happened to DC is back. Its a pretty straight forward and simple rule, but people keep breaking it. Just last night someone had DCed during saurfang battle and was then listed inellegible for loot after somone looted before he managed to reconnect. So what Im looking for is an addon to tell me exactly who looted.

I have an addon that tells me when someone loots in battle (Loot Whore) but it doesn't tell out of battle. Can anyone point me at a mod that will help with this.
__________________
If you don't like my avatar keep in mind I could have used this one.

Last edited by Darkorical : 05-06-10 at 10:55 AM.
  Reply With Quote
05-05-10, 02:55 PM   #2
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
iLoot. tracks event by ace. dont work if they dont have an ace addon though but it is as good as it gets.
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.
  Reply With Quote
05-05-10, 03:16 PM   #3
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
More specifically - Ace2. Both the person looting and the person who wants to see who looted have to have it installed.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote
05-06-10, 11:11 AM   #4
Darkorical
An Aku'mai Servant
 
Darkorical's Avatar
AddOn Compiler - Click to view compilations
Join Date: Apr 2008
Posts: 30
I solved my issue
I opened the lua file for Loot Whore and edited it just a bit.

the first line is

local OUTPUT_STRING = "%s looted in combat."

I changed that to

local OUTPUT_STRING = "%s looted a body or container."

then at the bottom it does a check to see if you are in combat so I took that out by changing

if prefix ~= "LOOT_OPENED" or not InCombatLockdown() or not inGroup(sender) then return end

to

if prefix ~= "LOOT_OPENED" or not inGroup(sender) then return end


and now it tells me anytime someone who has an ace library installed already loots. and since my guild requires Omen everyone will have it, and we will know the culprit
__________________
If you don't like my avatar keep in mind I could have used this one.
  Reply With Quote
05-06-10, 03:33 PM   #5
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Darkorical View Post
<snip>
and now it tells me anytime someone who has an ace library installed already loots. and since my guild requires Omen everyone will have it, and we will know the culprit
Dead wrong there. I specifically said "Ace2", and Omen (as well as most current Ace-based AddOns) uses Ace3.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote
05-07-10, 11:32 AM   #6
Darkorical
An Aku'mai Servant
 
Darkorical's Avatar
AddOn Compiler - Click to view compilations
Join Date: Apr 2008
Posts: 30
ahh well I tried it in a 25man last night and there were only 3 people whom it didn't pick up on when they opened a bag of frosty treasures.

tho I wonder if ace3 tracks loot_open as well and if the addon can be adjusted accordingly

btw on a totally unrelated side note I love Revelation
__________________
If you don't like my avatar keep in mind I could have used this one.

Last edited by Darkorical : 05-07-10 at 11:37 AM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Who looted


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off