View attachment NPCRepairTag.cs
Usage:
Tag will go to an NPC vendor and repair all your equipment (for gil). Will close crafting log if it is open.
Required Parameters:
Optional Parameters:
Usage:
Code:
<NPCRepair NpcID="1008868" />
Tag will go to an NPC vendor and repair all your equipment (for gil). Will close crafting log if it is open.
Required Parameters:
- NpcID - 1008868 is the id for your house mender. Use the console or xivdb.com to get other NPC IDs.
Optional Parameters:
- XYZ - Vector3 location of the NPC. If provided, tag will move to that Location and scan for the npc.
- DialogOption - Default: 0. The dialog option to select at the NPC to get to their repair window. The options start at 0, so if Repair is the third option, set this to 2. Can be omitted if NPC goes straight to repair window (i.e. your house mender).
- Threshhold - float, default: 100.0. Minimum value needed for this tag to go repair. If no equipment is below this value, tag will immediately exit without doing anything.