itsdax / Runescape-Web-Walker-Engine

A navigation engine for OSRS written for TriBot
https://tribot.org/
Apache License 2.0
81 stars 39 forks source link

Doom handler #169

Closed GeniuSKilleR95 closed 1 year ago

GeniuSKilleR95 commented 1 year ago

if the path is generated while the doom is open interface ( 560 ) in my case and it need to handle object ( stairs, door , etc ) it will ignore the doom and try interact with the object through the interface

FALSkills commented 1 year ago

Hey @GeniuSKilleR95, just wondering, are you running a local daxwalker library or the remote one? If local, can you try adding a line here and let me know if that fixes it: https://github.com/itsdax/Runescape-Web-Walker-Engine/blob/8c66e25343fb1dde6565ca59d912860756c7da61/src/main/java/dax/walker_engine/interaction_handling/PathObjectHandler.java#L392

The line to add: DoomsToggle.handleToggle()