Jump to content

NotoriousPP

Trade With Caution
  • Posts

    1217
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by NotoriousPP

  1. YES! But a suggestion: tl;dr OP is a faggot.
  2. It sucks that it comes to this, but this site has just lost the community (and client quality) that actually made me enjoy this place. I know some of you might not know me, but when OSBot 1 was in its prime I was a pretty active scripter, but I mostly lost motivation since OSBot 2 was released (among other things). I met a ton of cool people on here, and hopefully I helped a ton of you current / future scripters too smile.png I'll still be on Skype, so if you'd like to reach me you can use that. (To admins: please remove my script from the store, I'll be sure to keep it updated for my customers I'd just not like to promise anything to future buyers) Farewell, Notorious
  3. Well it's better to practice encapsulation, because (Not my words): Hope this helps elaborate a little bit more.
  4. Well that's why a lot of people including myself when I wrote scripts use the Node frame, since your able to store your method provider instance inside of the NodeWrapper, allowing you to use it throughout all your nodes, which I'm sure you already know. Though as @Swizzbeat said above, this creates a unnecessary amount of method provider instances; when in reality, you only need one, and have it passed around like a dirty whore. The less redundant instantiations, the better.
  5. I get it almost every night, have since I was a kid. It's really not scary after a while, I usually just relax and fall back asleep when I wake up with it, or if I know I have to get up, I have a few tricks I use to pull myself out of it. Like getting enough energy to roll over if I'm on my side, or keep wiggling my fingers or toes until I finally wake up, though sometimes I do have trouble and I usually just move my foot as much as possible until my girlfriend notices, since I have told her what to look for if I'm having it. Just know it can't kill you, you will wake up before you choke or anything like that; if you are able to relax, you usually can go lucid by falling back asleep.
  6. Oh shit I thought that was Folk Music.... Wrong thread.
  7. Well not listed, but it does have some trap I guess.
  8. I'm not saying that it is a problem, just useless at best. There is no reason for it to public or even be private for that matter, when you can achieve the same by using the default methods, with the added benefit of less lines of code. Not trying to put you down, just being a critic.
  9. You need to look at the default method first. Your method is completely redundant.
  10. Umm.... booleanToText(Boolean) == (Boolean.toString(Boolean) || (Boolean+"")) textToBoolean(String) == Boolean.parseBoolean("true");
  11. } else { // ADDED THIS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@22 objects.closest(16642).interact("Bank"); sleep(random(1500, 2000)); bank.depositAll(); sleep(random(1500, 2000)); bank.withdraw(2568, 1); bank.withdrawAll(440); sleep(random(1500, 2000)); bank.close(); sleep(random(1500, 2000)); equipment.equip(EquipmentSlot.RING, 2568); sleep(random(1500, 2000)); Is this real life? Please tell me you didn't go through with using this....
  12. That awkward moment when SimpleDateFormat isn't simple enough for anyone to understand.... public String getSuperComplexFormatTime (long time) { return new SimpleDateFormat("H:mm:ss").format(new Date(time - TimeZone.getDefault().getRawOffset())); }
  13. Right click the image, click "Copy Image Location", press the picture icon, and paste the link into the box.
  14. One of my favorite genres mixed with my almost favorite genre, can't go wrong! https://www.youtube.com/watch?v=4WcDSUUCYVo OP: That song you originally posted is sooooo old, you got soooo much catching up to do.
  15. Oh wow that song! I remember when hearing Carnage drop it before it was ever released. Damn that was a long time ago! EDIT: Speaking of DotCom
  16. Not a real Krewella fan, but dat drop doe!
  17. Pinned in the tutorials section: http://osbot.org/forum/topic/41900-beginners-guide-to-separating-classes/ Simple and brief overview.
  18. Yes I am stupid, yet I write the API your using... #Logic
  19. Because for one, you need to have a basic understand of Java to write scripts... Do you think your using a special "OSRS Script Writting Language"? No. You are using Java. Because this a question area, not "Please spoonfood all the code I need, so I don't have to learn anything". Even take one step back further, creating a GUI have NOTHING to do with OSRS, that is a built in library in Java (Swing), so yes you need to know Java to create a GUI, which is what we all have said.
  20. Dude you just made my fucking day! Thank you! Would you mind if I used this as my signature?
  21. Like I need post count, what does that achieve? Try to answer that please. If you think I'm trolling, there is less hope for you than I originally thought.
  22. I already told you... Learn Java, this is basic Java stuff. If you don't understand how to do this, stop, and study the basics of Java, because no one here is going to spoonfeed you like you keep begging for us to do.
  23. Learn Java is all I can say, because your "errors" are just lack of knowledge of programming. Your never going to make anything of worth without knowing the basics of Java.
×
×
  • Create New...