Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. vonjoss

    Question Event Listeners

    Yeah, you are absolutely right. Was just doing it for me at the moment not for the store, still trying to figure out the API. Never wrote a bot for a runescape with a API, wrote one with image recognizion in python about 10 years ago. Coming back to the initial topic, any ideas on the Events...
  2. vonjoss

    Question Event Listeners

    I checked .getlisteners right away and it gets added. Where do I get the "non" deprecated code? Or do you mean only the .getLogger is deprecated? If so, Its just there for debugging purposes.
  3. vonjoss

    Question Event Listeners

    I am quite certain, because I see the onStart() method log with a message "Done" and now when I added a log saying "Started" at the beginning, I can also see that new log line after running the bot. But maybe there is more definitive way to tell?
  4. vonjoss

    Question Event Listeners

    Hi, For the life of me I cant get the EventListeners to work. I found this post which I think steered me in right direction, but still I cant log out anything in the event methods and my debugger wont stick inside those methods either. But it did not seem to help me. Resolved - Event listener...
Top