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.

发表回复

登录以发表回复。