Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default A no cast modifier?

    Im new to MultiBoxing and am starting with two elemental shamen.
    I have focus/follow macros etc set up and have a LB macro to attack my focus target...I have done the same thing for Earth Shock
    Although this is where I am stuck I'd like to keep the macro's as they are but have a modifier in them so at time I dont want my secondary toon to cast LB or earth shock as to save mana for heals.
    for example this is what i have at the moment on the secondary toon
    /cast [target=focus-target] Lightning Bolt
    how do I modify it to say for example if i press alt it still casts on my main but ignores on the alt
    (im using keyclone)
    thanks for reading as you can tell im pretty clueless with this.

  2. #2

    Default

    You can add the ALT+Key to the KeyClone do not pass list which means it will cast on whichever one is in focus and not the other one.

    Or you can modify the macro several ways (only on 1 character).
    All modifiers:
    Code:
    /cast [target=focustarget, nomodifier] Lightning Bolt
    Alt:
    Code:
    /cast [target=focustarget, nomodifier:alt] Lightning Bolt
    or:
    Code:
    /stopmacro [modifier:alt]
    /cast [target=focustarget] Lightning Bolt
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  3. #3

    Default

    Just what I needed
    thanks

Similar Threads

  1. Replies: 8
    Last Post: 12-02-2008, 04:14 AM
  2. nomodifier = cast on target modifier = assist cast?
    By Exblah in forum Macros and Addons
    Replies: 3
    Last Post: 11-10-2008, 08:29 AM
  3. Macro to cast only when modifier is pressed???
    By dualness in forum Macros and Addons
    Replies: 11
    Last Post: 11-09-2008, 04:50 AM
  4. Alt modifier help
    By o_0 in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 08-01-2008, 04:05 AM
  5. Whats wrong? /cast [modifier:alt] Drain soul; shoot
    By shivetya in forum Macros and Addons
    Replies: 4
    Last Post: 11-23-2007, 09:42 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
  •