Thread Tools Display Modes
06-25-15, 03:29 AM   #1
BalwickMaggy
A Cliff Giant
Join Date: Aug 2012
Posts: 72
R13b Missing Monk aura trackers

Rising Sun Kick and Mortal Wounds trackers aren't working in mine or my girlfriend's installations. They are shown in red in the tracker config, and creating a new aura with spell ID or name doesn't work.

If I find any other notable bugs I'll edit them into this thread as well.
  Reply With Quote
06-25-15, 09:44 AM   #2
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Set the spellID to 130320 and minimum level higher than 0 (56 is when the spell is learned).
__________________
Knowledge = Power; Be OP

  Reply With Quote
06-26-15, 12:52 AM   #3
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Same here with Shaman spells


__________________
  Reply With Quote
06-26-15, 01:27 PM   #4
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Try using the name of the spell instead of the spellID. Failing that, copy this into chat:
Code:
/run FindSpellID("Spell", "unit")
Replace "Spell" with the name of the spell, and "unit" with the unit that the aura will be placed on. Keep the quotes. If it's a debuff, add true to the end like this:
Code:
/run FindSpellID("Spell", "unit", true)

This will output the spellID for the aura into chat.
__________________
Knowledge = Power; Be OP

  Reply With Quote

WoWInterface » Featured Projects » RealUI » R13b Missing Monk aura trackers


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