Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default hunter aspect question

    i wanted to know if there is any way to tell which hunter aspect is up so I can switch it at the start of a fight with a macro like

    Code:
    /cast [???:aspect of the non-hawk] aspect of the hawk
    /startattack
    I know some of the others like pallys or warriors have a stance or something like that.
    X Five, a Galakrond alliance guild for multiboxers
    pally/shaman (thiliander/xenoca) , Shaman/Hunters (Zhedrar), Priest/Warlocks(Yarili,Yarlii,Yariil,Yarlli,Yarill)

  2. #2

    Default

    That would be conditional checking that is not allowed. But you could do something like the following:

    Code:
    /cast [combat] Aspect of the Hawk; Aspect of the Cheetah
    If you're in combat it will cast AotH, otherwise, if you're running around, cast AotC.

  3. #3

    Default

    Blizzard added a new macro fuction (exclamation point). It is used to turn on stuff (that is toggleable) and not to turn it off, no matter what. I used this on my hunters when some of them would have an aspect on and some wouldn't. So when I mashed the aspect key, some that had it would turn it off and others would turn theirs on. Crap, not what I wanted. So:

    /cast !Aspect of the Hawk

    Should turn it on and not turn it off. You can put it in a castsequence if you want also.

Similar Threads

  1. Aspect Ratio
    By bruzer100 in forum Software Tools
    Replies: 11
    Last Post: 06-17-2009, 02:30 PM
  2. Hunter Multibox Question..
    By mikekim in forum General WoW Discussion
    Replies: 15
    Last Post: 12-03-2008, 07:49 AM
  3. hunter ice trap question
    By Catamer in forum General WoW Discussion
    Replies: 5
    Last Post: 06-05-2008, 07:42 PM
  4. 5x hunter pvp question
    By Catamer in forum General WoW Discussion
    Replies: 2
    Last Post: 06-05-2008, 11:59 AM
  5. Mage/Hunter combo question
    By Steven88 in forum Macros and Addons
    Replies: 5
    Last Post: 12-18-2007, 07:46 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
  •