WA发布 发表于 2023-6-11 21:21:06

WCL Speedrun UI container

WCL Speedrun UI container


Install



[*]Import API aura https://wago.io/WCLSpeedrunAPI
[*](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




[*]Restart the game

Debug UI



[*]Force START 25-man NAXX speedrun



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




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



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




[*]Clear Data



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




[*]Update encounter killed total number



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




[*]Update trash killed total number and add time



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




[*]Update current map id and hide irrelevant data



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




[*]Update trash killed number



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



or



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




[*]Update encounter killed time and total time



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




[*]Update encounter killed time without total time



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




[*]Start encounter timer



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




[*]Stop encounter timer



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


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