Inspects and displays how many pantheon trinket your current party/raid has equipped
will take some time (30sec-2min depending on stuff) to fully inspect whole group/raid based on server response
• To begin inspect or start new one after previous inspect is ready: run this in your chat
/run WeakAuras.ScanEvents("WA_TRINKET_INSPECT")
create macros with this to simplify stuff
• To hide aura or interrupt scanning: run this in your chat
/run WeakAuras.ScanEvents("WA_TRINKET_CLEARINFO")
• Or all in one macro with SHIFT modifier (click > RUN inspect / shift+click > stop inspect/hide aura)
you can change it to any modifier key you like
https://wow.gamepedia.com/API_IsModifierKeyDown
/run local SHIFT = IsShiftKeyDown() if SHIFT then WeakAuras.ScanEvents("WA_TRINKET_CLEARINFO") else WeakAuras.ScanEvents("WA_TRINKET_INSPECT") end
• to report results in chat check 'on init' tab
• 24.12.2017 NEW VERSION
- removed trinket count from icon and moved it to mouseover
- added tracking of active trinket buffs displaying on icon
- added animation for empowered pantheon trinket procs
• 25.12.2017 NEW VERSION
- added player dead check
- added not in range/offline check
- added option to disable print in chat on init tab
- minor fixes
- still stuff to fix needed
• 26.12.2017 NEW VERSION (make sure to set right X, Y offsets)
- FIXED agility and heal trinkets didn't show up (thx blizzard)
- added option to disable animation of empowered pantheon procs
- possible fix of inspect throttling
• 27.12.2017 Fixed ispect bug
• 19.01.2018 NEW VERSION
- Added option to show info text about raid trinkets (total amount, can proc empowered or not, suggesting for inspect restart etc…)
to disable info text you can change aura_env.infoFrame on init tab
to change font size go to on show, find region.stacks:SetFont and change number inside.
more info can be added if i will notice more useful stuff to display. You can suggest it in comments
- Changed a bit display of current trinket procs
- fixes offsets
• 21.01.2018
- fixed table error (not sure why wago had this version as last, i guess import failed last time)