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
  • Search the Community

    Showing results for tags 'tool'.

    • Search By Tags

      Type tags separated by commas.
    • Search By Author

    Content Type


    Forums

    • Requests
    • DreamBot
      • Announcements
      • Client Support
      • Site Support
    • Community
      • General Discussion
      • Runescape
      • Spam
      • Applications
    • Scripts
      • SDN Scripts
      • Local Scripts
      • Private Scripting Shops
      • Script Requests
      • Script Management
    • Development
      • Scripting
      • Programming
    • Market
      • Vouchers / Store Credit
      • Middleman Services
      • Gold Exchange
      • Membership Sales
      • Account Sales
      • Item Exchange
      • Services
      • Graphics
      • Other
    • Management
      • Disputes
      • Appeals
      • Archive

    Product Groups

    • Donator
    • VIP
    • Sponsor
    • Scripts
      • Agility
      • Combat
      • Construction
      • Cooking
      • Crafting
      • Fletching
      • Firemaking
      • Fishing
      • Herblore
      • Hunter
      • Magic
      • Mining
      • Farming
      • Prayer
      • Ranged
      • Runecrafting
      • Slayer
      • Smithing
      • Thieving
      • Woodcutting
      • Money Making
      • Mini-Games
      • Quests
      • Other

    Find results in...

    Find results that contain...


    Date Created

    • Start

      End


    Last Updated

    • Start

      End


    Filter by number of...

    Joined

    • Start

      End


    Group


    Website URL


    Discord


    Skype


    Location


    Interests

    Found 1 result

    1. Hoodz

      WebTool

      WebTool by Hoodz Dreambot has a great web, too bad not everything is mapped (dungeon/caves). The problem is that if we want to walk around in these places we have to add the web nodes ourselves manually. This is why I created a web tool so scripters can web dungeons really fast! Features Generates code created from the web nodes * Smart node connection, connects to closest node On screen paint (mainscreen & minimap) Instructions Get the script here Start the script logged in Nearest node will be drawn green, other nodes will be blue Press spacebar to add a node. Press shift + spacebar to add a node to connect them to the next to closest node After finishing adding all your nodes simply stop the script, the generated code will be copied to your clipboard Paste the code into your script Media ​ Generated code example AbstractWebNode webNode0 = new BasicWebNode(2443, 9825); AbstractWebNode webNode1 = new BasicWebNode(2440, 9821); AbstractWebNode webNode2 = new BasicWebNode(2441, 9816); AbstractWebNode webNode3 = new BasicWebNode(2442, 9813); AbstractWebNode webNode4 = new BasicWebNode(2447, 9811); AbstractWebNode webNode5 = new BasicWebNode(2451, 9813); AbstractWebNode webNode6 = new BasicWebNode(2455, 9813); AbstractWebNode webNode7 = new BasicWebNode(2440, 9808); AbstractWebNode webNode8 = new BasicWebNode(2441, 9803); webNode0.addConnections(webNode1); webNode1.addConnections(webNode0); webNode1.addConnections(webNode2); webNode2.addConnections(webNode1); webNode2.addConnections(webNode3); webNode3.addConnections(webNode2); webNode3.addConnections(webNode4); webNode3.addConnections(webNode7); webNode4.addConnections(webNode3); webNode4.addConnections(webNode5); webNode5.addConnections(webNode4); webNode5.addConnections(webNode6); webNode6.addConnections(webNode5); webNode7.addConnections(webNode3); webNode7.addConnections(webNode8); webNode8.addConnections(webNode7); WebFinder webFinder = script.getWalking().getWebPathFinder(); AbstractWebNode[] webNodes = {webNode4, webNode3, webNode5, webNode7, webNode2, webNode6, webNode8, webNode1, webNode0}; for (AbstractWebNode webNode : webNodes) { webFinder.addWebNode(webNode); }
    ×
    ×
    • 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.