Temporary thingamajig

http://www.mrlonghair.nu/webmotor/nyhetsfunktioner/macros-cache%20master.txt
http://www.mrlonghair.nu/webmotor/nyhetsfunktioner/macros-cache%20slave.txt
http://www.mrlonghair.nu/webmotor/nyhetsfunktioner/macros-cacheroot%20master.txt
http://www.mrlonghair.nu/webmotor/nyhetsfunktioner/macros-cacheroot%20slave.txt

cache master = main client
cacheroot master = main client wtf/server macro root

cache slave = second client
cacheroot slave = second client wtf/server macro root


The big idea is this - I made only a certain set of keys get transmitted to the secondary client. Enough keys to play, not enough keys to write on both clients at the same time. Which is a good thing. Here's a simple writeup.

 

F9 macro is bound to F9, press that key alone and it casts Regrowth on the player even with another target existing, press F9 with ctrl alt or shift and it casts Healing Touch instead. This is on the same position on both clients and does the same thing.

 

/flex is bound to the Home key, on the main it's just /flex because he'll probably target something and therefore flex at it. On the slave client it's /target [target=focustarget];/flex which makes it flex at the masters target. Works for all emotes

 

The everything in one macro is next, on the slave it's in cacheroot because I use this over several characters

 Master Slave 
 /invite SecondCharacterNameHere
/script SetLootMethod("freeforall")
/script AcceptTrade{}
/script UseSoulstone()
/script RetrieveCorpse{}
/script RepopMe();
/script StaticPopup_Hide("PARTY_INVITE");
/script ConfirmAcceptQuest();
END
 /script AcceptGroup{}
/script AcceptQuest{}
/script AcceptTrade{}
/script UseSoulstone()
/script RetrieveCorpse{}
/script RepopMe();
/script StaticPopup_Hide("PARTY_INVITE");
/script ConfirmAcceptQuest();
END

Nuff said about what it does, but you do want it to speed things up and resurrect both at the same time.

 

#showicon
/cast [nomodifier] Horn of the Swift Timber Wolf; [modifier] Flight Form(Shapeshift)
END

Made life faster and easier in the TBC days.

 

#showicon
/castsequence [target=player,nomodifier]  Mark of the Wild; [target=player,modifier] Thorns
END

Very simple selfbuff deal. Modify accordingly if you play another class.

 

[There was a lot of text written here. Because of this loopy goddamn web-engine it is now lost. Godfuckingdamnit.]