DH2 Fixed

Improve Diamond Hunt 2

< Feedback on DH2 Fixed

Question/comment

§
Posted: 09.03.2017
Edited: 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.

§
Posted: 09.03.2017

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

ZorbingAuthor
§
Posted: 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.

§
Posted: 09.03.2017

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

Post reply

Sign in to post a reply.