Close
Showing results 1 to 2 of 2

Hybrid View

  1. #1

    Default "Auto" Action Bar Switching

    Hello folks.

    Finally decided to register and post here after reading for a few months. I only dual-box but i really enjoy it and have got my 2 hunters to level 64 now (EU - Khadgar). I did a little search but it didnt really return anything relevant. I do remember a couple of years back that there was a hunter addon that automatically changed your action bar when you went from being able to do ranged shots, to only being able to do melee damage.

    I havn't really needed it up until now, because my pets have pretty much held the aggro well. But recently ive had a few situations in outlands where a mob will just want to attack one of my characters ignoring all the growls and shots my other characters are doing. It seems my 2 hunters are easily pulling aggro off my pets now (being marksmanship - don't ask why, I don't know myself). Because i've never really had the problem before i've actually not got any melee skills on any keybinds so i pretty much just run around like a headless chicken until the mob dies.

    Is there still such an addon about? Or was i just dreaming of it? Also if there is not such addon is it possible to make a macro to "cast a ranged shot, IF it cant shoot ranged, try and use a melee skill?"

    Looking forward to any reply

    Thanks chaps.

    Frostie

  2. #2

    Default

    It was called Zorans Hunter Mod

    I incorporated some of it into my own mod

    but I used a macro to accomplish the same thing

    Code:
    /script if (CheckInteractDistance("target",1)) then CastSpellByName("Attack"); ChangeActionBarPage(1); else CastSpellByName ("Auto Shot"); ChangeActionBarPage(1); end;
    this should work but it is untested as I haven't played a hunter in over a year
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

Similar Threads

  1. Replies: 2
    Last Post: 06-21-2009, 02:19 AM
  2. Auto Attack/Auto Target Macro
    By kramer26 in forum Macros and Addons
    Replies: 4
    Last Post: 01-12-2009, 06:23 AM
  3. Auto Quest and Auto taxi ?
    By o_0 in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 07-26-2008, 05:52 AM
  4. Replies: 11
    Last Post: 06-21-2008, 04:22 AM
  5. Replies: 24
    Last Post: 05-17-2008, 12:49 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
  •