Icons are not updating for lines in Castsequence macros - Action Bar Icon always question mark
fireymerlin opened this issue ยท 5 comments
With GS 2.0.1, the action bar icon is always a question mark.
The option is set to "Set Default Icon Question Mark".
I've tried with macro "SAM_BMsingle" and one that I created.
I reloaded UI, logged off and back on, basically started playing WOW.
I noticed the action icons are now working. Not sure what step made them work.
Hi Fireymerlin it depends on the macro
See #195
Sequences['VF_Feral_ST'] = {
Author="Ripptorn@Illidan",
SpecID=103,
Talents = "2331222",
Help = "pvp ready!",
Default=1,
PVP=2,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/use [nostance:2] Cat Form",
"/cast [nostealth,nocombat] Prowl",
"/stopattack [stealth]",
},
PreMacro={
},
"/cast [combat] Ashamane's Frenzy",
"/castsequence Rip, Rake, Shred, Shred, Shred",
"/cast [nostealth] Shred",
PostMacro={
},
KeyRelease={
"/startattack",
"/cast [combat] Ashamane's Frenzy",
"/cast Tiger's Fury",
},
},
[2] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemyplayer [noharm][dead]",
"/use [nostance:2] Cat Form",
"/cast [nostealth,nocombat] Prowl",
"/stopattack [stealth]",
},
PreMacro={
},
"/castsequence [combat] Ashamane's Frenzy",
"/castsequence Rip, Rake, Shred, Shred, Shred",
"/castsequence [nostealth] Shred, Shred, Shred, Shred",
"/castsequence [combat] Tiger's Fury, Tiger's Fury",
PostMacro={
},
KeyRelease={
"/startattack",
"/castsequence [combat] Ashamane's Frenzy(Artifact), Tiger's Fury, Tiger's Fury",
},
},
},
}
In that macro - Version 1 updates. Version 2 doesnt and its just from the way spells were duplicated into the keypress and keyrelease.