DH2 Fixed

Improve Diamond Hunt 2

< Σχολιασμός για τον κώδικα DH2 Fixed

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 09/03/2017
Επεξεργάστηκε: 11/03/2017

Feature suggestion - Combat timeout

It would be nice if there was a rest timer in the notification area indicating how long a player has left until they can fight again.

Some sample code: var cooldown = window.combatGlobalCooldown; console.log(Math.floor(cooldown/60)+":"+(cooldown%60<10?"0":"")+cooldown%60);

I have vague recollections of this cooldown somehow showing up when I lost a fight, but I'm not 100% confident on that.

§
Δημοσιεύτηκε: 09/03/2017

Something similar for earliest farming cooldown (e.g., farmingPatchGrowTime1-farmingPatchTimer1) and earliest treetime (e.g., treeGrowTimer1 - ???) would also be helpful.

ZorbingΔημιουργός
§
Δημοσιεύτηκε: 09/03/2017

I'm not sure whether I should add this stuff, since DH2QoL does there a very good job.

I'm currently using both scripts together and they work very well together.

§
Δημοσιεύτηκε: 09/03/2017

Fair enough. I didn't know DH2QoL existed until now.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.

长期地址
遇到问题?请前往 GitHub 提 Issues。