Close
Showing results 1 to 10 of 10

Thread: Modifiers

  1. #1

    Default Modifiers

    /cast [nomod][target:focus] lesser healing wave
    /cast [mod:alt][target:focus] healing wave
    /cast [mod:shift][target:focus] chain heal

    Doesn't seem to work.
    Any macro guru's help me out?

  2. #2

    Default

    Well I always thought the parser was case-sensitive, so you would need Lesser Healing Wave, Healing Wave etc.....



    Also, I think [target=focus,nomod] Lesser Healing Wave is better, ie combine the mod test and the target set......don;t think this would stop yours working though
    Kavoom and HotKeyNet User and loving it

  3. #3

    Default RE: Modifiers

    Quote Originally Posted by 'TMNT',index.php?page=Thread&postID=90457#post9045 7
    /cast [nomod][target:focus] lesser healing wave
    /cast [mod:alt][target:focus] healing wave
    /cast [mod:shift][target:focus] chain heal

    Doesn't seem to work.
    Any macro guru's help me out?
    Some good macros in the link below, but you'll have to alter them slightly to fit your multiboxing most likely.
    http://www.arenajunkies.com/macros/shaman/

    Another good one and a beginners guide in there somewhere.
    http://www.wowwiki.com/Useful_macros_for_shamans


    I think this will do what you're trying to accomplish.
    Edit: In fact, this might be a much cleaner version.

    /cast [modifier:nomodifier,target=focus] Lesser Healing Wave; [modifier:alt,target=focus] Healing Wave; [modifier:shift,target=focus] Chain Heal


    I'll also add that I think the warlock macro section has the most intricate and detailed macros of all. If you're smart enough you can figure out what each macro is supposed to do and alter it to fit your own class and skills very easily.
    http://www.wowwiki.com/Useful_macros_for_warlocks

  4. #4

    Default

    I tired that and it doesnt' work either.
    Also i don't want the target to be focus. Id like to put names in there. Do i change "focus" with the names?

  5. #5

  6. #6

    Default

    one thing that catches my eye: [target:focus]

    As far as I remember, it's [target=focus]

    and yes, you can use a name instead of focus if you like.
    5 * BOOOMkins, the stars WILL fall!

    Exalted with:
    Wintersaber Trainers
    Timbermaw Hold

    5boxing on DraenorEU since June 2008

  7. #7

    Default

    This is what i use and it works:

    /target focus
    /cast [no modifier] Lesser Healing Wave(Rank 6); [modifier:alt] Healing Wave(Rank 11); [modifier:shift] Chain Heal(Rank 4)

    Cut, Paste and Enjoy.


  8. #8

    Default

    Quote Originally Posted by 'Benhime',index.php?page=Thread&postID=92786#post9 2786
    This is what i use and it works:

    /target focus
    /cast [no modifier] Lesser Healing Wave(Rank 6); [modifier:alt] Healing Wave(Rank 11); [modifier:shift] Chain Heal(Rank 4)

    Cut, Paste and Enjoy.

    Keep in mind that by stating what rank of each spell to use, when you learn a better rank it will keep using the one stated in the macro. You can remove "(Rank #)" and it should use the highest rank you have.

  9. #9

    Default RE: Modifiers

    Quote Originally Posted by 'TMNT',index.php?page=Thread&postID=90457#post9045 7
    /cast [nomod][target:focus] lesser healing wave
    /cast [mod:alt][target:focus] healing wave
    /cast [mod:shift][target:focus] chain heal

    Doesn't seem to work.
    Any macro guru's help me out?
    3 problems:
    - some ":" should be "="
    - focus should be focustarget, since you want to shoot at the target of your focus ;)
    - modifier must be in target part

    thus:
    /cast [target=focustarget,nomod] lesser healing wave
    /cast [target=focustarget,mod:alt] healing wave
    /cast [target=focustarget,mod:shift] chain heal
    Also, you have to set focus first before the macro works:
    /focus NameOfMain

  10. #10

    Default

    Quote Originally Posted by 'ChaoticMonk',index.php?page=Thread&postID=93362#p ost93362

    Quote Originally Posted by 'Benhime',index.php?page=Thread&postID=92786#post9 2786
    This is what i use and it works:

    /target focus
    /cast [no modifier] Lesser Healing Wave(Rank 6); [modifier:alt] Healing Wave(Rank 11); [modifier:shift] Chain Heal(Rank 4)

    Cut, Paste and Enjoy.

    Keep in mind that by stating what rank of each spell to use, when you learn a better rank it will keep using the one stated in the macro. You can remove "(Rank #)" and it should use the highest rank you have.
    Slight Adjustment to the above, [no modifier] doesn't really do anything, however [nomodifier] or the shortened version [nomod] will do what your looking for. You can also signifigantly shorten this by putting the one you want to cast without a modifier at the end and you don't need to include [nomod]

    /cast [mod:alt] Healing Wave; [mod:shift] Chain Heal; Lesser Healing Wave

    Same thing but saves a bunch of space so you could include other things in there easily if you wanted...

    You know you've been playing to much WoW when your Girlfriend's pants are a rare drop.

Similar Threads

  1. Keyclone and alt modifiers
    By UDF2Archeon in forum Software Tools
    Replies: 6
    Last Post: 06-05-2009, 11:58 AM
  2. L and R modifiers
    By rahven32 in forum Software Tools
    Replies: 3
    Last Post: 06-04-2009, 02:58 AM
  3. Replies: 1
    Last Post: 11-26-2008, 09:41 PM
  4. Castsequence with modifiers?
    By Zzyzxx71 in forum Macros and Addons
    Replies: 7
    Last Post: 06-25-2008, 02:57 AM
  5. x-keys & modifiers?
    By Canasou in forum Hardware Tools
    Replies: 2
    Last Post: 03-25-2008, 01:44 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
  •