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

    Question Best way to deal with methods that can throw NullPointers

    IntelliJ automatically offers this: Maybe it can help.
  2. taarun

    Question Copy Constructors?

    Sorry dude, I didn't understand that. Is object lifecycle long or short? Or are you saying that frequent queries are a bad practice? Or you saying it's good either way, because it doesn't put load on the CPU.
  3. taarun

    Question Copy Constructors?

    Do the GameObjects, Npcs and other entities have copy constructors? I tried, couldn't find. If not, is there a way to save query results permanently? Or at least for the duration of the bot? So that the branches/leaves don't have to constantly query the exact same object everytime. Because...
  4. taarun

    Question How to interact with the bank or with an NPC as soon as possible?

    Okay, I'm not a Bot Author, but I have written quite a few for myself. No expert. I guess I can suggest a few things. 1. You can try using a GameObject query for Counter/Chest, or an Npc query for Bankers. 2. Just turn the camera to the LocatableEntity if it is != null. Skip Visibility check...
Top