Jump to content

KEVzilla

Members
  • Posts

    175
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by KEVzilla

  1. Run OSBot in debug mode if you aren't already and post the stacktrace.
  2. What if you move the while loop into the overridden onLoop method?
  3. Need to see the UI class. Are you using #dispose?
  4. It uses the Fonts available in your system afaik.
  5. Alright then how are we supposed to help? By guessing your code?
  6. Oh my god. You remember me RoRo? The Kevin from years back!? If you are the one from YT networking. =P
  7. In your Script class where you extend Script... final DoorHelper helper = new DoorHelper(this);
  8. Well first you have to make a method that will calculate a Entity's position to a Point of the minimap. Then you can just draw this point in the onPaint method.
  9. Store the value. And probably in your onLoop method you could do like... if (newValue > oldValue)....
  10. Wanna know this as well. My skiller has 97 fishing (by just testing my fishing script, lol)
  11. http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ Edit: nevermind. If you want I can assist you writing your own script.
  12. for(Player player : getPlayers().getAll()){ Why do you need to get all players nearby? And you could use a Timer class (which you would have to implement yourself) or.. use the /general/ Timer class of a few years back: https://github.com/dunnkers/RSBot-API/blob/master/util/Timer.java
  13. Or.. OP needs to finish his script.
  14. Was gonna check this script for some constructive feedback for you, but upx.nz is down. =/ OP: keep them scripts going!
  15. You can always try to write and sell your scripts. Nobody will stop you buddy.
  16. Well, yes and no. Since I dont use PayPal and don't own much rsgp.. lol
  17. Nice work and designs. But I don't see any prices listed..
  18. Congrats man. What's your next script? ;)
×
×
  • Create New...