So yesterday I did Malygos and only me (four) and two others made it into phase 3. I was the only one dps'ing and we killed Malygos 6 man in phase 3. World first Malygos boxer without screwing up in phase 3? :P Anyhow, here's my macro's, and how I vehicle-box with my FTL set up.

I lost one character at 10% die to stupidity on using the shield on the wrong alt. But the other three lived until the downing and each had 18 stacks of Engulf in Flames on Malygos. :>
Massive dps!


Macro's I use to multibox in Malygos.

Code:
Mastermacro's:

Standard issue DPS button. For example, I like to have Flame Spike on the same button as 
Lightning Bolt without having to destroy my FTL set up:

#showtooltip Lightning Bolt
/cast Flame Spike
/use 13
/cast Lightning Bolt

#showtooltip Lava Burst
/cast Engulf in Flames
/cast Lava Burst

#showtooltip Flame Shock
/cast Revivify
/cast Flame Shock

A seperate non broadcasted button per every character you own and a way to 
identify which alt is shielded. (There's a way to avoid needing the shield if you have a 
healer that times Life Burst at the right time! This might be easier to manage, but 
ideally you should try to learn and use the shield. You could also use the shield on all at the same time, but this could also be considered a waste of energy! Just have to figure out what works best for you. If you 8-box or something, I'd prolly go for using shield for all on the same time. :P But for me, 4-boxing, it was managable to do it manually for the one that needed it.)

#showtooltip
/target focustarget 
/cast Flame Shield

(need to be able to read the combo points, hence the target)

Slavemacro's


#showtooltip Lightning Bolt
/focus [nomod:ctrl,nomod:alt,mod:shift,target=Canilka][mod:alt,mod:shift,nomod:ctrl,target=Canllka][mod:ctrl,mod:alt,mod:shift,target=Canlika]
/target focustarget
/targetlastenemy
/cast Flame Spike
/use 13
/cast Lightning Bolt
/cleartarget
/clearfocus

#showtooltip Lava Burst
/focus [nomod:ctrl,nomod:alt,mod:shift,target=Canilka][mod:alt,mod:shift,nomod:ctrl,target=Canllka][mod:ctrl,mod:alt,mod:shift,target=Canlika]
/target focustarget
/targetlastenemy
/cast Engulf in Flames
/cast Lava Burst
/cleartarget
/clearfocus

etc.

Follow slave button:

/focus [nomod:ctrl,nomod:alt,mod:shift,target=Canilka][mod:alt,mod:shift,nomod:ctrl,target=Canllka][mod:ctrl,mod:alt,mod:shift,target=Canlika]
/follow focus
/cleartarget
/clearfocus

A few explanations.

1. Why clearfocus within every button?
- For me it seemed to bug sometimes specifically when switching alts. (New focus not being registered right, or something.). This keeps it clean, tested and works very well. Cleartarget is not a neccesity, I just like my targets clean on my alts.
2. What's up with targetlastenemy?
- Well, the whole idea behind this is that your alts keep dpsing when your main is incapacitated and loses its target (for the other clients). In Malygos you won't have need for this. However, it's part of my macro set up so I left it in anyways. :P
3. So, it works to have two casts in one macro?
- Apparantly so! I can cast normally without noticing any change in set up in P1 and 2 and in P3 it's like my bar changed to a posession bar, but with FTL capabilities!
4. Why /target focustarget and not [target=focustarget]?
- Because unfortunatly this won't work. This has to do with the combo points and the drake. You need to actually physically target malygos or you won't be able to apply engulf of flames. Which is essential.
5. Well, I use posession bars, what's wrong with that?
-Absolutely nothing, however, when using an FTL set up, not only is it a PAIN to set up, it seems buggy when working with 2 posession bars, macro's and keybinds on such bars according to the FTL standards. (At least for me). Whilest this is a easy way to set up and works 100% foolproof!
6. Or there any downsides to this then to any conventional FTL set up using target instead of focus?
- Yes. Clearly, this will use up your focus, so it can not be used for other means. So that is it's weakness. It's basicly a TL set up. However, since vehicle boxing requires focus, you have to ask yourself what to do! I'd say do like me. Use the conventional target FTL system for anything else and have a profile stored for every vehicle encounter you might come across with focus. Get the best of both worlds!



I use macaroon and saved profile for Malygos or Oculus but all macro's are of similar makings. I believe this write up should be sufficient for people with the FTL set up, and therefor expected to have a pretty decent understanding on how macro's function.

Hope it is of use.