Just Assisted Combat

Displays an ability queue built on Blizzard's Assisted Combat System. Midnight Compatible!

File Details

JustAC_v4.19.3

  • R
  • Apr 15, 2026
  • 437.00 KB
  • 305
  • 12.0.5+1
  • Retail

File Name

JustAC_v4.19.3.zip

Supported Versions

  • 12.0.5
  • 12.0.1

[4.19.3] - 2026-04-14

Fixed

  • MacroParser — leading ! prefix on spell names: Macros using !Spell (repeat-cast toggle, e.g. !Bear Form, !Stealth) were never matched because DoesSpellMatch compared the raw "!bear form" against "bear form"; the ! is now stripped before comparison (MacroParser.lua)
  • MacroParser — condition tokens not lowercased: [MOD:SHIFT], [Form:1], and [ mod : shift ] (spaces around :) were silently ignored because EvaluateConditions matched condition strings case-sensitively; tokens are now lowercased before pattern matching (MacroParser.lua)