Jump to content

Algo88

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Algo88's Achievements

Newbie

Newbie (1/10)

1

Reputation

  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...