PDA

View Full Version : Sheep Makro



gT4ty
12-17-2008, 09:16 AM
Hi guys,

i play a new setup now but i need sheepmakros for my three mages. If i make the Cross Symbol on one enemy, the makro should make, that one mage target the cross and cast sheep, like :


/target "Cross"
/cast Polymorph(Rank X)

Thanks, sorry for my bad english

Frosty
12-17-2008, 09:33 AM
Check the Wiki ('http://www.dual-boxing.com/wiki/index.php/Macro:Sheep') ;)

elsegundo
12-17-2008, 02:11 PM
What Frosty didnt mention was that there is no way to target "Cross" as "Cross". you can set him as your focus. but you cannot use "X" to focus or target.

Bovidae
12-17-2008, 07:17 PM
I use a focusleader type setup, so my target is free for use by my CC.

Main
button1 - /script SetRaidTarget("target",7)
button2 - unbound

Alt
button1 - /assist Main /w Main I am targeting %t {Cross}
button2 - /cast polymorph OR /cast Hex

Pure Hairy
12-18-2008, 12:14 AM
Though i have recent retired from multiboxing, i keep an eye on the forums.
My 5 man group consisting of prot warrior, 2 fire mages, shadow priest, holy pally used the sheep macros all the time. Similar to the post above, button one would set the raid targer on the main while the mage would /assist the tank and set his target as their focus. The second mage would do the same thing but on another button. Then a simple /cast polymorph [target=focus] set to button 3. Having them /tar focus and /say Targeting %T to sheep will help identify if they are on the correct target. Sometimes if you try to set them too quick, one of the mages will say Targeting <no target> to sheep, stop, and reset him. This is also nice for resheeping mid fight. Of coarse this will only work if you macro system is setup by /assist tank /cast spell.
Hope it's not too complicated.
ForThe Horde!
Pure Hairy

Frosty
12-19-2008, 05:07 PM
I use a focusleader type setup, so my target is free for use by my CC.

Main
button1 - /script SetRaidTarget("target",7)
button2 - unbound

Alt
button1 - /assist Main /w Main I am targeting %t {Cross}
button2 - /cast polymorph OR /cast Hex
I do something similar but I use the FTL system so I use focus for the sheeping target.

In my mixed group, I also have a button for banish and shackle undead. :thumbup:

pinotnoir
12-25-2008, 02:59 AM
Maxel told me this. Its a cast sequence random sheep. If I spam it in an instance with my 3 mages I get 3 sheeps. I just hit the button 3 times. This could make trash a breeze with 3 mages.

Mage 1:
/targetenemy
/castsequence reset=5 polymorph,,

Mage 2:
/targetenemy
/castsequence reset=5 ,polymorph,

Mage 3:
/targetenemy
/castsequence reset=5 ,,polymorph

algol
12-25-2008, 03:07 AM
Pinot, that sequence isn't random?

Also, the reset statement as used is a bad idea. It will reset the sequence five seconds after the last time you hit it - leading to breaking the first sheep if you need the second sheep cast say 10 seconds after the first. Try reset=combat instead if you really want it to always be Mage 1 that sheeps first - or you could omit it entirely since they will take turns irregardless as long as they all receive the keystroke and can execute the macro (might get weird if one is CCed or OOM...don't know).