1. #1
    Deleted

    Hunter Pet Macro

    I basically want the same bind for my Spiders focus web macro as my monkeys focus blind, I tried:
    /cast [target=focus, exists] !Bad Manner
    /cast [target=focus, exists] !Web
    /petattack [target]

    but Bad Manner fails without multiple presses, any soloutions?

  2. #2
    Deleted
    Quote Originally Posted by Lenb View Post
    I basically want the same bind for my Spiders focus web macro as my monkeys focus blind, I tried:
    /cast [target=focus, exists] !Bad Manner
    /cast [target=focus, exists] !Web
    /petattack [target]

    but Bad Manner fails without multiple presses, any soloutions?
    Try removing the "!".

    Also, not sure what is the intention of "/petattack [target]". Try using "/petattack [harm]" if you mean to attack your current target.

    If that fails, drag the spell from your spellbook into your macro to get the exact name.
    Last edited by mmoc83df313720; 2011-02-22 at 08:16 PM.

  3. #3
    Deleted
    what does the "!" do, changed to [harm]

  4. #4
    Deleted
    If the ability toggles some state, e.g. Auto Shot, Stealth, Mass Dispel (which has the green targetting reticle), then putting a "!" in front prevents the toggling occurring so that you can spam the button.

    You shouldn't use it for ordinary spells and attacks.

  5. #5
    Is it not Bad MannerS with a S on the end?

    Nope, looks like I was wrong, just checked.

  6. #6
    Deleted
    I can't login to check if it works by the way,

    but just so you know
    A monkey doesn't have the ability web
    A Spider doesn't have the ability Bad Manner

    I'm not sure 2 cast will work as I want in one macro

  7. #7
    Deleted
    Code:
    #showtooltip
    /cast [pet:monkey,@focus, exists]Bad Manner; [pet:spider,@focus, exists]Web
    /petattack [harm]

  8. #8
    They will work, I have got macro with 5 pet abilities, and they do work. It simply works with /cast Bad Manner for example.
    Spiders web however is a little more complicated, as there is more than 1 ability called web. I have recently asked for help on the forums and you can find the solution there -> http://www.mmo-champion.com/threads/...o-help-needed?

  9. #9
    Deleted
    #showtooltip
    /cast [pet:monkey,@focus, exists]Bad Manner; [pet:spider,@focus, exists]Web
    /petattack [harm]

    Bad Manner doesn't work, It works without /petattack [harm], although my spider does it fine :/
    Last edited by mmocf7a09cdb97; 2011-02-22 at 11:30 PM.

Posting Permissions

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