NotSinan / DreamBotQuester

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

Romeo can roam in the varrock general store. #28

Open NotSinan opened 1 year ago

NotSinan commented 1 year ago

Romeo can roam in the varrock general store. Player is unable to speak with him if the doors are closed.

Dreambotter420 commented 1 year ago

Suggestion: add reachable check in QuestHelper method goAndTalkToNPC to only interact after NPC is reachable, otherwise attempt to open any doors via Walking.walk(NPC) call. Also make the defined area to find him in larger if necessary.

NotSinan commented 1 year ago

Good idea. I will fix implementation when I get the chance.

Suggestion: add reachable check in QuestHelper method goAndTalkToNPC to only interact after NPC is reachable, otherwise attempt to open any doors via Walking.walk(NPC) call. Also make the defined area to find him in larger if necessary.