Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/17/22 in Posts

  1. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
    1 point
  2. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
    1 point
  3. so far on my private f2p script which makes starter mains which might be released to public soon once its done
    1 point
  4. Hello everyone! I've been a longtime user of OSBot and love the ability to automate. Unfortunately I cannot access my old account (forgot password and don't have access to the old e-mail. Oh well!) Being able to get the boring grind out of the way and enjoy the game is awesome. I'm a software engineer and I look forward to making some scripts for the community so that I can provide some sort of value to others who also would rather have a life AND enjoy the game, lol. Cheers everyone, Peter B Parker
    1 point
  5. Most likely mirror getting stuck ona bugged marks of grace if it was rotating camera and clicking minimaps. Make sure you don't run multiple bots in 1 client
    1 point
  6. Been running this script for a few days now and it works really well I found 2 small issues however: - After restocking swamp paste for the first time, script gets stuck in a loop at the bank chest, withdrawing and depositing random items - After completion of fishing contest, script doesn't close the "Finished quest" screen and just hangs there Other than that, the road to minnows went really smooth
    1 point
  7. I see, I thought this was saved as well. Thanks for reporting it, I don't have an immediate solution for you but will try and fix it in the near future. If its a deal breaker for you and you've already paid, feel free to request a refund in the refund section
    1 point
  8. Handled in discordfor some of the above replies, if still need help lmk @bruhohthx for the profile I'll test today, I'll keep an eye on the logger to see if there are any errors and post a new update. @tramsey No support for golems just yet it seems they aren't really "combat" npcs to fit this script, more of a minigame and it would take far too long to code them for very little reward, I can name many other places that are far better than golems to fight, unless there is a super super good reason maybe iron men or something? Maybe I just don't understand it well enough @okjavadownload One last option: [Wait for loot to appear] this one will kill the dragon, wait for loot, take the items, go back to safespot, fight the next npc @Album I'll check out sand crab task levelling, if you remember which exact settings you used for levels and which order to train in please tell me would speed up the update otherwise dw I'll do some investigating and try all the options until I find the problem ^^ @mariokiller64 yes I'll add more options to CLI for crabs and that far-west spot too. EDIT: Guys if you ever notice members items like tele tabs not working, it's worth restarting the client until the devs update the itemdef cache for yesterday's game update I’ve been doing a lot of coding on fighter recently so we’re going to see more improvements and features added, yesterday’s update will go live soon which is nice I assigned a few low levels to sands, a few to hillies and 1 at lavas, 1 at rune drags.
    1 point
  9. You do know about the closest function already? RS2Object potato = objects.closest("Potato"); As for the list, you would want to use a filter to filter all rs2objects like so: List<RS2Object> potatoes = objects.filter(t -> t != null && t.getName().equals("Potato") && t.hasAction("Pick")); //hasAction is redundant but it might fix problems if there were fake potatoes you couldn't pick. for (RS2Object potato : potatoes) { //spit out some individual potato positions log(potato.getPosition()); } From here you could find out which tile each potato is on. Good luck!
    1 point
  10. Initial work was supposed to be 60-75 attack ,80-94mage. I believe account is on 66 attack and mage is still the same.
    0 points
  11. I will attempt to contact the user on discord. They will have up to 48 hours to respond here. @Dobrik Please confirm the work done on the account, starting level to the current level.
    0 points
×
×
  • Create New...