File Details
MarkTarget_02-05-26.zip
- R
- May 2, 2026
- 19.71 KB
- 814
- 5.5.4+3
- Classic + 2
File Name
MarkTarget_02-05-26.zip
Supported Versions
- 5.5.4
- 5.5.3
- 2.5.5
- 1.15.8
[4.8] - 2026-05-02
Added
- Combat raid marking (optional): new setting Allow raid marking in combat (`allowMarkInCombat` in `MarkTargetDB`, default off). When enabled, the addon no longer blocks `SetRaidTarget` while `InCombatLockdown()` — panel clicks, key binding, modifier auto-mark, and slash commands follow the same rule. On Classic / TBC Anniversary the API usually allows marking in combat when your role permissions allow it; if something still fails, that is enforced by the client, not this addon. Panel drag remains blocked in combat (unchanged).
Changed
- `addonTable.UpdateMarkButtonsCombatVisuals` is exposed so the options panel can refresh dimmed icons immediately after toggling combat marking.
Localization
- `ALLOW_MARK_IN_COMBAT` in enUS, ruRU, ukUA.
---
[4.7] - 2026-05-02
Added
- Remove raid mark: right-click any mark on the panel to clear the mark on your current target (same combat / no-target rules as applying marks). Tooltips include a short hint (`TOOLTIP_MARK_RIGHT_CLICK`).
- Panel scale: new Panel scale slider (50%–200%, default 100%) in settings; stored as `panelScale` in `MarkTargetDB`. `ApplyPanelScale` exposed on `addonTable` like opacity.
- Slash commands: `clear` / `unmark` — clear the target’s raid mark; `1`–`8` or `mark N` — apply that mark; `version` / `ver` — print the addon version from the TOC. Help output lists the new commands. Optional chat feedback when clear/apply cannot run (`SLASH_CLEAR_FAIL`, `SLASH_MARK_FAIL`).
Changed
- Saved variables: `panelScale` is validated and clamped to 0.5–2 on load (invalid values default to 1).
Localization
- New keys in enUS; full mirroring for ruRU and ukUA (scale, right-click tip, new slash strings).

