January 28, 20179 yr does it handle doors, ladders, etc? is the stronghold of security mapped for webwalking? if so, do the bot take care of the questions? if not, whats the best method to take care of navigating the stronghold & answering the questions. I believe that's it for now...
January 28, 20179 yr it handles obstacles when traversing. And im not 100% sure but i recall alek saying he does not plan on ever supporting the stronghold of security.
January 28, 20179 yr Author 1 minute ago, House said: it handles obstacles when traversing. Good to know, do you know how it'll react to not having the key to get to hill giants in edge dung
January 28, 20179 yr Just now, Polymorphism said: Good to know, do you know how it'll react to not having the key to get to hill giants in edge dung I'm going to guess it will run around by entering the dungeon from edgeville
January 28, 20179 yr Author Just now, House said: I'm going to guess it will run around by entering the dungeon from edgeville This is awesome, I love webwalking lol. Thank you!
January 28, 20179 yr As said above, stronghold of security is not supported with webwalking. Navigating the stronghold of security is a bit of a ballache. This is how I did it: (it's a bit of a hack and most definitely not the best way to do it, but you get the idea... ) https://github.com/Gararua/BotFactory/blob/master/src/botFarm/WalkToStronghold.java
January 28, 20179 yr Just now, Auron said: As said above, stronghold of security is not supported with webwalking. Navigating the stronghold of security is a bit of a ballache. This is how I did it: (it's a bit of a hack and most definitely not the best way to do it, but you get the idea... ) Hide contents https://github.com/Gararua/BotFactory/blob/master/src/botFarm/WalkToStronghold.java Holy fuck lol hardcoding the areas, looks painful!
January 28, 20179 yr Author 2 minutes ago, Auron said: As said above, stronghold of security is not supported with webwalking. Navigating the stronghold of security is a bit of a ballache. This is how I did it: (it's a bit of a hack and most definitely not the best way to do it, but you get the idea... ) Reveal hidden contents https://github.com/Gararua/BotFactory/blob/master/src/botFarm/WalkToStronghold.java holy hell, mustve sucked writing this up. Gotta be only of the only efficient ways to do it though
January 28, 20179 yr It does not handle questions last time i checked, this will need to be handled by you. simply add a break when dialogue is visible that matches one of the questions and handle it. I'm not sure if it handles multiple levels etc, i just wrote my own webwalker instead.
January 28, 20179 yr 8 minutes ago, Precise said: It does not handle questions last time i checked, this will need to be handled by you. simply add a break when dialogue is visible that matches one of the questions and handle it. I'm not sure if it handles multiple levels etc, i just wrote my own webwalker instead. anyone max 99 slayer from your script?
Create an account or sign in to comment