View Full Version : a macro i need for my druids?
DemonWithin
10-09-2008, 08:56 AM
i have an idea im sure ppl have thought of it b4 for druids,
Ive had a look but cant find what i need on the piles and piles of macros (i might have even accidently skimmed over it :O hope i havent tho)
anyway, im multiboxing 3 druids, and this is what i have so far that doesnt work
/castsequence /target demónstalker rejuvenation, /target demónslave rejuvenation, /target demónservant rejuvenation
im new to making macros for myself but i thought this would work, it doesnt work without the slashes either, is this type of macro just impossible to make? i want to hit the 1 button 3 times and it target toon1 rejuv toon2 rejuv and toon3 rejuv i cant seem to make it change target and work
Mamut
10-09-2008, 09:26 AM
edit: live and learn looks like your out of luck.
spudstar99
10-09-2008, 09:29 AM
just 4 info
http://www.wowwiki.com/HOWTO:_Make_a_Macro
http://www.wowwiki.com/Multiboxing_macros
http://forums.worldofwarcraft.com/thread.html;jsessionid=8107CA09FB92FEF509DB5C76D0F F31F4.app01_05?topicId=3881820910&sid=1
there you get examples and a complete list of all macro funktions.
have fun with it ... macros aren't that hard to set up
DemonWithin
10-09-2008, 09:32 AM
i gave that 1 a shot but it didnt change to next druid, jsut kept spamming heals on whoevers name was first
blast3r
10-09-2008, 09:32 AM
You may want to think about not using your toon names in your macros. If you ever switch one toon out down the road you will have a ton of macros to change. I suggest using focustarget.
/cast [target=focustarget] rejuvenation
Then all you have to do is target the toon you want to heal and hit the macros.
/castsequence reset=10 [target=demonone] Rejuvenation, [target=demontwo] Rejuvenation, [target=demonthree] RejuvenationThat's not using the valid syntax either. You simply can't create macros that automatically switch targets (with the exception of nodead, exist, etc, but those only offer a limited form of target switching anyway).
Mamut
10-09-2008, 09:50 AM
This isn't even close to perfect, but it did cast rejuv on several of my party members in several key presses.
/targetparty
/cast Rejuvenation.
Problem is its like tab targeting, and depending where the toon is standing they may not be available to be targeted, or get targeted twice etc.
DemonWithin
10-09-2008, 10:00 AM
ok thanks for the response, i guess i'll just
button1:/target toon1 rejuv
button1:/target toon2 rejuv
button3:/target toon3 rejuv
was hoping to mash it all into 1 button to save using all my Gkeys but guess some things just cant b helped :(
Kaynin
10-09-2008, 10:15 AM
/targetparty
/cast Rejuvenation
This should work the way you want it to work. :p
Maybe with mouseover
/cast [target=mouseover, help] Rejuvenation
Then just mouse over the one you want to heal and hit button. No need to click it.
You can even extend this macro, eg when you're mouse isn't on friendly target, then let it cast Tranquility or something...
/cast [target=mouseover, help] Rejuvenation; Tranquility
elsegundo
10-09-2008, 12:53 PM
here is what i'd do:
Demonstalker:
#showtooltip
/cast [mod:alt, target=player] [mod:shift, target=demonslave] [mod:ctrl, target=demonservant] [nomod, target=player] Rejuvenation
Demonslave:
#showtooltip
/cast [mod:alt, target=demonstalker] [mod:shift, target=player] [mod:ctrl, target=demonservant] [nomod, target=player] Rejuvenation
Demonservant:
#showtooltip
/cast [mod:alt, target=demonstalker] [mod:shift, target=demonslave] [mod:ctrl, target=player] [nomod, target=player] Rejuvenation
ALT - casts 3 rejuvs on Demonstalker
SHIFT - casts 3 rejuvs on demonslave
CTRL - casts 3 rejuvs on demonservant
Pressing it without any mods will make each one target themselves and cast rejuv on themselves.
note, this macro will probably not work if you want to rejuv someone outside the party, unless you have an option before all of the criterias above to Rejuv on mouseover. just add [target=mouseover] after "/cast" and you should be fine. might be buggy though with three druids. might just wanna use mouseover on main.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.