Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14

Hybrid View

  1. #1

    Default is there a macro for this?

    Hello,

    I'm dualboxing with priest on follow. Is there a macro that does this?
    1. assist main toon
    2. If Mind Blast is available cast it, if not then try Holy Fire, if both are not available then cast Smite. The problem is that sometimes Mind Blast and Holy Fire are on cooldown.

  2. #2

    Default

    First part is easy.

    Second part relies on conditional logic that they deliberately try to keep macros from being able to do. But, you can work around it in a number of ways. A castsequence would be the most predictable, but you have to plan things out a bit. A castrandom will occasionally smite when the other two are up, but you can mosh it and get something to go off.

  3. #3

    Default

    Code:
    #showtooltip
    /assist MainToonName
    /castsequence reset=6/target Holy Fire, Mind Blast, Smite
    Something like that. You have to play with the timings on the reset switch.

  4. #4

    Default

    We are actually having a conversation about castrandom/cast macros in another post..

    Originally started as a lightning bolt/chain lightning cast sequence to a cast random topic, may want to keep up it will probably assist you with your question as well.

    lightning and chainlightning macro
    Meeo/Nibilus

  5. #5

    Default

    first part IS easy. lol. but i wouldnt do it.

    here's why.

    if your main is targeting a mob, you press the assist button so your priest will target it too, then cast its spell. well that works. sure. but if you need to switch targets, you'll have to press the assist button again. it works, but that's one extra button i dont wanna press.
    instead, on my priest, i'd make my main the focus and always include, in my macros, that the first thing it should do it is attack what the focus is targetling. so if your main switches targets, your priest will never have to change focus.

    in which case, do this when you make your party and forget about it for the rest of the day.
    /focus party1

    with your other spells, you will cast them like this:
    /cast [target=focustarget] [] Smite

    there are no options with cooldowns unless you use castrandom. in which case, i believe the macro would be:

    /castrandom [target=focustarget] Mind Blast; [target=focustarget] Holy Fire; [target=focustarget] Smite
    (note, since this is castrandom, it can cast smite even if it hasnt casted mindblast. just spam this button.

    are you shadow or holy or disc?

  6. #6

    Default

    I am disc.

    I tried to use castsequence with a reset = 6/target. So it will reset after 6 seconds or whenever I change target. But the main problem here is this situation described below:

    I am fighting 2 mobs: A and B.
    Say A has about 10% of health left. I push the button and priest started casting Mind Blast on A. My pally main switches target and starts attacking mob B while priest casting MB on A. Then mob A will die. So when I press the button again, priest will still try to cast MindBlast because there is a reset=target part in the macro.

    But if I try to eliminate the target part, the priest will still cast Smite (the next spell in the sequence) even when I have moved on to another mob. I guess my question is this:
    1. the reset=6/target clause, how does "6" get computed here? Is that 6 seconds from when the macro was last executed? Or 6 seconds from the last combat etc?
    2. Maybe what I need is reset=6/combat instead. I am still at work now so I can't really try this out, was just figuring out in my head.

    Worst case, it seems that I have to use castrandom. Maybe I get a little less dps that way but less complexity and buttons to manage.

  7. #7
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    A question for the castrandom macro's.

    If I were to include more of one spell then another, would there be a weighted chance of that spell casting more then another?

  8. #8

    Default

    or... you can match things up with your pally.

    everytime your pally judges, cast holy fire.
    everytime your pally consecrates, cast mindblast.
    smite in between.


    to answer some questions.
    reset=6 will reset the macro 6 seconds after the last succesful spell.
    reset=combat may not work since you'll be in combat quite often.

    my questions:
    currently what is the cooldown for your holy fire and mindblast? i know its different with talents. also, what is your casting time for the three spells?

  9. #9

    Default

    Quote Originally Posted by 'hendrata',index.php?page=Thread&postID=149181#pos t149181
    1. the reset=6/target clause, how does "6" get computed here? Is that 6 seconds from when the macro was last executed? Or 6 seconds from the last combat etc?
    2. Maybe what I need is reset=6/combat instead. I am still at work now so I can't really try this out, was just figuring out in my head.
    The timer fires as soon as you activate the macro. If you have not completed the sequence in 6 seconds, then it resets back to the beginning. Since you're Disc I assume you have no Mind Blast/Holy Fire talents? So it would be best to set reset=10 for the CD of Holy Fire.

    'Target' also forces a reset... I assumed you'd want to get a fresh Holy Fire dot on the next mob. Of course, if you're killing too fast this may be too much, and you'd want to modify further.

    If you're disc/holy it might be better to do:
    /castsequence reset=10/target Holy Fire, Smite, Smite, Smite, Smite

    You'll always dot up a new target and then Smite away. If it's been 10s since you clicked the macro it'll reset back to Holy Fire.

  10. #10

    Default

    I disagree with Heenan.
    the reset=# , where # is a number in seconds, is an idle timeout.
    so "reset=6/target" means reset this macro after 6 seconds of idleness, or after the player changes targets, whichever comes first.

    if there has been a change to this since 2.4 then please correct me.

Similar Threads

  1. [MACRO] Arcane Mage DPS Macro
    By heffner in forum Macros and Addons
    Replies: 19
    Last Post: 04-28-2009, 08:26 PM
  2. Replies: 12
    Last Post: 03-25-2009, 04:29 PM
  3. MAcro guru's please help with retri paladin macro
    By Heraveth in forum Macros and Addons
    Replies: 3
    Last Post: 01-07-2009, 05:43 PM
  4. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  5. Hunter Macro? (Macro + Keyclone)
    By Lost Ninja in forum Macros and Addons
    Replies: 4
    Last Post: 12-29-2007, 06:54 AM

Posting Rules

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