TellMeWhen

TellMeWhen

24M Downloads

[CF 1335] Track Loot Type Being Run

tmw-issue-import opened this issue ยท 1 comments

commented

I'm running TMW v8.2.2I have a recommendation if at all possible -- doesn't seem too hard to implement. Could you please consider adding a condition to show the loot type being run, like "Personal" or "Group Loot"? Right now I run an addon called Titan Panel for the sole reason of telling me loot type, but it would be great if Tell Me When had this functionality because it would let me cut down on addon use. Under misc conditions I see a lot of features, but not loot type. Please consider adding it :)))Just if anyone out there happens to know, how do you tell the loot type a group is running w/o an addon? I have used Titan Panel for years and was just wondering how without it folks know what loot type is being run. Does it tell you in chat, is there an icon somewhere?Thanks if you consider adding this feature.

Posted by CurseForge user Monkaddons | Imported from CurseForge issue #1335 | Raw

commented

Loot type is in your player menu (right-click on your portrait).

 

I don't think I'll add this to TMW, but you can do it easily with a Lua condition:

 

GetLootMethod() == "personalloot"

 Change the string to one of the values here: http://wowprogramming.com/docs/api/GetLootMethod


Edited Nov 26, 2016

Posted by CurseForge user Cybeloras