Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default What am I missing?

    I am trying to write a macro that will A. Shield and then renew who ever has agro (hopefully my focus) OR B. will shield and renew my focus as they charge/run in. I am trying to make the macro spammable so renews stay fresh and thats the part that broke, the code below DOES shield and renew as advertised, but it keeps breaking while Power Word: Shield is on CD even with the second line AND the "," in place of the spell on the first line. I am sure I am missing something, just can't figure out what it is.
    Code:
    /castsequence [target=focus-target-target, exists] Power Word: Shield, Renew; [target=focus] Power Word: Shield, Renew
    /castsequence [target=focus-target-target, exists] , Renew; [target=focus] , Renew

  2. #2

    Default

    [target=focustargettarget]

    remove your "-"

  3. #3

    Default

    ok, changed the code to:
    Code:
    /castsequence [target=focustargettarget,exists] Power Word: Shield, Renew; [target=focus, exists]  Power Word: Shield, Renew
    /castsequence [target=focustargettarget,exists] , Renew; [target=focus, exists]  , Renew
    It is still hanging up on the Power Word: shield

    I tried placing a /stopmacro in there and it didn't change anything. :cursing:

  4. #4

    Default

    Sorry to say this, but /castsequence only works with a single target assignment.

    Code:
    /castsequence [target=focustargettarget,exists] Power Word: Shield, Renew
    /castsequence [target=focus, exists] Power Word: Shield, Renew 
    /castsequence [target=focustargettarget,exists] , Renew
    /castsequence [target=focus, exists] , Renew

    Might work. I'm currently waiting in an hour long queue so I can't test it. As long as each conditional is specific enough that only 1 spell can evaluate and fire then the macro should work.
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

  5. #5

    Default

    Not tested this one, something to try if the others don't work (you'll need to spam it until the shield and renew are up - you might get several renews before a shield so not so great on the mana saving front).

    Code:
    /castrandom [target=focustargettarget,exists] [target=focus,exists] Power Word: Shield, Renew
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

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

    Default

    I know with PW:Shield, the target needs to be in your party or raid. The spell fails when cast on someone who isn't in your party/raid. If the rest of the macro is working, that is probably the culprit.

  7. #7

    Default

    I am pretty sure /castsequence will not progress if a spell is on a cooldown timer until the timer expires. Someone can correct me on this if I am wrong, but this was one of the reasons I switched to /castrandom. Also, I don't know what happens when the focus target changes mid spell cast. Does it check the target for each spell in the sequence?? [edit: nvm, I don't think you can have multiple targets in a /castsequence as Ghallo indicated]

    edit: Sorry, I just realized that you were trying to overcome this. What Ghallo pointed out is probably correct. The macro he suggested would probably work, but I don't think it will function any different than what Jafula suggested.

Similar Threads

  1. I think I'm missing some levels?
    By raraavis0103 in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 05-16-2009, 07:22 PM
  2. What am i missing?
    By NicodemusAtNIMH in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 02-02-2009, 01:52 PM
  3. Missing Something??
    By hellsown in forum Hardware Tools
    Replies: 4
    Last Post: 10-11-2008, 02:51 AM
  4. Am i missing something here?
    By notorius in forum New Multi-Boxers & Support
    Replies: 12
    Last Post: 10-04-2008, 04:37 PM
  5. Missing: FPS!
    By Tyrazor in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 09-13-2008, 03:58 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
  •