Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 17
  1. #1

    Default Macro is wrong,,,

    /Target Mytank
    /cast [nomod] Greater Heal
    /cast [ctrl:mod] Renew
    /cast [alt:mod] Flash Heal
    /cast [shift:mod] Abolish Disease
    /cast [mod:ctrl,alt:mod] Dispel Magic

    GH and renew work just fine.....everything after either doesn't work, or in the case of FH and dispel magic casts renew again.

    The line w/ Dispel magic is the only one I wasn't sure if I wrote it correctly, the others I was sure should work

  2. #2

    Default

    try

    [modifier:alt]
    [modifier:ctrl]

    EDIT:

    This should work. A ton of modifiers I hope you can keep them straight

    /target Mytank
    /cast [nomod]Greater Heal
    /cast [mod:ctrl]Renew
    /cast [mod:alt]Flash Heal
    /cast [mod:shift]Abolish Disease
    /cast [mod:ctrl,mod:alt]Dispel Magic
    Last edited by Fizzler : 09-21-2009 at 01:23 PM

  3. #3

    Default

    Quote Originally Posted by Fizzler View Post
    try

    [modifier:alt]
    [modifier:ctrl]

    Not working, although I'm suspecting somehow, that alt key is functioning as the ctrl key somehow. (Although I don't know how it would be or how to change it if it is.)

  4. #4

    Default

    Quote Originally Posted by Fizzler View Post
    try


    This should work. A ton of modifiers I hope you can keep them straight

    /target Mytank
    /cast [nomod]Greater Heal
    /cast [mod:ctrl]Renew
    /cast [mod:alt]Flash Heal
    /cast [mod:shift]Abolish Disease
    /cast [mod:ctrl,mod:alt]Dispel Magic
    Thanks, this got the flash heal worked in, so better than what I had. I'm still not getting Abolish Disease and Dispel Magic.
    Abolish Disease does nothing (not even saying nothing to cure but it looks like the spell itself will cast something w/o disease on target.)
    Dispel Magic line casts a Renew.

  5. #5

    Default

    try getting rid of the the second "mod:" in the last line, so it reads "[mod:ctrl,alt]" or add a + "[mod:ctrl+alt]". When you set the icon for the macro leave it as "?". When you press each mod, the icon should change to whichever spell it will cast. That should help diagnose what works and what doesn't.

    Not sure why the shift mod is not working. Do you have the spell? That's the only reason I can think of for it to not work as written.
    Last edited by Kang : 09-21-2009 at 01:55 PM
    Styrr - Legion of Boom - GM



  6. #6

    Default

    Quote Originally Posted by Kang View Post
    try getting rid of the the second "mod:" in the last line, so it reads "[mod:ctrl,alt]" or add a + "[mod:ctrl+alt]". When you set the icon for the macro leave it as "?". When you press each mod, the icon should change to whichever spell it will cast. That should help diagnose what works and what doesn't.

    Not sure why the shift mod is not working. Do you have the spell? That's the only reason I can think of for it to not work as written.
    Okay tried both suggestion:

    /Target MyTank
    /cast [nomod]Greater Heal
    /cast [mod:ctrl]Renew
    /cast [mod:alt]Flash Heal
    /cast [mod:shift]Abolish Disease
    /cast [mod:ctrl+alt]Dispel Magic

    -This gives me Aboslish disease at Shift, but does not cast. If I manually press my abolish disease spell it does.
    -ctrl+alt shows as renew.

    /Target MyTank
    /cast [nomod]Greater Heal
    /cast [mod:ctrl]Renew
    /cast [mod:alt]Flash Heal
    /cast [mod:shift]Abolish Disease
    /cast [mod:ctrl,alt]Dispel Magic

    -This gives me Aboslish disease at Shift, but does not cast. If I manually press my abolish disease spell it does.
    -ctrl+alt shows as renew.
    -Mousclicking button under Shift casts Abolish Disease.


    (I didn't know that bout the "?" icon, thanks.)

  7. #7

    Default

    Try:

    /target MyTank
    /cast [mod:ctrlalt] Dispel Magic; [mod:ctrl] renew; [mod:alt] flash heal; [mod:shift] Abolish Disease; Greater Heal

    Also, make sure nothing is bound to the mod + key in your keybinding settings.
    For example, if that macro is on 3, make sure shift+3, alt+3, ctrl+3 aren't used for anything else.

  8. #8

    Default

    You have to put the most limiting condition at first. You say apple, do something. You say apple cobbler, do something else. Guess what, as soon as you say apple, the first thing gets done. You have to put the most limiting condition first.
    /cast [nomod] Greater Heal
    /cast [mod:ctrl/alt] Dispel Magic
    /cast [mod:ctrl, nomod:alt] Renew
    /cast [mod:alt, nomod:ctrl] Flash Heal
    /cast [mod:shift] Abolish Disease

    Other things to watch out for, CTRL-1 through 9 is spoken for (already keybound), same with ALT-1,9 since that makes 1-9 cast on yourself. The idea is sometimes some keys work, but other modified keys don't, is because they are already keybound to something.

    Hope that helps and good luck.

  9. #9

    Default

    Quote Originally Posted by Pocalypse View Post
    Try:

    /target MyTank
    /cast [mod:ctrlalt] Dispel Magic; [mod:ctrl] renew; [mod:alt] flash heal; [mod:shift] Abolish Disease; Greater Heal

    Also, make sure nothing is bound to the mod + key in your keybinding settings.
    For example, if that macro is on 3, make sure shift+3, alt+3, ctrl+3 aren't used for anything else.
    Ok, this got the Dispel Magic worked in.
    I'm still having the issue w/ SHIFT.

    Just thinking....wasn't there soemthing w/ SHIFT not working w/ the number pad keys?

  10. #10

    Default

    Quote Originally Posted by Velassra View Post

    Just thinking....wasn't there soemthing w/ SHIFT not working w/ the number pad keys?
    I feel like such a dumbass, lol.

Posting Rules

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