PunishedPineapple / WaymarkPresetPlugin

Dalamud/XIVLauncher plugin to manage waymark presets.
MIT License
38 stars 16 forks source link

Save signs as well as waymarks? #18

Closed amki closed 2 years ago

amki commented 2 years ago

Would it be possible to also save the current signs on party members? I'd say saving this mark is on player_id would be nice

PunishedPineapple commented 2 years ago

You can already do this in-game via macro: Something like the following should work:

/mk ignore1 <1>
/mk bind1 <2>
/mk bind2 <3>
/mk ignore2 <4>
/mk attack1 <5>
/mk attack2 <6>
/mk attack3 <7>
/mk attack4 <8>

The reference for this text command is: https://na.finalfantasyxiv.com/lodestone/playguide/db/text_command/4348eed9de5/

Granted, if you go into a fight as multiple roles, you'll need multiple macros to match your party sort order, but it is what it is. Saving signs is pretty far out of scope for this plugin though.