DreamBotQuester is a powerful Java library that allows players of the popular online game, RuneScape, to automate their quests using the DreamBot API. With a range of tools for interacting with the API and executing tasks in the game, DreamBotQuester is an ideal choice for players looking to save time on tedious quests or optimize their progress.
MIT License
16
stars
4
forks
source link
Added API variables String lastDialog and String[] lastDialogOptions … #3
…which get updated when API method observeDialog() is called, and prints out every new dialog one time. Also added method API.chooseOption(String...) which you pass any possible options to choose and returns true if see an option. If no options match it prints out passed options and visible options to see diff.
…which get updated when API method observeDialog() is called, and prints out every new dialog one time. Also added method API.chooseOption(String...) which you pass any possible options to choose and returns true if see an option. If no options match it prints out passed options and visible options to see diff.