+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Twink

    Join Date: Jun 2009
    Posts: 288

    canz toggle pets?

    Castsequence allows me to toggle my hunter's tracking abilities. But I'd also like to be able to toggle my pet from passive to defensive with one button. Is there a way to do that? I'm just looking to save a button on my UI.

  2. #2
    Pug

    Join Date: Jan 2010
    Posts: 47

    google yields this

    Code:
    /petpassive [target=pettarget,exists]
    /stopmacro [target=pettarget,exists]
    /petdefensive
    /petattack
    noisia

  3. #3
    Twink

    Join Date: Jun 2009
    Posts: 288

    Mad googlin skills bra.

    That macro does something a little different than what I asked for. If I am targeting an enemy and I push the button, it toggles between passive and attack. If I am not targetting an enemy, but there is one in front of me, it will attack (and cause me to target that enemy too). The only way it switches to defensive is if I am not targeting an enemy and there is no enemy in front of me.

    I was thinking I would like to have a separate button for petattack, and use this one just to toggle between passive and defensive. Can anyone think of a way to modify it to achieve that?

  4. #4
    Twink

    Join Date: Jun 2009
    Posts: 234

    why do you want your pet on defensive?

  5. #5
    Semi Twink

    Join Date: Mar 2009
    Location: North Carolina
    Posts: 89

    /petattack
    /petfollow [target=pettarget,exists]


    use this and keep your pet on passive at all time O.o

Tags for this Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68