Thread: Black Ox Macro

  1. #1

    Black Ox Macro

    I'm confused about why this macro does not work anymore.

    Code:
    #showtooltip Summon Black Ox Statue
    /cast Summon Black Ox Statue
    /tar Black Ox Statue
    /focus
    /targetlasttarget
    It summons the statue, but won't target it or focus on it. What's wrong?

  2. #2
    Bloodsail Admiral Denizly's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Rift of Aln
    Posts
    1,050
    Remove the /cast part, it conflicts with rest.

    Btw, out of curiosity: Why do you wanna put the statue on focus?
    Last edited by Denizly; 2014-12-12 at 02:28 AM.

  3. #3
    it is setting what ever your current target is on the first click of the macro so if you targeting nothing it wont set a focus since setting up the statues requires two clicks.

    also it seems /target black ox statue doesn't actually target the statue.
    Last edited by Donovan4893; 2014-12-12 at 02:12 AM.

  4. #4
    I want to put the statue on focus for a provoke macro, which provokes my focus.

    It seems odd that I can't cast the spell and then have it be targeted.
    Last edited by Steelangel; 2014-12-12 at 03:12 AM.

  5. #5
    Deleted
    Not sure why it won't work, but may I ask why you don't just use a macro that provokes ur statue instead of ur focus?

    #showtooltip Provoke
    /target Black Ox Statue
    /cast Provoke
    /targetlasttarget

    is what I use.

  6. #6
    Quote Originally Posted by chuqtaylor View Post
    Not sure why it won't work, but may I ask why you don't just use a macro that provokes ur statue instead of ur focus?

    #showtooltip Provoke
    /target Black Ox Statue
    /cast Provoke
    /targetlasttarget

    is what I use.
    I was trying to set it up so that when I cast provoke without a statue, it wouldn't switch targets on me.

  7. #7
    Bloodsail Admiral Denizly's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Rift of Aln
    Posts
    1,050
    #showtooltip
    /target [nomod] Black Ox Statue
    /cast [nomod] Provoke
    /targetlasttarget


    works like a charm

  8. #8
    Quote Originally Posted by Denizly View Post
    #showtooltip
    /target [nomod] Black Ox Statue
    /cast [nomod] Provoke
    /targetlasttarget


    works like a charm
    PHP Code:
    #showtooltip
    /cast [nomodProvoke
    /target Black Ox Statue
    /cast Provoke
    /targetlasttarget 
    i found this macro i am using right now. Provokes the current target. while i hold shift i provoke the statue. no idea how you read this macro but its working for me

  9. #9
    Bloodsail Admiral Denizly's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Rift of Aln
    Posts
    1,050
    Quote Originally Posted by arcuro View Post
    i found this macro i am using right now. Provokes the current target. while i hold shift i provoke the statue. no idea how you read this macro but its working for me
    #showtooltip
    /cast [nomod] Provoke
    /target [mod:shift] Black Ox Statue
    /cast [mod:shift] Provoke

    This is the original macro. Provoke target, with shift provoke statue.
    I simply removed the first part

  10. #10
    #showtooltip Provoke
    /tar Black Ox Statue
    /cast Provoke
    /targetlasttarget

    That should be all you need

  11. #11
    What about one to provoke the statue without ever changing target?

  12. #12
    Quote Originally Posted by Xaru View Post
    What about one to provoke the statue without ever changing target?
    Doesn't exist and the macro I linked is so fast you will never notice the target change and has no need to set a focus.

Posting Permissions

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