Hi, I have basically scripted a fully working iron power miner. The only problem I am having right now is if someone tries to snipe my spot, and we are mining the same ore and he mines it before me.
Basically what happens is my script checks to see if player is animating/skilling before mining a new ore. So if the other player mines the ore that my player is currently mining, the script stalls until it stops skilling. Which is a default time (decently long) set by jagex. I need to figure out how to make a check that the current ore being mined still has ore in it.
Any ideas? Im still playing around.
Using the devkit in VRM, i found that the minable iron node getid=11365 and non mineable getid=11391. maybe u can use these in your interaction or special interaction nodes to click and/or hover to get the iron faster.
i haven't tried i just looked for something usable by those nodes that changed.