Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. ok so keep this in the onStart GUI window = new GUI(); Your gui class extend JFrame so use it. What you did was created a new jFrame instance instead of using the classes JFrame. So delete frame = new JFrame(); private JFrame frame; you will get a few error with "frame." simply remove it and it should be good. finally at the end of gui constructor the last line should be Gui() { //stuff setVisible(true); } no need for setVisible in the onstart since its in the constructor
  2. change window.frame.setVisible(true); to window.setVisible(true);
  3. remove public static void main(String[] args) { GUI window = new GUI(); window.frame.setVisible(true); } in the main class create a simple instance of the gui GUI window = new GUI(); then in the onstart you make it visible window.frame.setVisible(true); and incase you are waiting for gui to end before you continue with the script. in the onloop add a simple isVisible() boolean check
  4. sA.myPlayer().getHealth() > 60 this is what killing you because use the skill hp. method above only updated data when hp bar is visible i believe
  5. but really its because hes mean
  6. im in college and i share a laptop with my brother. i work on scripts when i have time :P plus i go out and do my own shit too <-- give me less little time
  7. seeing as there isnt much prayer script. I use to have one in OSB1 but there isnt much demands. I was looking through my old code and was looking for prayer data and stuff to release to the community. ps. i was looking for ecto funtus but i lost that data. i found house altar. pps. its older data so check it out and stuff. Plus im sure some methods have changed. ppps. it isnt complete i was porting it over but it has enough data. Data sub-Script class this is osbot 1 data so youll need to convert it to osbot 2
  8. then how you releasing so many scripts
  9. forreal. op reason why i said just no was: im on the same boat. Plus divinity does a great job at what he does.
  10. please no Adding new script isnt as easy as pushing updates. Which is why it is not a quick process.
  11. That's client issue not script issue.
  12. bump i still need this
  13. Maxi have you release any new classes yet. Or you guys still working in that?
  14. Check this out http://osbot.org/forum/topic/64571-safe-cracker/?p=709092
  15. It another nothing cut that butch off
  16. Joseph

    Mirror mode?

    have fun reading http://osbot.org/forum/topic/66803-what-is-osbots-mirror-client/
  17. i know why and ill tell you so you can change it quick. I just noticed it in my script too lol Dragon hide name has changed. from green d-leather to green dragon leather. Thats all so fix that it only change the name of the dragons type.
  18. In case you didn't know, open up a RS client on your web browser
  19. I didn't know about the clan bots that's nice
×
×
  • Create New...