-
Active Member
[Ez] AlwaysRepairYourItems
Simple plugin that automatically repairs your items when you interact with the blacksmith. To do this, it will switch to the corresponding tab if necessary and once the repair is done you will return to the previous active tab. However, if AfterRepairGoToSalvageTab is set to true, it will always switch to the salvage tab after the operation.
It will only happen once in each Town unless we change areas.
It's automation, use it at your own risk.
Download => Plugins\Ez\AlwaysRepairYourItems.cs
Custom Code (PluginEnablerOrDisablerPlugin):
Code:
Hud.RunOnPlugin<Ez.AlwaysRepairYourItems>(plugin =>
{
plugin.Enabled = true;
plugin.AfterRepairGoToSalvageTab = false;
} )
Last edited by EzGo; 10-03-2024 at 08:30 AM.
Reason: update
-
Post Thanks / Like - 2 Thanks
ipaman,
Punkk (2 members gave Thanks to EzGo for this useful post)
-
Active Member
Plugin disabled until I resolve an issue with Jeweler and Myriam. If you continue using it, every time you return to Town talk to the blacksmith before
edit : issue solved
Last edited by EzGo; 09-20-2024 at 05:10 PM.
-
Active Member