Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Web nodes for lumby 2nd/3rd floor missing?


    BeepBoopBop

    Recommended Posts

    At some point over the last few weeks, the web nodes allowing for web walking to navigate the staircases in lumby castle seem to have been removed. One function of my script banked at lumbridge and walked using web walking. This used to work, but appears to be broken now.

    No script is executing in the screenshots below, so no script would've removed these nodes accidentally.

    image.png.c8a82c0a9acb58f6181bfbdbeaab7a26.png

    image.png.df07c10040ee0558351eaf8ff04bd599.png

    image.png.916b13991d06929734386c6820829b0f.png

    Link to comment
    Share on other sites

    its use local pathfinders .

      LocalPath<Tile> test2 = Walking.getDijPathFinder().calculate(start, finish);
     	java.util.Map<Tile,PathObstacle> testpo = test2.obstacles();
        java.util.Map<Tile,PathObstacle> testpo = test2.obstacles();
            MethodProvider.log("testpo size + " + testpo.size() );
    
    
            for(java.util.Map.Entry item : testpo.entrySet()){
    
                MethodProvider.log("testpo  tile  + " + item.getKey());
                PathObstacle potest =  testpo.get(item.getKey());
                MethodProvider.log("potest  getName()  + " + potest.getName());
                MethodProvider.log("potest  getAction()  + " + potest.getAction());
            }
        
    Quote

    16:01:29: [SCRIPT] testpo  tile  + (3205, 3229, 1)
    16:01:29: [SCRIPT] potest  getName()  + Staircase
    16:01:29: [SCRIPT] potest  getAction()  + Climb-up
    16:01:29: [SCRIPT] testpo  tile  + (3205, 3229, 0)
    16:01:29: [SCRIPT] potest  getName()  + Staircase
    16:01:29: [SCRIPT] potest  getAction()  + Climb-up
    16:01:29: [SCRIPT] test + 11

     

    Link to comment
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.