File Details
v0.8.1
- R
- Apr 17, 2026
- 48.19 KB
- 16
- 11.1.0+3
- MoP Classic + 3
File Name
AldorTax-v0.8.1.zip
Supported Versions
- 11.1.0
- 5.5.0
- 2.5.5
- 1.15.8
tag 3c114929f0378dd348c326f05f42046b50df8035 v0.8.1
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri Apr 17 19:13:53 2026 +0200
Release v0.8.1: fix fall-save click not firing
commit 9262b56d90f2d861785d3ab971aeb2e04d674a6e
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri Apr 17 19:10:20 2026 +0200
Release v0.8.1: fix fall-save click not firing item/spell
Switched fall-save SecureActionButton from type=item/spell with name
lookup to type=macro + macrotext ("/use <item>" or "/cast <spell>").
Name-based resolution silently failed in the Classic client — the
dialog opened and accepted clicks, but nothing fired. Macrotext
offloads resolution to the slash handler and works reliably.
Also switched RegisterForClicks to AnyDown so the cast fires on
button-down rather than waiting for release — relevant for a
time-sensitive action like a fall-save.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
commit bd014f27a38778b98185351d400b6cf7b6779d56
Author: Magnus Vikan <dizzi90@gmail.com>
Date: Fri Apr 17 18:52:41 2026 +0200
Move dev slash commands into config panel
Migrate log/testmsg/where/timing/devpanel/dev slashes into buttons in
the options panel Developer section, gated by the existing devTools
flag. Verbose/Debug logging/Segment calibration now share one row to
cut vertical space. Remaining slashes: sync, reset, ui, config, unblock.
Also drop SendTestWhisper helper (no other callers).
Includes pre-existing lift timing refinements (TransportAnimation-
derived fallTime/riseTime/dwell values and updated epochOffsets for
Aldor, Stormspire, and Great Lift).

