It never worked for a long period, as I told you.
Weither I use your version or the generic version of GetSkillBarSkillRecharge(), if acts the same:
- either it returns correct values in miliseconds
- or it returns weird values like "429500091" or "4294996496" or shit like that.
The pattern in the wrong number always looks the same, its a really long number (10digits?) that makes no sense when you look at it
Sometimes it works, sometimes it doesn't.
But once it works, it doesn't stop working until I close the script.
And once it doesn't work, it won't work suddendly during the farming.
As for how I use it, well as simply as its possible to use it:
Code:
if GetSkillBarSkillRecharge(8) < 4500 Then
Hope its clear