Jump to content

Ericthecmh

Scripter II
  • Posts

    4888
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    100%

Everything posted by Ericthecmh

  1. Silly Swizz you can't call interact like that (interact("Take")), because that would try to call the interact method inherited from GroundItem, which will try to use some instance variables inherited from GroundItem, which are null because you never set them up (for example the position of the item). Try casting instance and then calling interact on that... ((GroundItem)instance).interact("Take");
  2. Just like to point out that your observation about not updating client information while onLoop is executing is correct. The reason it works when you turn of Interfaces debugging is because turning that on spawns a new thread which will update the client information even while onLoop is running. Once you turn that debug off, however, the updates stop until onLoop finishes.
  3. Lol you'd be surprised at how often people ask me to look over their code and it says "return 0" at the end...
  4. No it's not a bug, it's just that the script stops within the threshold difference... there's no walkExact method anymore, for whatever reason. I contact a developer and see if I can convince them to readd the walkExact method into the OSBot 2 API. For now though, when I needed it to walk exactly, I use localWalker to get near enough then I do the following: Position position = new Position(x, y, z); position.interact(bot, "Walk here"); It'll click on the tile on screen, with camera rotation if necessary. This will ensure that you walk to the desired location exactly.
  5. It could be that you're behind a firewall that's blocking certain traffic. When I worked at the US Naval Research Lab this happened, until I set up a VPN. 1.8.8 is the OSBot 1 newest version. If you have any premium scripts, this is the version you should be using. Most scripts are currently written for OSBot 1. 2.1.3 is the newest version of OSBot 2, which is in progress and will soon replace OSBot 1. You should play around with OSBot 2 just to get familiar, but most of your scripts won't work with OSBot 2. Basically, use 1.8.8.
  6. Hey give other developers some credit lol. As far as I'm aware, @Maxi did some API fixes as well.
  7. Ericthecmh

    client.blahblah

    I must agree. Some parts are better, but they took out some things that just made me shake my head.
  8. I think you meant it the other way around. You can call static methods from a non-static method, but you can't call non-static methods from a static context (static context includes calling from a static method and calling through the class name instead of an instance)
  9. Not to be pessimistic or anything, but can we get a stable release of OSBot 2 with fixed API first? No point adding 100 new features if no one's using them. These features do sound great though, but please get an actual stable release out before adding more features that are gonna create potentially more bugs.
  10. "The benefits ARE the money you guys make." This is what's wrong with your thinking. I'm not here to argue whether it's difficult to purchase VIP (you can see that I have Sponsor). I'm arguing your (and maybe the staff in general)'s way of treating us. What you have to realize is that we scripters are no less important than you. You might be a moderator, but your job is just to moderate the community. We created the community. Our scripts are what brings people to this community. OSBot already takes 30% of our cut, not to mention making us pay for the script discounts to VIP/Sponsor members. Why is it so difficult for them to give us VIP benefits, considering we're paying for part of the VIP benefits already?
  11. Why is money so important? So many people have VIP/Sponsor just so that they can open a bunch of tabs. Do they actually contribute to the community? No. So many of them have like 5 posts, probably all "WHY BOT NO WORK. WHAT OFFLINE MEAN" Us scripters built OSBot. If all the scripter left right now, where would OSBot be? You wouldn't even have a community to moderate. Scripters hardly ever get the respect they deserve...
  12. I'm writitng a Swizzbeat translator. Coming to the SDN soon for $200/Hr
  13. That depends on the developer's decision. By the way things are going though, you probably won't be able to use them once the 1 month period is over.
  14. Hmm when Eliot and I tried that method, it apparently didn't type the number X... does it work for you? You can speed up the mouse speed to make it move faster, but I agree that there's an unusually long pause before the click... true for interact as well.
  15. Sounds good. Thanks for the update
  16. Looks amazing. Does this have the new walking methods?
  17. Add my skype (ericthecmh). Not looking for pay though.
  18. The bot will be back online when everyone stops complaining. Jk.
  19. That's only too true. There are few of us who can fix randoms, and we don't bot 24/7 to get randoms...
  20. It's not new, but it might be new to rs07. I don't seem to find a random event solver for that event. If you get it again, you should log out and report it to someone who can write a solver for it.
  21. Have you tried restarting your modem for 5 minutes? On Verizon that usually resets my IP.
  22. Nice release. Really good job on cutting down that CPU usage. Comparable to OSBot 1, actually even better than OSBot 1's CPU usage. Very impressed
  23. In Laz's timezone, there are still a few hours left. We'll have to wait and see. However: 1) It's true that OSBot 2 has incredible high CPU usage. It takes more than 3 times the processing on my laptop compared to OSBot 1. 2) OSBot 2 is going to require new scripts... which people haven't made yet... so... yeah Eric
  24. I'd like to throw in my support for reducing the PM restriction. I didn't realize that there was such a restriction (there wasn't one when I first joined), but only 1 PM an hour is ridiculous...
  25. That's not inflation... Inflation is calculated based on a consumer index, which doesn't change just because soda costs more. 15 USD is 15 USD no matter where you get it; its still double the amount of minimum wage.
×
×
  • Create New...