I’m a little naff at druid tanking and casting, but you make this look effortless (although I’m sure it’s not) nice one. Seeing them shift into a dash makes me quite envious :)
Printable View
I’m a little naff at druid tanking and casting, but you make this look effortless (although I’m sure it’s not) nice one. Seeing them shift into a dash makes me quite envious :)
I'm very impressed! Could you please share your healing macros? I'm struggling with how to solo heal and use HoTs. Currently I'm just using all 4 druids as DPS/heals (though I haven't tried in about 3-4 weeks and I have siginificantly better gear now).
Ok I was feeling challenged since you made it look so smooth so I yesterday I watched the time and did everything as quick as I could, but not skipping any steps that I normally do (like looting bosses.)
I killed the Infinite Corruptor with 6mins left on timer. I was pleased! Although I do get bloodlust to make 2 of the boss fights go faster. Sorry for the bragging, just wanted to /flex
This is what i use as my spam healing macro at this moment. , it is probably not optimal but it works for me ... it evolved over some time just by trial and error (i think it has to suite your play style, e.g. how often you hit the button the macro is connected to, etc ...)
apart from that i basically just use swiftmend on the tank when needed, and then the 'on-demand' targeted heals which i described earlier. I have two types of those , one is hot oriented:Code:/use 13
/use 14
/castsequence [target=focus-target-target,nodead,help] [target=focustarget,nodead,help] [target=focus,nodead,help] reset=combat/6 Rejuvenation, Regrowth, Lifebloom, Nourish, Rejuvenation, Nourish, Lifebloom, Nourish, Rejuvenation, Nourish, Lifebloom,,
... the other is direct-heal oriented (i can't remember when i last used this one to be honest):Code:/use 13
/use 14
/castsequence [target=StoogeT] reset=combat/8 Regrowth, Lifebloom, Rejuvenation, Lifebloom, Lifebloom,,,, Lifebloom,, Rejuvenation
And now that you made me think about it ... i will probably revisit those macros and make them way more simple , something like regrowth -> nourish spam for the on-demand one will be enough (at least for 5mans), because i rarely go beyond the 2nd item in the castsequenceCode:/use 13
/use 14
/castsequence [target=StoogeT] reset=combat/8 Healing Touch, Regrowth, Healing Touch, Healing Touch, Healing Touch
Great vid!! This is what pushed me over the edge to come back and 5Box did it back then Xzin played but used a 5PC set-up and didnt have the cash to get it working nicely so now just running one pc with hotkey.
My question is there something out there that will give me the coords of where my mous pointer is to make setting the clicking regions easier? I see a ton of potential with this.
Can you left and right click while your script is running? I have this for mine:
//--healing by clicking-----
<Hotkey ScrollLockOn LButton>
<If MouseIsOverWindowRect WoW5 0 291 146 48>
<SendLabel w3>
<Key Numpad1>
Thanks