Polymorphism Posted January 28, 2017 Share Posted January 28, 2017 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... Quote Link to comment Share on other sites More sharing options...
House Posted January 28, 2017 Share Posted January 28, 2017 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. 1 Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted January 28, 2017 Author Share Posted January 28, 2017 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 Quote Link to comment Share on other sites More sharing options...
House Posted January 28, 2017 Share Posted January 28, 2017 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 Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted January 28, 2017 Author Share Posted January 28, 2017 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! Quote Link to comment Share on other sites More sharing options...
Auron Posted January 28, 2017 Share Posted January 28, 2017 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 1 Quote Link to comment Share on other sites More sharing options...
House Posted January 28, 2017 Share Posted January 28, 2017 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! Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted January 28, 2017 Author Share Posted January 28, 2017 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 Quote Link to comment Share on other sites More sharing options...
Magarac Posted January 28, 2017 Share Posted January 28, 2017 That's amazing though! Good to know for the future ;) Quote Link to comment Share on other sites More sharing options...
Precise Posted January 28, 2017 Share Posted January 28, 2017 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. Quote Link to comment Share on other sites More sharing options...
imstakingallday Posted January 28, 2017 Share Posted January 28, 2017 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? Quote Link to comment Share on other sites More sharing options...