WA发布 发表于 2023-6-11 21:23:18

WCL Speedrun UI simple

WCL Speedrun UI simple


Install



[*]Import API aura https://wago.io/WCLSpeedrunAPI

Debug UI



[*]Clear Data



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




[*]START 10-man NAXX speedrun



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




[*]Update trash killed total number and add time



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




[*]Update encounter killed total number



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




[*]Start encounter timer



/run WeakAuras.ScanEvents("ENCOUNTER_START", 1110, "Grand Widow Faerlina", _, _, 0)




[*]Stop encounter timer



/run WeakAuras.ScanEvents("ENCOUNTER_END", 1110, "Grand Widow Faerlina", _, _, 1)




[*]Update encounter killed time and total time



/run WeakAuras.ScanEvents("SPEEDRUN_TIME_UPDATE", "Grand Widow Faerlina", 600 , 163)




[*]Update death count and death time



/run WeakAuras.ScanEvents("SPEEDRUN_DEATH_UPDATE", 2 ,60 )




[*]STOP speedrun and update total time (Without trash add time)



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


页: [1]
查看完整版本: WCL Speedrun UI simple