AaronPoon / essence-running

BSD 2-Clause "Simplified" License
1 stars 3 forks source link

Add Tick-based Magic imbue timer that corrects itself when delayed by interface stalls #13

Closed farhan1666 closed 3 years ago

farhan1666 commented 3 years ago

One of the most frustrating things when doing RC with runners is when you don't know when you can imbue, as the current in game timer one does not account for the null tick where you cannot cast imbue or craft runes. There is also a delay that occurs when trading halfway through magic imbue which is not accounted for by the default timer. This timer fixes both of these problems by counting in ticks all the way down to -1, and correcting itself when delayed by interfaces.