vsz / Cooldown-Overlay

Tracks cooldown for each key press.
7 stars 3 forks source link

(Ring) timers continue counting (invisibly) when paused #7

Closed Tschis closed 5 years ago

Tschis commented 5 years ago

Activating a life ring will start counter, if you change rings, the timer will be paused and the new ring will start counting down.

However, if you use second ring for 10s and switch back to life ring, the timer will jump 10s down instead of continually decrement.

Did not test if this is true for other cooldowns.

vsz commented 5 years ago

That is the intended behaviour. When equipping items that are not brand new, Tibia reduces countdown by 6 seconds. Check method 'track' on 'TrackedEquipment' class. Also, I suggest you try tracking actual items in game with the overlay active and verify that the cooldown on the overlay and in-game is similar.

Tschis commented 5 years ago

I did around 6 seconds testing and did not realize that was the reason. Thanks!