Jump to content

Search the Community

Showing results for tags 'webwalk'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSBot
    • News & Announcements
    • Community Discussion
    • Bot Manager
    • Support Section
    • Mirror Client VIP
    • Script Factory
  • Scripts
    • Official OSBot Scripts
    • Script Factory
    • Unofficial Scripts & Applications
    • Script Requests
  • Market
    • OSBot Official Voucher Shop
    • Currency
    • Accounts
    • Services
    • Other & Membership Codes
    • Disputes
  • Graphics
    • Graphics
  • Archive

Product Groups

  • Premium Scripts
    • Combat & Slayer
    • Money Making
    • Minigames
    • Others
    • Plugins
    • Agility
    • Mining & Smithing
    • Woodcutting & Firemaking
    • Fishing & Cooking
    • Fletching & Crafting
    • Farming & Herblore
    • Magic & Prayer
    • Hunter
    • Thieving
    • Construction
    • Runecrafting
  • Donations
  • OSBot Membership
  • Backup

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location:


Interests

Found 2 results

  1. Hi, Everytime when webwalk is executed, it's searching for quests / inventory too fast and it's raising concern about my bot detection. One of my bots had been immediately banned the moment it started webwalk. May be coincidence but just to be safe, any way to disable it quest/inventory search ? I have tried setting all to false but it's still searching quest: WebWalkEvent event = new WebWalkEvent(Area); PathPreferenceProfile ppp = new PathPreferenceProfile(); ppp.checkBankForItems(false); ppp.checkEquipmentForItems(false); ppp.checkInventoryForItems(false); ppp.setAllowCharters(false); ppp.setAllowFairyRings(false); ppp.setAllowGliders(false); ppp.setAllowSpiritTrees(false); ppp.setAllowObstacles(false); ppp.setAllowTeleports(false); event.setPathPreferenceProfile(ppp); execute(event);
×
×
  • Create New...