Jump to content

Jewlz

Members
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Jewlz

  1. I would let the scripters of the scripts you're using know. Keep in mind scripters also add their own links which changes the original webwalker's behavior. So if you're having trouble, the first thing to do is file a report with the scripter, who can then determine the whether the cause is OSBot or the script and forward it onto us. Once we verify it's a bug in the client, then we can fix it.

    If you're having trouble with it on your own script, then you can file your own bug report here.

    Using my own script I wrote, its a bug with the client web walking for sure

     

    I cant start a thread in that forum area..

  2. It's still spam clicking the minimap at the start of the walk path sometimes, especially at edgeville bank walking to barbarian village

    • Like 2
  3. The web walking spam clicks the minimap when it starts its walk path

     

    Happens in every location

     

    happens in latest osbot version 2.4.52

     

    Nothing in description log

     

    using 

     

    WebWalkEvent toDestination = new WebWalkEvent(node, w);
                sleep(random(500,1000));
                toDestination.setBreakCondition(new Condition() { 
                @Override
                    public boolean evaluate() 
                    {
                        if(myPlayer().getPosition().distance(w) <= ro)
                        {
                            return true;
                        } else {
                            return false;
                        }
                    }
                });
                execute(toDestination);
            }
  4. I'm developing a script and web walking keeps saying it cannot find the path to the destination (Edgeville) even though it can walk to the bank from the fishing spot but cant walk back

     

    Any reason for this?

     

    edit: using inodeadvanced btw

×
×
  • Create New...