Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27126
  • Joined

  • Last visited

  • Days Won

    215
  • Feedback

    100%

Everything posted by Khaleesi

  1. It gets inven of coal put them on belt then inven of iron put them on belt -> +- 25 steel bars with the coal bag it will fill it + inven of iron -> put both onto conveyor ^^ mithril it will do 2 runs of coal + 1 mithril Thats what you mean right?
  2. You can fill more then 28 of a ore except for coal. It depends on tht setup of the script, below lvl 60: Coins and bucket required (hammer, coal bag, potion optional) 23-26 bars Above 60: Bucket (hammer, coal bag, potion optional) 24-27 bars I just want to make sure the script supports alls tasks other clients 25$ xD This script gets you your 16$ back within the day on a single lvl 3 account ... You might want to update your maths to V0.02 ^^ So never -> ever Khaleesi
  3. Want to buy with OSGP? Contact me on Discord! Features: - Recently added: Strength pumping - Supports every Bar available - Potion support (Optional) - Restocking coffer (Optional) - Coal bag support - Use a bucket too cool bars (If no ice gloves available) - Ice/gold gaunlets swap when making gold bars for the extra Experience - A clean and easy interface to start and track the script. - Custom webwalking using A* pathfinding algorithm - Randomized pathing system, humanlike paths, no repetitive clicking. - Script will never idle, start script and let it run forever! Antiban / Anti-pattern: - Randomized clicking positions - Random actions to break the pattern - Pathing is andom and close to human behaviour - Random/dynamic sleep times for humanlike interactions How to use CLI parameters: - Example Usage: -script 630:SAVEFILE.BREAKFILE SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form: -script 630:SteelCoalBag.4515breaks Frequently asked questions (FAQ): Q: Where can we find this script? A: This can be found at the store here Q: How and where do I start this script? A: Simply start the script at Blastfurnace Q: Why does the script pays the Foreman A: If your smithing level is below 60, you have to pay 2500gp every 10min Will also pay the foreman after every restart Proggies: Blast Furnace Guide:
  4. Client issue Been reported multiple times ... They said they would fix this. About the RoD: I'll push a failsafe for this today ^^ Then start the script with the pouches in your inventory? takes 1 sec -_- Ya the mirror client doesn't work 100% when walkign to new areas or teleporting stuff. When it loads a new region it glitches Will gets this fixed today. Hopefully osbot stops updating the dialogues now ... Khaleesi
  5. Thx appreciated! Ya it's really strange ... also soo small -_-
  6. Thx for your report. ya kinda a known issue, will see if I can improve this annoying pole
  7. WTf is that ... Anne too strong? Mald fucked up something? ;)
  8. Script updated to V0.31: -Fixed NPC contact
  9. Thx for this post, There is no good way to check brawlers or portals. I'll see what i can do to improve that. but this should be most likely solved in V0.02. Script updated to V0.02: - Fixed spamm clicking spinners - Fixed interatcing with the gates - Improved some mechanics
  10. Script updated to V0.30: - Few small updates has been made - Added failsafe to logout when you die Goodluck! Khaleesi
  11. Scrupt updated to V0.03: - Fixed spamm clicking the NPCs Goodluck Khaleesi
  12. Can't you just check the Boxtrap on the ground by its name? Is way more reliable since this will probably break every thursday bcs jagex update... Afterwards check if it has the required action to determine what state it is in? Khaleesi
  13. Thx for the report! Can you get me the whole error? This is just a small part of it khaleesi
  14. You are getting an NPE error (nullpointer Exception) If (231,2) doesn't get found it will return null. So you do null.interact("Continue"); (and you can't really interact with something that doesn't exist right?) You should stop using interfaces since the are deprecated. Use RS2Widget instead. You basicly to this: RS2Widget chat1 = widgets.get(231,2) if(chat1 != null && chat1.isVisible()) chat1.interact("Continue"); Why are you using: (Did you decompile code? Decompilers generate this kind of code) .interact(new String[] { "Continue" }); You can just do: .interact("Continue"); Goodluck! Khaleesi
  15. ya unlimited and lifetime acces ^^ Soon it will be fixed, currently at work. When I get home I'll get it done asap!
  16. The mirror client really improves they anti ban. But keep in mind that the mirror client is still in beta and still has a few flaws. Goodluck botting!
  17. Gave you a few hours ^^ Goodluck!
×
×
  • Create New...