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

    Suggestion Account exchange for developers

    It would be cool if there was a way for developers to use a test account without actually having to take control of the account. Ideally, what would happen is an author would put out a bounty for an account (Must be bot author rank to put out a bounty) with the requested skills/quests and the...
  2. exia

    Request Custom bot Statistics

    Can you add a feature that will allow authors to take custom statistics of their bots. While I COULD upload to a remote server which location and ore was used, it would be nice if I could just do something like: BotStatistics.increment("West Varrok - Iron", 1); Then have that information...
  3. exia

    Request Bot Beta mode

    Can you please add a checkbox for users that will enable a "Beta Mode" for a Bot? What is beta mode? Beta mode would be a version of the bot that is compiled from the head of the author's SVN repo instead of from the revision that they have pushed into the queue. Why do I want this? I want to...
  4. exia

    Tutorial Why you should switch to a TreeBot

    Hi guys, I looked around the forums but couldn't find any tutorials or even an explanation of the newish TreeBot class and seeing as I wrote it, I figured I might as well write up an explanation of the logic. [WORK IN PROGRESS WILL BE UPDATED LATER] This thread is meant to not only inform, but...
  5. exia

    Request New view in Usage stats

    @Arbiter Can you add a new view to the usage stats graph that is duration / sessions? This would give a good indicator of how long the average user is running the script. Thanks!
  6. exia

    Request Environment available in onStart.

    @Arbiter @Cloud @SlashnHax Can you make the Environment functions: getGameType isOSRS isRS3 available on non bot threads so they can be used in onStart? These values should be known by the time the bot is started since the user has to explicitly select which version of the game they connecting...
  7. exia

    Question Disable video ads on SDK mode

    @Cloud @Arbiter I get that it only plays once when I'm start the script the first time, but I crash the client a surprising amount and watching the same video every 5 min is annoying as fuck.
  8. exia

    Resolved PlayerSense Not fully implemented.

    @Cloud @Arbiter I don't really want to remove my player sense code since all of my anti-ban relies on it. Any idea when PlayerSense will be fully functional again?
  9. exia

    Resolved Usage stats do not go passed 3 weeks

    There is a monthly and quarterly option in the usage stats graphs, but neither of them actually work because the data only goes back 3 weeks. @Arbiter @Cloud @Cloud @Arbiter any input on this? Never mind, it's just VERY bad UX where I have to manually change the range when selecting a larger...
  10. exia

    Accuracy of the mouse

    Is there any chance that you could add a function to the Mouse that will disable some of the wonky paths? I think you changed a few things for the menu interaction, but there are still have issues with misclicks. Either that, or can you expose a bit more of the Mouse.PathGenerator so that we can...
  11. exia

    PlayerSense get Seed

    Can you add a function to PlayerSense called getSeed that will generate the same seed for a forum user xor with the currently logged in RS username?
  12. exia

    Get rid of the fucking cancer

    To those of you who have taken money from the RuneRoom website. You are making the whole forums look like shit. Congrats on selling out. Also @Arbiter, he should be paying Runemate for advertisement, not the users.
  13. exia

    Spectre Beta Status

    Current Version: Open Bugs: 15 Resolved Bugs: 89 Open Suggestions: 9 Accepted Suggestions: 10 Rejected Suggestions: 8 Notable Changes:
  14. exia

    Resolved Linux stack traces

    Here is a thread for Linux specific errors: java.lang.UnsatisfiedLinkError: sun.tools.attach.WindowsAttachProvider.tempPath()Ljava/lang/String; at sun.tools.attach.WindowsAttachProvider.tempPath(Native Method) at sun.tools.attach.WindowsAttachProvider.isTempPathSecure(ep:159) at...
  15. exia

    Resolved OSX is not supported

    @Cloud I thought I would make a new thread to keep these all in one place. java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.WindowsAttachProvider could not be instantiated javafx.fxml.LoadException: /Users/John/RuneMate/temp/764414809.res...
  16. exia

    Resolved No dock Icon Os X

    There is no icon for spectre when it is on the dock in os x.
  17. exia

    Resolved Flicker "Reviews" section on a bot page

    Using os x, the Reviews section flickers a crap ton and is printing this exception: Exception in thread "JavaFX Application Thread" netscape.javascript.JSException: TypeError: null is not an object (evaluating 'document.getElementById('root').offsetHeight') at...
  18. exia

    Bug Camera somehow mixes up pitch and yaw

    @Arbiter @Cloud This is a very strange exception I"m getting: java.lang.IllegalArgumentException: Pitch must be a value between 0 and 1 which corresponds to this line: Camera.concurrentlyTurnTo((int)(Camera.getYaw() + Random.nextInt(0, 360)) % 360); So either somehow java is switching that in...
  19. exia

    Resolved getInteractionPoint returns bad points

    @Arbiter @Cloud I'm calling Interactable#getInteractionPoint() and it is occasionally returning terribly incorrect Points. For example: InteractablePoint[30909,-21685] I'm guessing it happens when the object is off screen, or something of that sort, but it would be better functionality for the...
  20. exia

    Resolved Developer Error Log Stack Traces are Obfuscated

    @Cloud @Arbiter I'm getting errors like: java.lang.NullPointerException  at scripts.ExiaMinerAIO.onLoop(vb:107)  at com.runemate.game.api.script.framework.LoopingScript.run(Unknown Source)  at com.runemate.game.api.script.framework.AbstractScript.start(Unknown Source)  at...
Top