Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    202
  • Feedback

    100%

Everything posted by Alek

  1. If you do that method and OSBot does eventually come up, remember to run it in Debug mode.
  2. Click the one on the left?
  3. LOL? Can't even go a day without getting a perm ban from these forums. You make such good posts.
  4. Try using RS2Object instead of Entity. Entity is an interface.
  5. Alek

    Npc If Clause

    Logic is a fundamental part of programming, it really can't be taught. Just add more checks and if statements before actually returning steal or drop. Pseudo code example: boolean shouldTrade = false; if(!shouldTrade){ if(!inventory.isFull(){ return State.Steal; } else { return State.Drop } } else { return State.Trade; }
  6. Try re-downloading it. A lot of people are currently downloading the newest version and it's possible there was some sort of error. The full file size is ~6.3MB.
  7. This update will wrap up many of the concerns from yesterday's release which reintroduced advertisements. The banner has now moved to the bottom of screen and has a close button, which will hide the advertisement for 5 seconds. The advertisement is now clickable and will re-direct you. Changelog: -Advertisement moved to chatbox area -Close button removes advert for 5 seconds -Advertisements are now clickable If you wish never to see the advertisement, please consider purchasing VIP or Sponsor here. Thanks for your input, -The OSBot Staff
  8. It's getting moved to the chatbox area. A majority of paints are painted there, however I'm really cornered to this position.
  9. As I've previously said, I'm not going to re-write the advertisement system just to have it as part of the GUI instead of the canvas. I'm looking into other ways to make it less offensive. Edit: For now as a short term solution, I'll be moving it to the chatbox. I'm assuming it will cover-up a lot of paints.
  10. Thanks for your input both Bewood and cashmoneytyrone. I'm asking for another developer's input at the moment, I'm sure we'll work something out.
  11. It was always in the main game screen (at least as of OSBot 2), I have the original code in front of me. I'm still not sure what the problem is with adding a button that says "Hide ad" ?
  12. I prefer painting a banner to your game screen and using my time to develop the bot itself instead of complicated advertisement systems. Working with these adverts is going to set me back in development, but I guess it's more serious of an issue than I originally made this out to be.
  13. Making the advertisement in the GUI instead of the canvas would require a lot more of my time, time which would be better spent developing something more useful. I'm also unsure what arrangements the advertisers already had with our coordinator (Maldesto). I know as of now the advertisers aren't too happy with clicking disabled, figured I'd try and at least get something working in the meanwhile. All of this is great input, so feel free to vent your frustrations. I'm trying to make a happy-medium between both the botter and advertiser. None of this money is lining my pockets.
  14. I'll make another release this weekend which hides the advert for 5 seconds, enough time to check your hp/prayer.
  15. Although nothing too ground breaking, I try and get you guys something fresh every weekend. Following my pretty strict todo list (found here), I was able to quickly make a system for saving and loading proxy settings (automatically). The next project I tackled was advertisements; apparently they were completely absent for all users. I took this absence as an opportunity to re-write the system, making it incredibly faster. Although maybe not as pretty with fancy scrolling effects, I think the performance gains really outweigh the lust. As of now, clicking (url redirects) is disabled. Of course our VIP+ members will never see these ads. Changelog: -Save/Load proxy settings -Added advertisements -Improved WrappedCanvas calculations and performance -Mouse position now has a separate debug Have a great weekend! -The OSBot Staff
  16. http://osbot.org/forum/topic/60660-osbot-1-scripts-and-osbot-legacy-api/
  17. One second, grabbing my popcorn.
  18. Alek

    Well, Fuck

    Get a real test done, like one by a doctor.
  19. If you are running a script and wish to hop worlds, you can do just that using the debug tab.
  20. Alek

    Bye osbot

    I'm really close to moving farewells to the spam section.
  21. I might be up for making this tomorrow, mind you it wouldn't be very fancy.
  22. First time, I also didn't know that it starts immediately when you get to the link.
  23. It's my test account.
  24. Uhhh. Do I move this to spam or are you serious?
  25. I think we're all here to learn. I can count all the true java wizards I know in the botting community on one hand.
×
×
  • Create New...