Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Thanks to and @Alek, I got back into 'that' mood.. This is a game I was working on a few years ago This is a short clip of the level I just whipped up, in action http://i.gyazo.com/d3cfb71c68feb7318654f8e51c46f3e7.mp4 This is the level editor: Might have to actually finish the game this time around Also working are: - Damaging arrow traps - Level / Sub-area transitions (Fade-in / Fade-out) - Sound effects
  2. Ooh, this brings back memories :E You and Alek are making me consider picking up on my own java game once more.. Never did finish it
  3. You can get a MouseDestination for it. Create an EntityDestination (subclass of MouseDestination) like this: EntityDestination dest = new EntityDestination(bot, object); and then click the mouse at that destination getMouse().click(dest);
  4. Version 1.0.3 Features - Mine and drop ores - Rock selection interface - Inventory organizing - Options to keep gems/random event items - Detection for Smoking rocks & Flying pickaxe heads - Simple paint Requirements - Pickaxe Setup 1. Make sure to have a pickaxe and lots of free space in your inventory 2. Start the script 3. When near the rocks you wish to mine, click the Load button (see spoiler) 4. Browse through the loaded rocks in the left panel (See spoiler) - The currently highlighted rock in the left panel will be highlighted blue in the game - The currently chosen rocks in the right panel will be highlighted green in the game 5. Chose the rocks you wish to powermine by adding them to the right panel using the left/right arrow buttons NOTE: The chosen rocks should be in their non-smoking and un-mined state as you start the script! 6. Start the script using the start button Proggies (Post your own proggies in the thread and I will add them here!) Getting the script To add this script, click here, or browse to it in the script selector within the client Changelog
  5. Oh look.. this thread again My guess is that a lot of people left during the OSBot2 transition chaos, since the recommended client was unstable for a while (and had only few scripts), a lot of people left
  6. It is your job to educate them. Otherwise it will keep spreading
  7. FrostBug

    FrostHunter

    The script is now on the SDN http://osbot.org/forum/store/product/438-frosthunter/
  8. Y = Why Y never equals yes. If someone uses it in this context, please point out their lack of intelligence
  9. FrostBug

    FrostHunter

    You can exchange your GP for osbot vouchers here, which in turn can be used to purchase scripts
  10. FrostBug

    FrostHunter

    Version 3.0.0 Features - Catches Red, Grey & Black* Chinchompa's - Can be used at any Chinchompa area (including private) - Switches world if a player tries to steal your spot - OSBot break manager integration - Simple setup and paint * There is no extra Death/PK support for black chinchompas. The script is written mainly for red/grey chincompas Requirements Setup Changelog Availability and pricing Proggies
  11. Hmm, Diamond is made from Carbon, which can be both organic and inorganic afaik. So I guess it depends
  12. This is.. an RPG ;o? Anyway, if its meant to be for learning, and not for releasing in some kind of store, I'd recommend snatching some tilebased gameboy game tilesheet/spritesheet; Thats what I did when I made one, and made everything pretty and fun c:
  13. But my country doesn't have SeaWorld ;_;
  14. I guess It's.. kinda blue Far from best blue, though
  15. Im at work at the moment, so I'm gonna go with.. People who call or mail me, asking whether they can hit yes on whatever warning/popup they might get on their PCs. Be it from Adobe, Java or whatever *Thats what grinds my gears
  16. Btooom! Tokyo ravens Accel World Angel Beats! Chrome Shelled Regios Mirai Nikki Guilty Crown Hagure Yuusha Kaze no Stigma T.T. Gurren Lagann Kore wa Zombie desu ka? Eureka Seven C: The the Money of Soul and Possibility Control Densetsu no Yuusha no Densetsu Get to it
  17. GOML When you bug them like this, each of them are completed at the first location Good luck with your goal, though
  18. Your system doesn't have your JDK properly registered. You can fix it by appending the path to your 'Path' environment variable for your system this can be done with the command: example (don't use this path, use your own): this should allow your system to recognize the javac command
  19. Did you remember to register your mouselistener? eg. bot.addMouseListener(yourListener);
  20. Seeing as bot.getUsername() has been deprecated, does anyone know of a replacement? Im fairly certain that while bot.getUsername() returned the username of the osb account logged into the client, the client.accessor.getUsername() returns the username of an osrs account profile, which is not what I need. Thanks
  21. In my experrience, the mouse algorithm often messes up at speeds over default when dealing with moving the cursor to moving entities. Circles the entity unnaturally several times
×
×
  • Create New...