Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 538 Bytes

File metadata and controls

executable file
·
27 lines (17 loc) · 538 Bytes

ctrl TODO

Urgent

  • Replace LibRangeCheck

Next

  • Fix Death module
  • Loot module
  • Spell cast alerts with DB.lua integration

Also

  • Error Handlers
  • Stack debugger
  • Interactive console with interpreter
  • Better memory management

Eventually

  • Better raid timers
  • Replace Plater

Then

/run if not xalfr then xalfr=CreateFrame("ModelScene", nil, UIParent) xalfr:SetPoint("TOP") xalfr:SetSize(512, 512) xalac = xalfr:CreateActor() xalac:SetModelByFileID(5159886) end xalac:SetAnimation(1138) xalac:SetPosition(2,0,0)