DH2 Fixed

Improve Diamond Hunt 2

< 腳本DH2 Fixed的回應

提問/評論

§
發表於:2017-03-09
編輯:2017-03-11

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.

§
發表於:2017-03-09

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

Zorbing作者
§
發表於:2017-03-09

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.

§
發表於:2017-03-09

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

發表回覆

登入以回復