Jump to content

dubai

Scripter II
  • Posts

    188
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by dubai

  1. Yes actually, so close to the beta run
  2. What is going wrong exactly? I made a similar one a while ago that still works today:
  3. That's an interesting observation, I wouldn't mind investigating further That would be the main idea I guess is to help people learn tricks of the trade
  4. Hellooo I really want to make a few videos/possibly even stream a scriptwriting/botting sesh. I think it's a sick way to help people learn about botting and send new users to the site. Perhaps a 1-99 botted using my wilderness slayer script once it's finished ;)? Thoughts/rules on this?
  5. Apologies for the delay! I've re-compiled this into a .Jar file and I tested it to make sure it works correctly when added to the scripts folder OakBanker
  6. Hmm strange, I was running my scripts like this for a while.. Not to worry, when I get back to my workstation I'll create a new .jar for this if you're still keen to try it.
  7. Definitely the best OSRS botting site for a very long time. Welcome!
  8. If you extract the .class files into your osbot scripts folder, it will show up in your osbot client. Also I had no idea the default for file.io was to delete after downloading... oops I'll update the link in the OP to mediafire: https://www.mediafire.com/file/9i1d7yip816i59h/OakBanker$1.zip/file
  9. Hmm strange, does file.io not like .jars? I've re-uploaded as .class files (extract to your OSBot script folder) https://file.io/dpGRtAceCGZU
  10. Very nice! Hopefully my wildy slayer bot can train some accounts for me so I can test it out
  11. How's this one coming along @Fruity Huge project here
  12. Added the weapon/shield slot into the gear loadout config... A slight oversight >.> What else is awesome is the script is essentially fully functioning interms of the gear handling. Specific tasks now sucessfully trigger the bot to bank and swap gear before continuing to the next task. What I have left to do is finish the looting logic, anti-pvp features and tweak the fighting handler, then just some optimization and prep for the beta run! Oh, and add more tasks to the task list. Getting close!
  13. Thanks! I look forward to having it finished in a few days hopefully, atleast for a good beta run
  14. Czar coming in to save the day once again I'm not sure fun is the right word when it comes to cryptography haha but I'm learning about ciphers and encryption, such as the Vigenére cipher (One of the easier ones)
  15. I'm so annoyed that I can't find the playerIsIronman() in the API... I literally must've been dreaming about osbot api lmfao... between OSBot scripting and cryptography at uni I'm starting to go crosseyed >.> I think the easiest thing would be the chat dialogue check, if "You can't loot this item" appears in last chatbox message than add that item to a list of excluded loot. I did something similar for another script and didn't find it that hard to get around.
  16. Few different ways of doing this, I believe I seen something in the API that can checkIsPlayerIronman() or something similar, otherwise if target npc == dead conditional sleep isLootAvailableAtTargetNpcLocation() or something. Along with a failsafe check if you can't loot something or "You are an Ironman and stand alone" appears in chatbox = add that loot to a list of unlootable items and continue with loop Yeah that's bascially how it works but you can only choose to change into your 'range, melee, range' gear, as aposed to having a setup for individual tasks. Yeah so OSBot has CLI support on some scripts for gold farmers to launch bots through command line instances (Less cpu running clients) and you can host the client on a cloud server and run bots through the command line or something like that (I've never done this but I can see the benefits)
  17. I'm working on a Vetion script, i'll finish it after my wilderness slayer is finished but I have started it
  18. It's taken a long time to get this far (hence why I've been so quiet lol) That's actually a good idea though, more individualized task gearing, I might make some of the features automatic though like if you have to salt anything (Idk if wildy tasks have these things either tbh(I don't think they do?) I've only played with the tasks you see in the list but also I haven't tested every single task in that list yet (Keep getting low level tasks on my pure) I do want to add CLI support so I didn't want it to crazy. Oh I also want to add automatic ironman mode detection so it wont loot other peoples items if you're an ironman etc.
  19. Definitely would be worth adding the ability to click the alch item wherever it is in the inventory. I have an open source alch/splasher you can take code from (link in my sig)
  20. So you can choose what gear loadout to use for specific tasks, the script will change gear depending on the settings set for that task. You can also choose to use protection prayers for specific tasks only
  21. Dubai's Wilderness Slayer [BETA] ------------------------------------------------------------ Start anywhere after configuring settings with food/enchanted gem in inventory -Checks slayer task -Gets a new task if you don't have one -Fast travels to mobs and completes slayer task -Smart eating handler (Knows what hp to eat depending on food) -Set task specific gear, weapon and prayer settings -Skip tasks, block tasks or reset tasks (using burthorpe slayer master) -Set loot options(Loot all or add individual items to loot, bank each Larran's key) -Anti PK (Will attempt to fight back against pkers or run away) -Safe Breaks (leave the wilderness before taking breaks) -World Hopper (Will attempt to hop worlds if bot spots a player nearby while in wild) ------------------------------------------------------------ ------------------------------------------------------------ BETA - DM if you're interested in testing (Limited time, only need a few testers on this) FULL RELEASE COMING SOON
  22. Yeah I understood what you meant, I can't think of a reason it wont work and would be usefull for somethings... I'd love to see the source code of some of these premium scripts and compare them with my own to see if they use techniques like that or similar
  23. Holy crap I've never thought of touching the onloop like that, is this against the rules? Jokes, but thats actually a good idea I might experiment something like that maybe not just for eating but for pvp detection or something aswell..
×
×
  • Create New...