Jump to content

Czar

Global Moderator
  • Posts

    21883
  • Joined

  • Last visited

  • Days Won

    1933
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    Czar Kudo Solver

    Done added trials enjoy We will be rolling out digsite solver beta soon, stay tuned guys
  2. What a chad, tysm that wildy interface still haunts me sometimes glad its gone
  3. Try and split everything up into smaller tasks, I currently do this for my minigame scripts I have a class for each activity in the script: For my minigame scripts I use states so once you enter the craft runes state it will stay there until isAllowToLeave() is triggered, and I set each state manually in the onloop.
  4. Done added all trials gl guys enjoy I will be adding an ironman friendly option to buy ore from the nearby shop, tysm for the suggestion I am always listening to new ideas
  5. Czar

    Czar Barrows

    Hey mate I will help, any errors in logger? And did you use the barrows script's breaks or osbot breaks? Need to select [Allow prayer sip] for the brothers that you wish to pray for, and it will use prayer, it works I may enable this automatically to avoid any confusion. I recommend 70 prayer (higher is better, so prayer pots heal more per sip) and 75 mage for trident of the seas, 75 range for blowpipe or 50+ for msb (i) and you'll do really well. Some people also use mithril darts only, it's really cheap and effective
  6. Czar

    Ban waves?

    We had a solid 1 month of botting without bans, gp prices even crashed hard.. just a prime event wave nothing else
  7. Legend! Keep up the good work, I'm adding more spells to the GE restock list as we speak Also added trials enjoy! If you need any help I am always available ^^
  8. Czar

    Perfect Thiever AIO

    Wow amazing progress keep up the good work Added all trials too, enjoy
  9. Czar

    Czar Barrows

    Hey mate I will help If the bot shuts off it means you are missing some items, try to not add any armour/jewellery/teleports to your banking menu in the script setup window, use my profile if you like. I have posted a video above on the best setup! I am always available to talk over discord, pm, and even teamviewer I can set up the bot for you no problem Also if the bot shuts off it will give you a reason in text format here: And then copy/paste here so I can see what went wrong, most people are making a lot of gp from this bot so it is indeed updated and working as of today (17/05/2023). It is also convenient to configure the bot and save a profile to load later, this saves time when setting up the bot in the future. And for tunnels it is recommended to have the [Strange old lockpick] item, and if you don't have this then it's good to zoom out the camera so the bot navigates tunnels more reliably.
  10. Czar

    Czar Guardians

    Tysm for the report, fixed in new version Also guys check out the new update! New Update (v15.0) - Added new schedule tab in setup -- Choose when to stop the bot, on set/needle/quests -- Choose custom parameters such as time, level reached, and more! - Added [Hop worlds if in bad world], you will see better long-term performance with this one - Added food mode for questing, including [Buy jug of wine in draynor]! - Misc. improvements and fixes for stability Update will automatically go live within 24 hours, enjoy Preview of new update! Also just got a stonking result, did gotr set straight after tutorial island: I believe this is the highest record so far!
  11. Happens with multiple java versions (even if you got java 8 already), osbot prioritises the highest version so it could be loading java11+, either use cmd and type in "C:/Program Files/Java/jre1.8.0_291/bin/java.exe" java -jar "osbot 2.4.66.jar" ofc make sure the version aligns with yours
  12. Done added trials enjoy This bot has a few differences between the fighter one btw!
  13. Czar

    Perfect Agility AIO

    Yessir done enjoy, you should now see the bot in your client, glglgl I recommend enabling stealth injection + new mouse + multiple breaks per hour, you'll see amazing results this way
  14. Czar

    Perfect Agility AIO

    Yessir the bot will sip staminas but I highly highly advise against it, they are 8k/ea and are definitely not worth it, you will lose a lot of money. I recommend Summer pies instead they give hp and run energy Added all trials enjoy Also new update coming up to loot and trade the agility pyramid statues that appear randomly, latest version will go live within <24 hrs
  15. Wow nice results keep up the good work added a new update for the script too, gl guys also be sure to always use stealth in 2023
  16. Czar

    Czar Guardians

    Done activated all free trials gl guys I am here to help if you need anything
  17. Done added trials gl guys also new update submitted: New Update (v189.0) - Added profile system for saving/loading settings Update will automatically go live within 24 hrs enjoy
  18. Czar

    Perfect Wintertodt

    Wow amazing results keep up the good work lads Added all trials glgl
  19. Done gl guys enjoy I have a new update coming so we can choose between a random world hop or random list of your desired worlds for chaos altar, should help against pkers
  20. api.bank will never be null, so the code will just be trying to call api.bank.open() 24/7 even if its away from a bank. api.bank is the reference to the osbot's bank class (which holds all functions like bank.open, bank.close, bank.withdraw) you must replace the api.bank != null line with a way to check if we're near a bank, so you can do if (getNpcs().closest("Banker") != null) { as an example, of course the best way is to have a list of banks and check if distance is < 15 to any of the banks in the list.
  21. Czar

    Perfect Thiever AIO

    Yes the bot is currently updated and is being maintained @PWNography, I'm building an army of vyre pickpocketers because they made me a lot of gp My strategy is 1-38 pickpocketting men, 38-55 pickpocketting master farmers, and 55-82 pickpockettnig ardy knights. I sometimes do stalls but I prefer pickpocketting because the stuns are always random. And blackjacking yessir, I still plan on being the first scripter with blackjacking support, it seems other scripters don't care about it
  22. Czar

    Czar Barrows

    Done added trials gl guys enjoy
×
×
  • Create New...