WCL Speedrun UI container

WCL Speedrun UI container

0 Downloads

WCL Speedrun UI container

Install

  1. Import API aura https://wago.io/WCLSpeedrunAPI
  2. (Options)Decompression WotlkBossTGA.zip and copy folder into World of Warcraft\_classic_\Interface\

You can find this file on https://discord.com/channels/180033360939319296/966663992191885372/1034139005626876015

  1. Restart the game

Debug UI

  1. Force START 25-man NAXX speedrun

/run WeakAuras.ScanEvents("SPEEDRUN_STARTIME_UPDATE",533,GetTime(),4)

  1. STOP speedrun and update total time (Without trash add time)

/run WeakAuras.ScanEvents("SPEEDRUN_STOP", 533, 3600, 4)

  1. Clear Data

/run WeakAuras.ScanEvents("SPEEDRUN_RESET",true)

  1. Update encounter killed total number

/run WeakAuras.ScanEvents("SPEEDRUN_ENCOUNTER_UPDATE", 0, 15)

  1. Update trash killed total number and add time

/run WeakAuras.ScanEvents("SPEEDRUN_TRASH_TOTAL_UPDATE", "Total", 15, 525, 7200, 10)

  1. Update current map id and hide irrelevant data

/run WeakAuras.ScanEvents("SPEEDRUN_MAP_CHANGED", 163)

  1. Update trash killed number

/run WeakAuras.ScanEvents("SPEEDRUN_TRASH_MAP_UPDATE", "染疫蜘蛛", 50, 110, 163)

or

/run WeakAuras.ScanEvents("SPEEDRUN_TRASH_UPDATE", "染疫蜘蛛", 50, 110, 163)

  1. Update encounter killed time and total time

/run WeakAuras.ScanEvents("SPEEDRUN_TIME_UPDATE", "黑女巫法琳娜", 600 , 163)

  1. Update encounter killed time without total time

/run WeakAuras.ScanEvents("SPEEDRUN_ENCOUNTER_MAP_UPDATE", "黑女巫法琳娜", 600 , 163)

  1. Start encounter timer

/run WeakAuras.ScanEvents("ENCOUNTER_START", 1114, "克尔苏加德", _, _, 0)

  1. Stop encounter timer

/run WeakAuras.ScanEvents("ENCOUNTER_END", 1114, "克尔苏加德", _, _, 1)