Noobs.speedrun timer
特性
- 和WCL规则保持同步,在每个副本载入对应的竞速规则并创建计时条
- 支持离线存储,支持掉线、出本、重置继续计时,并自动记录最佳成绩
- 在关键节点完成对应单位的击杀后,更新展示进度反馈
- 支持中、英文切换
安装
- 依赖
WeakAuras-ItemUseStores
插件(作者 HopeAsd)用于离线存储数据,将该插件放置在World of Warcraft\_classic_\Interface\Addons
下面
插件维护地址 https://www.curseforge.com/wow/addons/weakauras-itemusestores/
- 需要导入公会logo材质文件
Noobs.tga
,并放置在World of Warcraft\_classic_\Interface\
下面
素材为tga格式,大小为 256x256
- 大退以保证插件、材质载入
- /wa 找到本WA,在组配置项里修改锚点、坐标、缩放,在自定义选项里修改语言
- 如果需要手动调整预置时间,可以在副本对应的子WA>动作>初始化里,修改每个boss的时间,单位是秒
boss时间可用CLA、NoobsWCLAnaylizer等工具来导出计算
控制
- 重新开始计时条
/run WeakAuras.ScanEvents("SPEEDRUN_RESTART",true)
- 重置计时条和历史记录
/run WeakAuras.ScanEvents("SPEEDRUN_RESET",true)
Features
Synchronize with WCL rules, load the corresponding speedrun rules in each raid zone and create timer bars
Support continue timing when leave raid zone,log out and raid reset , automatically record the best record
Update and display progress when each boss is killed
Support Switching between Chinese and English
Install
- Depend on
WeakAuras-ItemUseStores
addon (author HopeAsd) to save data offline, place the addon under the path 'World of Warcraft\_classic_\Interface\Addons
Addon maintenance address https://www.curseforge.com/wow/addons/weakauras-itemusestores/
- Import the guild logo
noobs.tga
file and place it under the pathWorld of Warcraft\_classic_\Interface\
The logo must be a tga file and the size is 256x256
Restart the game to ensure addon and logo loading
Input /wa and find this wa .Change the anchors, coordinates, and scaling in the group configuration TAB. Change the language in the custom option TAB
If you want to manually change the default time, you can change the time of each boss in seconds in the corresponding sub-WA > Action > Initialization
Boss time can be calculated using tools such as CLA or NoobsWCLAnaylizer
Control
- Restart the timer
/run WeakAuras.ScanEvents("SPEEDRUN_RESTART",true)
- Reset the timer and clear history
/run WeakAuras.ScanEvents("SPEEDRUN_RESET",true)