Page 1 of 2
1
2
LastLast
  1. #1

    Cast spell if ready if not cast other spell macro?

    I am looking for a macro that will use a certain spell but if it cannot use that spell it will switch to another spell

    Sort if like

    /cast Ice Barrier (if not castable) /cast Mana Shield

    etc

    Is this doable at all?

  2. #2
    Deleted
    I think that enabling macros to check for cooldowns is something blizz is against. you should prob bind them separately or with modifiers

  3. #3
    Deleted
    Nope, not possible.

  4. #4
    Deleted
    I've seen videos of people using an spell and then another one hitting the same button (when one is on CD the other one shows) how do they do that?

  5. #5
    Hows it any different to using the flying/ground mount macros in 1? Thats still a script checking to see if you're in an area that you can fly or not. Dunno bout you but using a macro for a spell like this seems like exactly the same thing

  6. #6
    Deleted
    They likely use /castsequence.

    ---------- Post added 2011-02-09 at 12:43 AM ----------

    Quote Originally Posted by AppleOrange View Post
    Hows it any different to using the flying/ground mount macros in 1? Thats still a script checking to see if you're in an area that you can fly or not. Dunno bout you but using a macro for a spell like this seems like exactly the same thing
    Macros can decide based on conditions defined by Blizzard. flyable/noflyable is one. Buffs/cooldowns/action usable are not.

  7. #7
    Quote Originally Posted by Cracken56 View Post
    I've seen videos of people using an spell and then another one hitting the same button (when one is on CD the other one shows) how do they do that?
    cast sequence macroing but thats not something that will work for what i want

  8. #8
    Quote Originally Posted by Cracken56 View Post
    I've seen videos of people using an spell and then another one hitting the same button (when one is on CD the other one shows) how do they do that?
    Modifiers perhaps. So they can press the same key, but perhaps holding "Alt" down while pressing it and it will do something else.
    Or it could be a cast sequense

  9. #9
    Deleted
    Quote Originally Posted by Hviske10ske View Post
    Modifiers perhaps. So they can press the same key, but perhaps holding "Alt" down while pressing it and it will do something else.
    Or it could be a cast sequense
    it was def a castsequence as the icon was changing in function of the skills being used.

    Thanks to all for your replies to my question!

  10. #10
    The Patient Sylenas's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Australia
    Posts
    227
    Quote Originally Posted by AppleOrange View Post
    I am looking for a macro that will use a certain spell but if it cannot use that spell it will switch to another spell

    Sort if like

    /cast Ice Barrier (if not castable) /cast Mana Shield

    etc

    Is this doable at all?
    You could give this a try:

    #showtooltip
    /castsequence reset=240 Ice Block, Mana Shield, Mana Shield, Mana Shield, Mana Shield, Mana Shield, Mana Shield,

    I'm assuming the CD on iceblock is 4 minutes (hence reset=240 seconds) and the mana shield repetition is just to keep you covered until the iceblock resets.

    Let me know if thats what you were sort of looking for.

  11. #11
    Quote Originally Posted by Sylenas View Post
    You could give this a try:

    #showtooltip
    /castsequence reset=240 Ice Block, Mana Shield, Mana Shield, Mana Shield, Mana Shield, Mana Shield, Mana Shield,

    I'm assuming the CD on iceblock is 4 minutes (hence reset=240 seconds) and the mana shield repetition is just to keep you covered until the iceblock resets.

    Let me know if thats what you were sort of looking for.
    Need ice barrier, not iceblock.

  12. #12
    Stood in the Fire ponth's Avatar
    15+ Year Old Account
    Join Date
    Oct 2008
    Location
    Norway, by a lake.
    Posts
    410
    Replace ice block with ice barrier, change the value to whatever the cd on ice barrier is (in seconds), and you should be good to go.
    Quote Originally Posted by Wesneed View Post
    The Ashpole?

  13. #13
    The Patient Sylenas's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Australia
    Posts
    227
    Shoot, my bad.

    #showtooltip
    /castsequence reset=30 Ice Barrier, Mana shield, Mana shield etc. To infinity and beyond.

    I think that'll work for you.

  14. #14
    Quote Originally Posted by Sylenas View Post
    Shoot, my bad.

    #showtooltip
    /castsequence reset=30 Ice Barrier, Mana shield, Mana shield etc. To infinity and beyond.

    I think that'll work for you.
    mm thanks - this SEEMS to work. Ill have to test it for a little while though.

  15. #15
    The Patient Sylenas's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Australia
    Posts
    227
    No Problem.

  16. #16
    Brewmaster Jodah's Avatar
    10+ Year Old Account
    Join Date
    May 2009
    Location
    Hell, I don't even know half the time...
    Posts
    1,331
    Unless they changed it recently every time you press that macro it resets the timer. So if you press it for mana shield you have to wait 30 seconds for it to reset.

  17. #17
    The Patient Sylenas's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Australia
    Posts
    227
    Hmm, I'm not at home right now so I can't test the macro out for you but maybe someone else might know what's going wrong.

  18. #18
    Quote Originally Posted by Sylenas View Post
    Shoot, my bad.

    #showtooltip
    /castsequence reset=30 Ice Barrier, Mana shield, Mana shield etc. To infinity and beyond.

    I think that'll work for you.
    This macro is a keeper i think.

    Every time I use barrier, by the time ive used a few mana shields barrier is always back up and if i havent used the mana shields yet...it will reset back to barrier if the cd is up. This seems to be the best macro I've used so far. TYVM!

    I should say though, shouldn't I put the reset at 26 seconds instead of 30?
    Last edited by AppleOrange; 2011-02-09 at 01:20 AM.

  19. #19
    The Patient Sylenas's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Australia
    Posts
    227
    Yeah I didn't account for Global CD or anything like that. Make sure to play around with it and find out what you like!

  20. #20
    Deleted
    Be aware that reset=x conditions for cast sequences trigger X seconds after the LAST execution.

Posting Permissions

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