Achilles9 0 Posted November 12, 2022 Hey my friends! What I am looking to do is to write something similar to how Dreambot handles random event dismissal, i.e. an observer that executes and interupts the onloop thread thus stoping the current executing action or wait condition in order to dismiss the npc. I am wanting to do something similar to that but observing the wave child widget becoming un hidden, and then tether itself. I can handle the observer behavior; just need to know how the interuption is happening, if I am needing to manage multiple threads or if I can register the method as a delegate somewhere. thanks.
Achilles9 0 Author Posted November 14, 2022 found exactly what im looking for, just need to implement the PaintListener interface and override the RandomSolver class. https://dreambot.org/javadocs/org/dreambot/api/randoms/BankPinConfirmSolver.html
Recommended Posts
Archived
This topic is now archived and is closed to further replies.