Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. I'll look into this I think I know where I missed up at lol. I might be able to add in that suggestion
  2. could anybody supply me with a download link. Which one the newest one?
  3. lol i want to experiment with other IDE, but eclipse the bae.
  4. I never asked anybody for more auths but i think everybody get at least 10. I had more then 5 at a time. For the timer i dont know, it says it's allowed but i never knew how to do it. Finally you should move this thread into the community discussion just how i have mine.
  5. ive been computer-less for the last three days. One of the hinges were loose so i took it to the shop, they gave me a newer computer (the same type) with all my data in one folder. Long story short im back on the grind again. Currently i have to download all my apps. Except an update on my crafter script, some snippets, and more of me on the forum lol. For scriptwriters: Give me an idea of a good IDE. Ive used to use eclipse i like it, but i would like some change. If you could provided me with a download link too would be great.
  6. I love api updates, I get to work with new things.
  7. A couple suggestions.If mgi is done, you guys should calbo with him and create to some sort of web walker. I would really love this. Also, someone said something about saving account info. Or even when you add in a person account info in the client you should add in a preferred world. Since we have to choose an account before opening a tab. You could use the preferred world. Last but not least check into adding in the sdn script manifest when you choose your scripts. We know local scripts work but not the sdn one. thats all I could think of right now. Thanks for hearing me out
  8. On to the next update :p, I would love to see some api improvement/add-ons. Thanks alek, I'm not trying to push anything
  9. I know and I have 4 people in my house that uses internet. The struggle
  10. I'm on the same boat50 ping, 0.32 upload, 2.83 download
  11. Naw all I did was the same as before but I actually used the built in sleep method which I over looked
  12. I edited my op. Could you supply me with an example. i got it to work
  13. Could you explain to me how it works. I understand the logic but how do I use it in my script. I tried using it after an interaction. It wasnt spam clicking, but it didn't sleep until the condition was inverted.
  14. why dont you use a condition sleep? http://osbot.org/forum/topic/55688-how-to-use-conditional-sleep/
  15. Joseph

    OSBot 2.2.30

    Here's a motivation boost, you can do it big buddy
  16. Joseph

    OSBot 2.2.30

    So from the last version until now, nothing been updated, except for what was suppose to be in the last update. You guys didn't include anything else?
  17. The process is correct but the time limit is wrong, I do it until I feel like taking it off, any time after at least a day
  18. Joseph

    OSBot 2.2.29

    Timed for version 2.2.3
  19. when you created the private field feathers GroundItem Feathers = groundItems.closest(feather); the private field was never initialized. It would of been better if you created a local variable and use it. case PICK_UP: GroundItem Feathers = groundItems.closest(feather); if(Feathers != null) { Feathers.interact("Take"); wait(100,250); } break; since your private field feathers wasn't initialized it was null what why it gave you a NPE
  20. Learn to debug, debugging it's your best friend. If you wanted to, you have your area created. You don't know how to draw the tiles in the area so do something different. Remove Everton from the onloop, add a Boolean if I'm in the area log a statement. Else log a different statement. Then run the script and walk in and out the area and see what the results are. If it's false when you're in the area that means you fucked up the area. Later I'll add in the debug for painting the position
  21. Debug the area, make sure that you created the area correctly. You could draw all position in the area like I said in the first post. Which is much easier and much visual. Or you could do it differently not sure how
×
×
  • Create New...