Swapping Macro Sets Based On Summon

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » Jobs » Summoner » Swapping Macro Sets Based on Summon
Swapping Macro Sets Based on Summon
Offline
Posts: 281
By Galkapryme 2020-04-16 19:42:13
Link | Quote | Reply
 
I'm looking to have my SMN automatically swap macro sets based on which summon I bring out. SMN already goes back to a base macro set when I release a summon. I'd like it to go the other way around. To paint a picture:

I have all my summons on Macro Set 1. When I select one to summon (say Siren), I want to automatically switch to Macro Set 2, where all of the specific commands for Siren reside.

Can anyone provide me with a lua or a vanilla line to do this?
 Bismarck.Firedemon
Offline
Server: Bismarck
Game: FFXI
user: Firedemon
Posts: 1316
By Bismarck.Firedemon 2020-04-16 20:08:34
Link | Quote | Reply
 
/macro set #
/macro book #

If Ifrit is on macro set 1

CRTL 1
/ma "Siren" <me>
/macro set 2

CTRL 1
/ma "Ifrit" <me>
/macro set 1

That's the vanilla code, someone else could provide the lua.
[+]
Offline
Posts: 281
By Galkapryme 2020-04-16 20:35:47
Link | Quote | Reply
 
Dude, thanks.