October 8, 201312 yr So i decided to use the path walking giving by the API, but i've encountered a problem, it walks perfectly in till it crosses this bridge and then stops and no matter what coordinate i put for the next position to walk to it wont move Any ideas whats up or whats wrong? i've tried like 10 different positions and it never gets past that one point in the array
October 8, 201312 yr Are there any errors produced? Maybe throw up an example of your code so we could further help.
October 8, 201312 yr Author public boolean gotToPath() throws InterruptedException { return main.walk(pathway, false, 15, true); } no errors Edited October 8, 201312 yr by LifezHatred
October 8, 201312 yr Author can anyone describe how the API pathing works, and as to why it wont click coordinates in heavy object areas even if you place a coordinate without an object on it?
October 8, 201312 yr If you talk about what I think, then this is a bug in OsBot, i created topic about it (but moderator sent it to Scripting Issues). You can thread.interrupt() if walking too long, maybe it will help. See call stack when your bot freezes, if it in somewhere walk(...) then walking API freezed your tab.