Greasy Fork is available in English.

BvS Quest Hotkeys

Quest hotkeys for BvS

作者
taltamir
日安装量
0
总安装量
32
评分
1 0 0
版本
4
创建于
2016-04-24
更新于
2016-06-19
许可证
暂无
适用于

A Script for BvS
http://www.animecubed.com/billy

Doing all those quests again and again during quicklooping was painful so I whipped up a quickkey script that lets you control it via keyboard.

Features:
1. Chrome compatible (built and tested in chrome actually)
2. Press c to recharge chakra.
3. Press d to attack, go to next step, continue (if you left quests page), attempt using the same justsu (on rolling quests), start chunin exam (on quests page), or skip chunin exam (once started), watch your shows (on quests page), or claim your snow rewards (on quest page). As well as perform some quick basic quests that you cannot fail and that need to be done often on looping.
4. If you fail a step, d is disabled to prevent wasting more stamina due to reckless clicking.
5. If quest is finished, d will take you back to quests page.
6. keypress is disabled when appropriate to prevent "you are playing too fast, let pages load" error, this also prevents slowdowns.

History:
// @history 4 clicking d also starts the quest "forest of death"
// @history 3 clicking d also starts the quests "Very Tragic Story", "Stalkergirl", "Checkmate", "junk II", "junk III", "junk IV"
// @history 2 added claiming your snow rewards, streamlined code, clicking c when out of stamina should no longer reload page
// @history 1.7 fixed watching your show (watching your shows is now quest44 not quest43)
// @history 1.6 button press will start "watching your shows" if available.
// @history 1.5 on rolling quests, will reattempt with same jutsu choice if available.
// @history 1.4 will not reload page if out of stamina
// @history 1.3 solved problem where clicking d on the quest main page reloaded it. More efficient code. press d to start and skip chunin exam.
// @history 1.2 script termination to prevent performance degredation, and to prevent accidental reloading of quests page mid quest (if clicking d too fast).
// @history 1.1 Added updateURL
// @history 1.0 Initial version