progamerz Posted January 1, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Vilius Posted January 1, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
progamerz Posted January 1, 2016 Author Share 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. Quote Link to comment Share on other sites More sharing options...