CrieffMap

A small World of Warcraft addon that moves your minimap while you're out in the open world

File Details

v0.3

  • R
  • Jul 5, 2026
  • 5.93 KB
  • 9
  • 12.0.7
  • Retail

File Name

CrieffMap-v0.3.zip

Supported Versions

  • 12.0.7

tag bbb55d296568a4a0e8b7ca495d6fb50ddcb68a06 v0.3
Author:    rkst <git@rkst.it>
Date:    Sat Jul 4 19:33:24 2026 -0700

v0.3: add /cmap status, debug, and apply diagnostics

commit 0b6bd56615bf1e7a4ed7d64e3edae0f79db5e5ce
Author: rkst <git@rkst.it>
Date:   Sat Jul 4 19:32:05 2026 -0700

    Add /cmap status, debug, and apply diagnostics

    No in-game or Lua tooling exists in the dev environment, so add
    slash-command diagnostics to inspect the live minimap state:

    - /cmap status: one-shot dump (EllesmereUI loaded, Minimap parent,
      GetTarget result, IsInInstance, cluster shown/alpha, current/
      captured/preset anchors).
    - /cmap debug: toggle verbose logging, persisted in the char DB so it
      survives the /reload needed to observe the login sequence. The apply
      path logs the frame and branch it picked and reads the anchor back a
      frame later to catch another addon overriding our SetPoint.
    - /cmap apply: re-run positioning for the current zone on demand.

    🤖 Generated with [Claude Code](https://claude.com/claude-code)