Jump to content

Mysteryy

Scripter II
  • Posts

    2568
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mysteryy

  1. Its possible that something is crapping out and killing or messing up the script executor. If this happens then the client would throw an NPE because there would be no script to log to, because log is actually in Script#log(). If script doesnt exist, then you cant log. Thus the NPE on the log method. Just delete that log and do e.printStackTrace() instead. ^_^ What is inside of your try{} that could throw an exception?
  2. Good luck with your endeavors. I hope that you find adventure where ever you go in life. ^_^ Hopefully we will see you around soon.
  3. Yea I was watching it last season. I need to watch the premiere for this season still though. :P Did it just air when you posted this?
  4. Such a newb script. I bet it cant run for more than 4 minutes.Terrible code. xD Haha. Nice release, we need some more of the basic necessity scripts. I am sure you will get a good amount of users. ^_^
  5. Every time somebody likes one of your post that number will go up. ^_^
  6. It will get the job done. I am not a fan of using while loops in scripts, you should add a timeout so that if the loop runs for more than x seconds it will stop. ^_^
  7. Mysteryy

    Odd Error

    You tried to add the library to a resources package?
  8. Mysteryy

    Odd Error

    Is this a script that you are trying to make? If so what is on those lines in the class that is giving the error?
  9. Learning to script can help your learning process. I didn't even know how to use java when I started scripting, although I was fluent in other languages. I have learned so much from my time scripting. I have since taken classes and made far more complex things than scripts, but it has helped me learn. If you want to script, script. Nothing can hold you back but yourself. ^_^
  10. Thanks for the update. Looking forward to OSBots new features. ^_^
  11. Jacmob is a brilliant programmer. He had his own bot client a while back. Long story short, when the bot nuke came out, he got a functional bot back up within a few days, and jagex offered him a job.
  12. Haha, its all good man. Im just mad that I dont have internet at my house. t.t
  13. Thus what I was arguing before. Due to the fact that I have no internet at home at the moment, I couldn't prove it. Like I was saying, if the client misclicks, ie. double clicks, then it could mess up. Otherwise, it would be a safe area to click in. :P
  14. You are assuming that the client would misclick. But yes, if it did misclick it could result in any of those things, I was simply making a suggestion. There are a million places you could click, I am at work so I cant really look at runescape to see where, thus I said chatbox. ^_^
  15. Its a horrible idea because? If you clicked on the chat box it would deselect the item and have no side effects.
  16. You could just click on the chat box area if an item is selected to deselect it. :P
  17. In cmd prompt cd into the directory of your .java files. Then type in "javac *.java" this will compile all files ending in .java.
  18. Uhmm look in RandimEventExecutor. I believe there is something like .registerHooks or registerRandoms. I think that method will refresh the random hooks. Again, I'm on my phone so I'm not much help. My Internet has been out for like 12 hours now so I can't do anything. t.t
  19. So you are saying that code isn't unregistering the random hooks? I think you might have to reload the random handlers after you disable them. Is that code giving you any errors, or is it just not working?
  20. I assume when you say antiban, you really mean random event handler? If so, look in the RandomEventExecutor.unregisterHook(RandomEvent.EVENT_NAME). I'm on my phone, but I'm pretty sure that is where it is. ^_^
  21. What was the main issue? Or were the random handlers just not fully developed?
  22. Ooooh. Why are you using osbot 1? >.>
  23. I believe you are asking for something like, inventory.contains("Logs"); Or am I wrong?
  24. Thanks for clearing it up. Perhaps in the future OSB 2 could have an option to render/double buffer using the CPU, GPU, or even balanced between both, allowing the user to choose. This would let the user put the majority of the strain on the processing unit that they see most fit. If users have a higher end CPU and lower end GPU, they could choose to use the CPU for rendering and double buffering, or vice versa. It could be a nice feature to give botters the control.
×
×
  • Create New...