Thread: Hex Macro

  1. #1

    Hex Macro

    So im looking to write a all in one hex macro. I wanna have 1 button with shift ctrl and alt and have it when used with the modifier it will hex arena 1, 2, 3 depending on what modifier i use. Ive tried like 2 or 3 things and nothing seems to work. anyone know how to write this properly... thanks

  2. #2
    Quote Originally Posted by Bombaday View Post
    So im looking to write a all in one hex macro. I wanna have 1 button with shift ctrl and alt and have it when used with the modifier it will hex arena 1, 2, 3 depending on what modifier i use. Ive tried like 2 or 3 things and nothing seems to work. anyone know how to write this properly... thanks
    #showtooltip
    /cast [mod:SHIFT,@arena1][mod:CTRL,@arena2][mod:ALT,@arena3] Hex

  3. #3
    unfortunatelty tht doesnt work at all

    ---------- Post added 2013-01-23 at 12:15 PM ----------

    bump =) need me some help

  4. #4
    The Patient
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Orgrimmar
    Posts
    283
    try:
    #showtooltip
    /target [mod:shift] arena1
    /target [mod:ctrl] arena2
    /target [mod:alt] arena3
    /cast Hex
    /targetlasttarget [mod]
    I'm not sure if target swapping like this will work, but it should only target the indicated arena# with the mod keys. Added bonus: it will hex your current target if you don't use a mod key. If it fails, try it without the /targetlasttarget [mod] line -- it just means you will have the indicated arena# targeted.

  5. #5
    Keyboard Turner
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Norway
    Posts
    4
    This should work (not sure seeing as i'm not online atm to test it :P)

    #showtooltip
    /cast [mod:shift, target=arena1] Hex
    /cast [mod:ctrl, target=arena2] Hex
    /cast [mod:alt, target=arena3] Hex
    /cast [nomod] Hex

    This will also cast hex on your current target if you don't use a modifier.

Posting Permissions

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