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. R

    Rambo Fisher [Deleted]

    This resource has been removed and is no longer available.
  2. R

    Resolved How to check for open interface?

    Not specifically, but this is really helpful as well! Thank you. ChatDialog.getContinue() returns a Continue object, I assume you can cast this to InterfaceComponent? It doesn't help that there isn't much explanation in the API. It was a question in general, but his suggestion is still very...
  3. R

    Resolved How to check for open interface?

    Thanks! Works perfectly.
  4. R

    Question Best way to share variables among tasks (TaskBot)?

    Definitely gonna try it next time! I've seen some examples and I can definitely see the appeal.
  5. R

    Question Best way to share variables among tasks (TaskBot)?

    That's cool, I honestly didn't even know about TreeBot lol, it looks really convenient. Is TreeBot the way to go then?
  6. R

    Question Best way to share variables among tasks (TaskBot)?

    Yeah thanks, I accomplished it using the root bot object. :) Just wondering, if you're not using TaskBot, what are you using then? LoopingBot?
  7. R

    Question Best way to share variables among tasks (TaskBot)?

    I mean I can hack it with static variables obviously but I was kinda looking for the proper way to do it, or if I shouldn't be splitting it up if I need shared variables.
  8. R

    Resolved How to check for open interface?

    That's... what I'm doing? What do you mean exactly?
  9. R

    Resolved How to check for open interface?

    Let's say I wanted to detect this interface. This is what I tried: interface = Interfaces.newQuery().texts("Congratulations").results().first(); But it just returns null, while being logged in with the above interface visible. What am I doing wrong here? Do ChatboxInterfaces use a different...
  10. R

    Question Best way to share variables among tasks (TaskBot)?

    What would be the best way to share variables among tasks using TaskBot? For example when interacting with an npc or object, I'd like to turn "moving the camera" and "walking" into separate tasks, so the target entity has to be shared among these tasks. Is there a proper way to do this or...
  11. R

    Resolved Check if shift-dropping is enabled?

    Is there a way to check if shift-dropping ingame is enabled? Would be much appreciated.
  12. R

    Resolved Checking for NPC "shout"?

    Does the client support checking for NPC shouts? With shout I mean overhead chat (not chatbox), if that makes any sense. For example when a random event calls your name, is there a way to check for that?
Top