Hello can some1 help me fix this?
if (mine != null){
if (mine.isVisible()){
if (getMap().canReach(mine)) {
mine.interact("Mine");
sleep(2000);
}
}else {
getLocalWalker().walk(mine);
}
}
at the (getlocalwalker().walk(Mine)) it strikes out the walk can some1 help me fix it?
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