v1.0.0.12: Other players on minimap use distinct icon (60403) from party markers

Made-with: Cursor
This commit is contained in:
2026-02-28 22:30:26 -05:00
parent 3afa7af645
commit b1c833ebcf
5 changed files with 12 additions and 4 deletions
+2
View File
@@ -120,6 +120,8 @@ public class SystemConfig : CharacterConfiguration
public bool MinimapHideWithGameGui = false;
/// <summary>Show Player/NPC tracking (other players, enemies, bosses, etc.) on the minimap, matching the main map display.</summary>
public bool MinimapShowPlayersAndNpcs = true;
/// <summary>Icon ID for other players on the minimap (default 60403, distinct from party 60421). Override if you prefer a different look.</summary>
public uint MinimapOtherPlayerIconId = 60403;
// Do not persist this setting
[JsonIgnore]