- Joined
- Oct 21, 2013
- RedCents
- 517¢
For the folks who live and die by the holyflags and such.
So I have found many useful downflag and holyflag that I have used for my SK and now I am trying to tweak out my bard. I have great downflags that fire off my clickies, but now I'm trying to setup Fading Memories.
I have seen posts that you can't use /casting "Fading Memories" alt so I have built my holysh$t as such:
/if (${Me.CombatState.Equal[COMBAT]} && ${Me.PctHPs}<40 && ${Me.AltAbilityReady[Fading Memories]}) /alt act 212
So of course /echo in my eqbc each of the individual met critera works well and I would think that this should work, but I can't seem to get it to fire off.
So, my question as well using one of my downsh$t that work:
/if (!${Me.Buff[Illusion: Erudite].ID} && ${Cast.Ready[Mask of Obtenebration]} && ${Spell[Illusion: Erudite].Stacks}) /casting "Mask of Obtenebration" item
Can I add additional commands so that it will /echo in my bc window? I tried adding /bc Making me look like an Erudite, at the end but nothing displays, I attempted to add it before the /if command and just get spam in the bc window showing the critera to meet.
----------------------------My Edit Line-------------------
So after posting this I had a few more thoughts on this....
/if (${Me.CombatState.Equal[COMBAT]} && ${Me.PctHPs}<40 && ${Me.AltAbilityReady[Fading Memories]}) /alt act 212
Is it possible within this /if statement to issue the slash command /stopsong ? or can I issue two command if I meet the critera met such as /stopsong and then /alt act 212
-------------------------My Second Edit Line--------------------
So this site: http://www.macroquest2.com/wiki/index.php/Flow_Control
got me to thinking about how to handle this, and got me to googling as well....I found an holysh$t that had and example I was looking for on my original post about /echo what buff is going..... so this works for me now:
/if (!${Me.Buff[Illusion: Erudite].ID} && ${Cast.Ready[Mask of Obtenebration]} && ${Spell[Illusion: Erudite].Stacks}) /multiline ; /casting "Mask of Obtenebration" item ; /echo Making me an Erudite
Now I'm going to see if the same process will help with Fading Memories!
------------------------Another Edit--------------------------
So this is turning out to be harder than I though! I created a simple holyflag0 that is enabled in my melee ini and is listed with I issue /melee
holysh$t0=/if (${Me.CombatState.Equal[COMBAT]}) /bc holy0
And before folks say I'm putting the $ in my ini I am not.... I just choose not to say or spell out that word unless I really have to. I cannot get this to fire at all within my macro, where as the downflag doing the same thing does fire off. So I guess it is darn near impossible to get a bard to fire off a holyflag.
So I have found many useful downflag and holyflag that I have used for my SK and now I am trying to tweak out my bard. I have great downflags that fire off my clickies, but now I'm trying to setup Fading Memories.
I have seen posts that you can't use /casting "Fading Memories" alt so I have built my holysh$t as such:
/if (${Me.CombatState.Equal[COMBAT]} && ${Me.PctHPs}<40 && ${Me.AltAbilityReady[Fading Memories]}) /alt act 212
So of course /echo in my eqbc each of the individual met critera works well and I would think that this should work, but I can't seem to get it to fire off.
So, my question as well using one of my downsh$t that work:
/if (!${Me.Buff[Illusion: Erudite].ID} && ${Cast.Ready[Mask of Obtenebration]} && ${Spell[Illusion: Erudite].Stacks}) /casting "Mask of Obtenebration" item
Can I add additional commands so that it will /echo in my bc window? I tried adding /bc Making me look like an Erudite, at the end but nothing displays, I attempted to add it before the /if command and just get spam in the bc window showing the critera to meet.
----------------------------My Edit Line-------------------
So after posting this I had a few more thoughts on this....
/if (${Me.CombatState.Equal[COMBAT]} && ${Me.PctHPs}<40 && ${Me.AltAbilityReady[Fading Memories]}) /alt act 212
Is it possible within this /if statement to issue the slash command /stopsong ? or can I issue two command if I meet the critera met such as /stopsong and then /alt act 212
-------------------------My Second Edit Line--------------------
So this site: http://www.macroquest2.com/wiki/index.php/Flow_Control
got me to thinking about how to handle this, and got me to googling as well....I found an holysh$t that had and example I was looking for on my original post about /echo what buff is going..... so this works for me now:
/if (!${Me.Buff[Illusion: Erudite].ID} && ${Cast.Ready[Mask of Obtenebration]} && ${Spell[Illusion: Erudite].Stacks}) /multiline ; /casting "Mask of Obtenebration" item ; /echo Making me an Erudite
Now I'm going to see if the same process will help with Fading Memories!
------------------------Another Edit--------------------------
So this is turning out to be harder than I though! I created a simple holyflag0 that is enabled in my melee ini and is listed with I issue /melee
holysh$t0=/if (${Me.CombatState.Equal[COMBAT]}) /bc holy0
And before folks say I'm putting the $ in my ini I am not.... I just choose not to say or spell out that word unless I really have to. I cannot get this to fire at all within my macro, where as the downflag doing the same thing does fire off. So I guess it is darn near impossible to get a bard to fire off a holyflag.
Last edited:

