Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. I swear you don't do anything besides Java.
  2. And there's no need for it not to be? I could think of plenty of methods/properties to add, making a class final should only be done when it's absolutely critical that nothing be overriden/extended for the functionality of the class to stay intact (which isn't the case here).
  3. Yeah but no. Ever heard of polymorphism? Enjoy updating all your scripts if Jagex decides to increase the max level from 99 - 500.
  4. Your script class files get loaded into memory by the bot. The bot then calls the necessary methods within your script (#onLoop, #onStart, etc.) to make it "work". You're not starting a new process.
  5. Or just make sure the players accessor isn't equal to your own...
  6. I'd have to wear a diaper if I went to a Kevin Hart standup.
  7. Feel free to PM me if you want some resources, I can't share them here or I'll get banned.
  8. The wrapper just wraps the accessor which is used to call the injected methods. This provides the abstraction needed for the average script developer. I'd suggest learning about how OSBot works before attempting any sort of projects :p
  9. If you're lifting any sort of relatively heavy weight being intoxicated would probably be the last thing you'd want to be in that situation.
  10. Just fetch from hiscores and calculate using #getHealth.
  11. PM me your Skype, I don't seem to have it. No shit sherlock. I know nothing about penny stocks, as I don't believe in saying I know anything about a subject unless I do it myself. Getting real-time data would cost millions so I obviously can't do that, but for general trading I won't need it anyway even if it would be beneficial.
  12. I'm mainly interested in shorting and covering at about a 30% gain (for an average stock). I watched a couple YouTube videos from Timothy Sykes so I could get familiar with the terminology. I found this video to be most useful: Other than that I just read Wikipedia articles and have been monitoring a few stocks using http://finance.yahoo.com/
  13. I've always wanted to get into day trading but never found the time. Last week I decided to spend a few hours monitoring some penny stocks and I feel as though I'm starting to get the hang of it, albeit I've never actually invested any money into it. Next week I'd like to start trading for real. I have a few grand I'm willing to invest, but I'm looking for other people willing to take this journey with me. Not only would it prove to be motivational if everyone is collaborating, but we may be able to benefit from each other if we're all monitoring different stocks. We could also create daily logs and post them on sites (maybe this one as well?) as a way to track and share our progress. Also, don't tell me to just go to Timothy Sykes's website and spend hundreds of dollars on some bullshit videos and tutorials. The guy could be completely legit, but with the amount of advertising he does to purchase his "get rich quick methods" all I see are red flags. If anyone's interested post below, PM me, send me a Skype message, etc. Hopefully we can get a few people together and create a Skype group where we can all collaborate. My Skype: OSSwizzbeat (do NOT add me without sending me a message stating you're interested in daytrading, as anyone that does not do this will be blocked)
  14. These stats are misguiding, as you didn't GAIN but instead DIDN'T LOSE. Instead of having 19% better lung capacity than you did a few days ago you just didn't lose that 19% (I highly doubt these statistics are accurate). Good luck with your goal, I'm not exactly sure why people start smoking in the first place.
  15. Why would you EVER design a script that could get stuck in the first place? I can't tell if you're being serious or just stupid.... This has nothing to do with anything. Why would you ever want to create separate handling for each area of combat, that's just pointless. You're running your code in a LOOPING method. I've worked on the API, most likely you're using a few of the methods I've written, and all event driven scenario checks happen at the start of the loop. You're attempting to write code that assumes things are static in an environment riddled with independent variables. As for blocking function calls, that's poor design on whoever wrote it. I never liked the way OSBot's API was constructed.
  16. Scripting with loops that can continue indefinitely is extremely bad practice. Not only are you breaking the design pattern, but it presents a handful of issues. What if the player is being attacked while they're walking? Maybe a random event might show up? Each script loop should happen as quick as possible so the cycle can restart and determine it's next action based on the given environment conditions.
  17. Swizzbeat

    Bank array

    Why is this not an enum......
  18. Ouch, sorry to hear, good thing it's not more serious. Looks like someone isn't having sex for awhile
×
×
  • Create New...