Log in

View Full Version : Heal macro



loonitoons
08-09-2007, 06:55 AM
Hi there,

I just started multiboxing about a week ago and been having a lot of fun so far. Started out with three warlocks, but kinda missed the whole healing and tank thing, so i rerolled and started a warrior, warlock, priest threesome... NO, not that kind of threesome.

Anyway, these guys require a lot more macro work, and I wanna bind a key to either Lesser Heal when pressed normally or Renew when pressed with an alt modifier. I cant figure out whats wrong with it though, and figured maybe someone who's been at it more than a week can see it.

Anyway, here it is:

[code:1]/cast [modifier:alt, target=focus] Renew, [target=focus] Lesser Heal[/code:1]
I'm playing on the same computer using AHK, and mostly i play the warrior, but i shift between them in order to pick up things, so i use focus alot.

It seems annoyingly simple to me. However it always casts Lesser Heal, no matter if i hold down alt or not. When i change it to:

[code:1]/cast [modifier:alt, target=focus] Renew[/code:1]
it works like it should and casts Renew when alt is down.

Anyone that have seen this before?

Atsuki
08-09-2007, 07:11 AM
[code:1]/cast [modifier:alt, target=focus] Renew; [target=focus] Lesser Heal[/code:1]

It's not ",", it's ";".

loonitoons
08-09-2007, 08:08 AM
Doh! :oops:

Thx alot man, figured it was some stupid mistake...