-
Macro wont work! Grr
I want the following:
I want a two stage healing macro. 1 where I do a castsequence 2 cast a rejuv only.
/castsequence [target=player, nostance, mod:ctrl] rejuvenation, Healing Touch, Regrowth; [target=player, nostance, mod:shift] rejuvenation
/targetlasttarget
The ctrl+button works, but If I hit shift+button It dosent work....
also it dosen't shift to my last target
????
wtf?
-
I don't get it, if I change the mod:shift with mod:alt it works?
The code for the shift is shift right?
-
Finally, I found out why my macro won't work!
its because the target pet is by default bound to shift+F1 which is the button I store the macro on.
So it tries to target a pet instead of doing the healing macro!
omg.
-
GJ!.. yeh i had that problem 2.. "F5" would toggel my whole UI down so it would do different spells on all my alts..
-
just don't bind something to alt F4, it won't work the you want it.
-
Yeah, on my DK I tried binding stuff too CTRL + 1234567890 only realize that's the keymaps my pet uses. :|
-
This is my druids tank healing button.
/cast [mod:alt,target=sangiovese] regrowth
/cast [mod:shift,target=sangiovese] Healing Touch
/castsequence [target=sangiovese] reset=10 Rejuvenation, lifebloom, lifebloom, lifebloom
I use that key to keep the tank healed. If the others take damage I have seperate heals for each and a button for wild growth.
Here are my Oh SHIT buttons.
/use 14
/castsequence barkskin, tranquility
/cast Nature's Swiftness
/cast [target=focustargettarget,help,nodead,exists] Healing Touch
-
Thanks alot for sharing!
I redid my healing macros yesterday and they look like this now (im still not "happy" with the healing") mind you im lvl 40, and the macros not copied directly from wow, but as I recall them.
All my healing macros is bound to keys F1 to F5 where F1=Toon1.
Toon1, Tank:
F1:
/target Toon1
/cast [nostance, mod:ctrl] Rejuvenation
/targetlasttarget
F2:
/target Toon2
/cast [nostance, mod:ctrl] Rejuvenation
/targetlasttarget
etc.
Toon2, Healer:
F1:
/target toon1
/cast [nostace, mod:ctrl] Rejuvenation
/Castsequence [nostance, nomod] reset = 10 Healing Touch, Rejuvenation, Regrowth, healing touch, healing touch
/Targetlasttarget
Toon3, 4, 5 DPS:
F1:
/target Toon1
/cast [nostance, mod:ctrl] Rejuvenation
/targetlasttarget
Also, I have setup so when I press shift:F1 toon 1 heals himself with a Rejuv. This enables me let my toons heal themself individual. (not included in the above)
With this setup im able to:
By pressing CTRL+F1 Everyone cast rejuv (good before a pull)
By pressing just F1, the healer starts the castsequence on toon A.
What I need to modify, is that no matter what toon 2 (healer) is doing (fx. casting starfall), he should stop and heal Toon1 if I press F1. But if I include stopmacro, I cant spam the f1 button.... maybe I can use the modifier "channeling".....
-
As far as I know the channelling condition only applies to certain spells (i.e. mind flay or hurricane) where you stand still while the spell does it's full damage, I don't think cast time counts as channeling.
-
Probably not... hmmm.
I guess I have to fiddle around a bit with the macros to see if I can comeup with something.
Any suggestions is welcome.....
I guess in the long run I will have a 100% dedicated healer, so I can just move the dps spam button away from the healer when in boss fights... that would make the healer just stand there only doing melee attacks if the mob is in range.... could work I guess.