lancelot Posted August 30, 2019 Share Posted August 30, 2019 Thanks. Quote Link to comment Share on other sites More sharing options...
Czar Posted August 30, 2019 Share Posted August 30, 2019 Well the loop (onLoop) is the script’s refresh rate, so if you return 1 it will refresh every 1ms, which is 1/600th of a game tick, you can change it to any value. Now, if you are talking about having a separate tracker purely to check health, you need to make use of Threading, in which I can explain how. Quote Link to comment Share on other sites More sharing options...
DylanSRT Posted August 30, 2019 Share Posted August 30, 2019 9 hours ago, lancelot said: Thanks. If you're planning on making some sort of pking script that eats for you etc.. it's much more practical to just use AHK. I'm speaking from experience. Quote Link to comment Share on other sites More sharing options...
lancelot Posted August 31, 2019 Author Share Posted August 31, 2019 (edited) ok, not really for eating, just the status of who is getting the next first hit. It also does thing sort of out of order, like when you go mine a rockfall would it not make sense that youre going to another area where there are more rocks? Instead it stands still and runs back to the area you were just in further and then mines where you just were. Edited August 31, 2019 by lancelot Quote Link to comment Share on other sites More sharing options...