Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1
    Member
    Join Date
    Oct 2007
    Location
    Nottingham, England, UK
    Posts
    36

    Default Condensing My Macro's

    I've always been a bit slow when it comes to doing macro's in wow, and they have always been a little basic.

    However, I've been level 70 for a just over a week now, and I have started to realise that I could condense a few of my macro's and have less buttons to press, instead of having spider hands and trying to move all over the keyboard.

    I've successfully done alot of them, however, the two which i cannot seem to condense into one is these.

    Code:
    On [F3] I Have: 
    /use vengeance of the illidari
    /cast elemental mastery
    /cast nature's swiftness
    /cast [target=focustarget] chain lightning
    Code:
    On [3] I Have:
    /cast [target=focustarget] chain lightning
    i wanted to combine them so that i do a normal chain lightning when i press [3], and then the top one when i do [SHIFT]+[3]

    but for the life of me, i have no idea what im doing wrong, it never works, and im wondering if its possible to slap target assignments and multiple uses onto a modifier line.

    anyone could enlighten me on this matter, once i've solved this, ill be able to learn from it and finish off the others myself.

  2. #2
    Member
    Join Date
    Oct 2007
    Location
    Nottingham, England, UK
    Posts
    36

    Default

    hmm after a little sleep, it seems i managed to come up with a working one, no idea if its the most economical or not.

    Code:
    /use [modifier:shift] vengeance of the illidari
    /cast [modifier:shift] elemental mastery
    /cast [modifier:shift] nature's swiftness
    /cast [modifier:shift, target=focustarget] chain lightning
    /cast [target=focustarget] chain lightning
    anyone verify this is ok, it works well ingame, but there might be an easier way.

  3. #3

    Default

    what if you do this

    Code:
    /cast elemental mastery
    /stopcasting
    /cast [target=x] chain lightning
    should pop the elemental mastery, if available, adn then the chain lightning

  4. #4

    Default

    Make sure that you unbind shift-3 (normally switches pages) or it wont work.
    Tamas, Inirra, Jamac, Cereixa, Tetria

    http://www.youtube.com/tetriaeiou

Similar Threads

  1. Macro's not saving
    By Blittzkrieg in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 10-01-2008, 12:07 PM
  2. Shaman, What macro's are you using?
    By Dinnie in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 07-08-2008, 05:07 PM
  3. Addons.. Macro's..?
    By Arstru24 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 05-05-2008, 01:14 PM
  4. Hunter Macro's
    By Eastt in forum Macros and Addons
    Replies: 2
    Last Post: 03-19-2008, 03:37 AM
  5. melee macro's
    By fergus in forum Macros and Addons
    Replies: 1
    Last Post: 09-12-2007, 02:38 PM

Posting Rules

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