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

    Resolved Limit of Bots Exceeded

    I dont understand why you cant just check every 5 seconds if a client has disconnected, its not like its going to hurt the server... I dont understand why you cant just check every 5 seconds if a client has disconnected, its not like its going to hurt the server... lol
  2. mad

    Bug 2 instances stuck (resolved)

    lol how is this still an issue I dont understand why you cant just check every 5 seconds if a client has disconnected, its not like its going to hurt the server...
  3. mad

    Tutorial TreeBot example

    When is successTask() and failureTask() executed? Doesn't say anywhere in the code Edit: nvm read the api docs, makes sense, but this isn't really much different than the node framework with parent / child relationships.
  4. mad

    RuneMate 2.0 Spectre

    Whats the expected release for runemate genesis?
  5. mad

    Question Bot Handler

    I dont understand why you'd need to do all that? Runemate has quickstart parameters that allows you to run a script when runemate is fully loaded... And once script is running, have it connect to ur server, BAM now u know the client is loaded.
  6. mad

    Resolved Account instance sticks for multiple hours after closing?

    I'll give it a shot, I wasn't aware that system.exit was a safe way to do it. Thought maybe the instance was only terminated by an onClick or something on the exit button. Thanks.
  7. mad

    Resolved Account instance sticks for multiple hours after closing?

    The app I have destroys RuneMate running by calling System.exit, there isn't really a way that I can manually click the X button, and no real way to programmatically do it afaik, unless it is apart of the runemate API?
  8. mad

    Resolved Account instance sticks for multiple hours after closing?

    You are missing the point, the IP's are not relevant to the situation. Even if I forcefully shut down and instances on the same IP, it still would have the same result.
  9. mad

    Resolved Account instance sticks for multiple hours after closing?

    The IP's aren't the issue I'm having, it doesn't have anything to do with the runemate instances, my system is setup perfectly for how I need it, just one issue of the instances not letting me run a bot :(
  10. mad

    Resolved Account instance sticks for multiple hours after closing?

    They are being rebuilt because I need fresh IPs. I remove the vps's (closing all the clients), then wait 15 mins to rebuild, so it gives about a 20 minute window before it tries to re-open runemate, but still doesn't seem to let me.
  11. mad

    Resolved Account instance sticks for multiple hours after closing?

    All the java processes are being destroyed because my VPS's are being rebuilt every 30 minutes, the clients are being unsafely closed, but there aren't any java processes open. I can't manually close them due to them being on a remote server. It seems that all yesterday, for over 6 hours it said...
  12. mad

    Resolved Account instance sticks for multiple hours after closing?

    I have 12 instances, and it won't let me run any clients at the moment because it says I have reached my limit of 12, even though not a single client has been running for over an hour. Why does the instance stick for so long? What can I do about this? @Cloud @Arbiter
  13. mad

    Resolved Dimension doesn't change the canvas size on linux

    I'm starting the client with the dimension arguments: -dimensions=123x123 But it doesn't seem to have any effect on CentOS XFCE
  14. mad

    Question Request - GE Api.

    You can't make one? You have the tag "Bot Author", so i would assume you'd be more the capable of it if needed so bad. Its really easy if the GrandExchangeOffers are hooked in the client (idk if they are). You can get alot of data from that array. Also you can use settings to get the current...
  15. mad

    Resolved Syncing with RuneMate Cloud

    Just sits indefinately, what do misc?
  16. mad

    Resource Simple addition to the node framework

    public class ModuleWrapper { private LinkedHashMap<Condition, ArrayList<Module>> arrayListMap = new LinkedHashMap<>(); public ArrayList addModuleList(Condition condition) { return arrayListMap.put(condition, new ArrayList<>()); } private ArrayList<Module> getMapKey(int...
  17. mad

    Possible to use other people's classes?

    Check out https://floobits.com
Top