Thread Tools Display Modes
11-25-21, 10:48 PM   #1
JahirahDK
An Aku'mai Servant
 
JahirahDK's Avatar
Join Date: Sep 2020
Posts: 38
Question #metashowtooltip dynamic/static

I'm trying to figure out if it's possible to modify a druid macro with a '#showtooltip' line that will:
#showtooltip [form:2] "castsequence icon rotation"; [form:0] 'Moonfire'
Maybe restructuring the syntax could be the answer or if it's even possible to cycle between a castsequence rotation/static icon?
Code:
#showtooltip
/castsequence [form:2] reset=combat/7 Rake, Rip, Shred
/cast [form:2,combat] Tiger's Fury; [form:2,mod:alt] Moonfire; !Cat Form
Any thoughts, ideas or feedback would be greatly appreciated!
Thanks for your time!
__________________
//Jahirah
  Reply With Quote
11-27-21, 11:27 AM   #2
DahkCeles
A Cliff Giant
 
DahkCeles's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2020
Posts: 73
I don't play druid and have not tested this... but is this closer to what you are trying to do?

Code:
#showtooltip
/cast [form:0][mod:alt] Moonfire
/stopmacro [form:0][mod:alt]
/castsequence reset=combat/7 Rake, Rip, Shred

If form:0 or mod:alt, then cast Moonfire and stop; else, cycle between Rake, Rip and Shred.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » #metashowtooltip dynamic/static

Thread Tools
Display Modes

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