Supported TurboHUD version: 9.x
I found it interesting to make this plugin. The images are quite descriptive
Download: Remorseless.cs
Installation: Place Remorseless.cs in "plugins\RNN\Remorseless.cs"
Custom Code (Plugins\User\PluginEnablerOrDisablerPlugin.cs):
Code:
Hud.GetPlugin<RNN.Remorseless>().Enabled = true;
Hud.RunOnPlugin<RNN.Remorseless>(plugin =>
{
plugin.Xpor = 0.52f; // Valid values: from 0 to 1 . To set the x coordinate of the icon
plugin.Ypor = 0.45f; // Valid values: from 0 to 1 . To set the y coordinate of the icon
plugin.SizeMultiplier = 1f; // Size multiplier for icons
plugin.ExtraIcons = true; // Show Ancients and Berserker icons
} );

