Open InspiredIron opened 8 years ago
+1, we need to pay attention on tibia rules to see if this is eligible or not.
I remember seeing somewhere an example of how to do something similar using the remindme@ command.
What you have to do is use AutoHotkey to set the Magic Shield command to also use remindme@3m10s@Mana Shield expiring in 10 seconds
This would show a notification telling you when mana shield is close to expiring. But I'm not sure exactly how to do that using Autohotkey. I don't remember if it was @Mytherin himself the one that posted that example.
Finally found it:
8::
Send Ctrl+{F11}
Command=remindme@3m20s@Warning!@Magic Shield Expiring!@Magic Shield
In that case, 8 is the key you would use, Ctrl+F11 is the Tibia hotkey that has Magic Shield hotkey.
Time-based spells like Magic Shield, Invisible, and even team buffs are a pain because it's relatively difficult to know when they expire unless you continually pay attention to the status bar. It would be great if Tibialyzer had the option to create a countdown timer from the time the spell is cast and a small alert when it expires. For example: After Magic Shield is cast, either a small timer for 3 minutes 20 seconds counts down to 0 or an alert just appears after the time is up.
Thank you..