Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1

    Default Help on conditional macro - Thank you

    Hello,

    I have this:

    /castsequence Purge, Lightning Bolt

    The thing is it won't cast the LB if nothing Purgeable on target.

    Is there a way to make it step forward to LB if no purgeable effect detected?

    Thank you,
    Mortah
    10 Boxing - Grim Batol EU - Is Multiboxing
    Lvl 80 - Prot Paladin/Unholy DK/4 Elem Shaman
    /Shadow Priest//Fire Mage/Rest Shaman/Rest Druid

  2. #2
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    You could use:

    /cast Purge
    /cast Lightning Bolt

    If there's nothing purgeable (sic) on the target, you'll get an error message on the screen (which can also be removed with a nifty little script) but it doesn't trigger the GCD so it'll drop through to Lightning Bolt.

    You might find yourself getting stuck on pallies though - there used to be a bug (and probably still is) whereby Purge would cast if the pally has an aura, but not actually dispell it - that'll break this pretty quick and leave you scratching your head over your corpses

    You could also replace /castsequence with /castrandom - some people prefer that.

    I have purge and LB on different keys though, and that suits me fine.

  3. #3

    Default

    Quote Originally Posted by 'Otlecs',index.php?page=Thread&postID=93255#post93 255
    You could use:

    /cast Purge
    /cast Lightning Bolt

    If there's nothing purgeable (sic) on the target, you'll get an error message on the screen (which can also be removed with a nifty little script) but it doesn't trigger the GCD so it'll drop through to Lightning Bolt.

    You might find yourself getting stuck on pallies though - there used to be a bug (and probably still is) whereby Purge would cast if the pally has an aura, but not actually dispell it - that'll break this pretty quick and leave you scratching your head over your corpses

    You could also replace /castsequence with /castrandom - some people prefer that.

    I have purge and LB on different keys though, and that suits me fine.
    Had already tried that and it doesn't work.
    It stops at Purge by displaying "Nothing to dispel" and doesn't move forward.

    Same happens with my:

    /use Battlemaster's Audacity
    /use Icon of the Silver Crescent
    /cast Elemental Mastery
    /cast Berserking
    /cast lightning bolt

    It just stops whenever either Berserking is not available or Elemental Mastery. i'm never able to use both at same time with this.

    And if I add /cast Bloodlust here it won't even cast LB.

    How do you remove error sounds/messages? is there a way like you say?

    Thank you for your time,
    Mortah
    10 Boxing - Grim Batol EU - Is Multiboxing
    Lvl 80 - Prot Paladin/Unholy DK/4 Elem Shaman
    /Shadow Priest//Fire Mage/Rest Shaman/Rest Druid

  4. #4
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    I stand corrected! Ironic since one of my pet hates is people posting theoretical stuff as what looks like genuine code, saying "I don't know if it'll work...." when it's pretty easy to just try!

    My excuse - and theirs too, I expect - is that I was at work Anyway, you're right. I just tried it myself, and it no longer falls through. I'm certain it used to.

    That means you're back to separate buttons I guess.

    Removing "not ready" and similar messages is a bit academic now I guess, but the answer is to use "/script UIErrorsFrame:Clear()" at the end of the macro.

  5. #5

    Default RE: Help on conditional macro - Thank you

    As mentioned try:

    Code:
    /castrandom Purge, Lightning Bolt
    this works well for me though does cause your nukes to get out of sync occasionally.




    Quote Originally Posted by 'Mortah',index.php?page=Thread&postID=93252#post93 252
    Hello,

    I have this:

    /castsequence Purge, Lightning Bolt

    The thing is it won't cast the LB if nothing Purgeable on target.

    Is there a way to make it step forward to LB if no purgeable effect detected?

    Thank you,
    Mortah

Similar Threads

  1. Conditional healing macro possible?
    By Powerwar in forum Macros and Addons
    Replies: 10
    Last Post: 05-16-2009, 10:06 PM
  2. Conditional assist?
    By Texic in forum Macros and Addons
    Replies: 6
    Last Post: 01-26-2008, 06:23 PM
  3. Conditional Macros
    By Monkofdoom in forum Macros and Addons
    Replies: 9
    Last Post: 01-02-2008, 06:59 PM
  4. Distance conditional?
    By Mokoi in forum Macros and Addons
    Replies: 1
    Last Post: 12-21-2007, 08:47 AM
  5. Conditional assist macro?
    By Stealthy in forum Macros and Addons
    Replies: 3
    Last Post: 10-29-2007, 08:18 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •