Thread Tools Display Modes
03-22-16, 12:55 PM   #1
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
AdiButtonAuras show target debuff on trinket

EDIT: Solved. for some reason it only worked after I restarted the game /reload did not work.

I woud like use AdiButtonAuras to see timer of the target debuff "Mental Fatigue" spell id "185104" of my trinket the trinket I have in my bars with the id "124519".

Lua Code:
  1. return {
  2.     DebuffAliases {
  3.         "item:124519", -- on Repudiation of War trinket
  4.         185104, -- show the Mental Fatigue (debuff)
  5.     },
  6. }

used the example auras here to crate this bus it show no error and dosen't work
https://github.com/Adirelle/AdiButto.../Example-rules
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________

Last edited by Tonyleila : 03-22-16 at 01:41 PM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » AdiButtonAuras show target debuff on trinket


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