progamerz Posted January 1, 2016 Posted January 1, 2016 Hello i have a essence miner script and it 100% done but i wanna make it when it enters the cave webwalk to the nearest essence mine not always same 'x,y,z' Some one can help me? Thanks, Progamerz
Vilius Posted January 1, 2016 Posted January 1, 2016 Why not just get the object of the rock and walk to it? I.E RS2Object rock = getObjects().closest("Essence rock"); getLocalWalker().walk(rock); couldn't that work for you?
progamerz Posted January 1, 2016 Author Posted January 1, 2016 Why not just get the object of the rock and walk to it? I.E RS2Object rock = getObjects().closest("Essence rock"); getLocalWalker().walk(rock); couldn't that work for you? oh ty will try it.