So the basic HKN Setup for the ftl is done, now its macro-time in wow.
To keep it simple i want to first show you how you do the PVE-Oriented-Setup.
For the PVE oriented ftl-setup you only need an assist- and follow-ftl key.
Lets say we want to use '1' as the assist-key, and we want to use it as slave and master-key, so our ftl-hkn-setup for this would look like:
In WoW to do an ftl-assist we create the following macro on each toon:Code:<Hotkey 1>
<If ActiveWinIs Coltimar> <ColtimarMaster %trigger%><ColtimarSlave 1>
<Else If ActiveWinIs Marlun> <MarlunMaster %trigger%><MarlunSlave 1>
<Else If ActiveWinIs Jermayne> <JermayneMaster %trigger%><JermayneSlave 1>
<Else If ActiveWinIs Teetoe> <TeetoeMaster %trigger%><TeetoeSlave 1>
<Else If ActiveWinIs Jackea> <JackeaMaster %trigger%><JackeaSlave 1>
<Else If ActiveWinIs Coventar> <CoventarMaster %trigger%><CoventarSlave 1>
<Else If ActiveWinIs Faxindaxis> <FaxindaxisMaster %trigger%><FaxindaxisSlave 1>
/assist [mod:ralt,nomod:rctrl,nomod:rshift]Coltimar;[nomod:ralt,mod:rctrl,nomod:rshift]Marlun;[nomod:ralt,nomod:rctrl,mod:rshift]Jermayne;[mod:ralt,nomod:rctrl,mod:rshift]Teetoe;[mod:ralt,mod:rctrl,nomod:rshift]Jackea;[nomod:ralt,mod:rctrl,mod:rshift]Coventar;[mod:ralt,mod:rctrl,mod:rshift]Faxindaxis
(this is technicaly only one line!)
Bind this macro to '1' on each Toon.
(And unbind alt+1,ctrl+1,shift+1... , if they are bound to anything !!! very important!)
Now '1' is working as your ftl-assist. :)
For following do the same with a key you like, but use this macro:
/stopmacro [nomod]
/target [mod:ralt,nomod:rctrl,nomod:rshift,target=Coltimar][nomod:ralt,mod:rctrl,nomod:rshift,target=Marlun][nomod:ralt,nomod:rctrl,mod:rshift,target=Jermayne][mod:ralt,nomod:rctrl,mod:rshift,target=Teetoe][mod:ralt,mod:rctrl,nomod:rshift,target=Jackea][nomod:ralt,mod:rctrl,mod:rshift,target=Coventar][mod:ralt,mod:rctrl,mod:rshift,target=Faxindaxis]
/f
/targetlasttarget
voila, if everything is done right your pve-ftl-setup should be working.