Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/27/23 in all areas

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    2 points
  2. MM2 Chins Set NPC Attack Option to "Hidden" Start at the bottom of the rope at the MM2 Cave Chinning area, maybe run down the tunnel a little to kick it into gear. Script is set up to use chins on medium fuse - you may need to play with timings (Thought id need 3.6 sec delay to throw 2 chins, but 750 ms works.) Script will enable Protection from Melee & Eagle Eye Lure monkeys, Stack Monkeys, hit monkeys twice, swap spots to continue stacking. Loots and Drinks Prayer Potions from the floor, otherwise will drink one from your inventory. Teleport out if you run out of chins or prayer potions, and then stops script. (Script will keep running if you run out of Super energy or Ranging) Resets Aggro - Drinks Range potion & Super Energy Potion at Aggro Reset Drops junk items at aggro reset. Required: MM2 Caves unlocked Red Chins equipped (code checks to see if theres any left, if not it TP's out) A few prayer potions Lit candle Royal seed Pod Recommended: Set NPC Attack Option to "Hidden" (Script will NOT handle) Ranging Potions & Super Energy potions in equal quantities Start with your prayer on (Script will handle if it is off) Start with Auto-Retaliate turned on (Script will handle if it is off) Wear a Ring of Life just in case. Notes: This script was made for my account, and my internet setup. Some delays may need to be changed to work for you. You may need to change when it drinks a prayer potion - I have it set to prayer level 43 as it works best for my account. Script could easily be changed for bursting, just remove the line to TP if its out of chins and change stack timings. This is not set up to use a break handler. I would not trust this to get nerd logged. This will not find a world for you (Although I may implement in the future). **** On Aggro Reset, the script will drop EVERYTHING besides Lit candle Prayer potions Ranging potions Super energy Cooked karams (script doesn't actually use them, had them for safety while testing) Royal seed pot **** Goodluck
    1 point
  3. Could I get a trial for this?
    1 point
  4. sorry forgot to quote it
    1 point
  5. User has been ip banned, let us know if he pays back.
    1 point
  6. Just purchased and the bot just stands still any idea how to help i put on auto upgrade course, and it works now
    1 point
  7. Hi czar, trial please !
    1 point
  8. any chance you can add 1 ticking bones + noted bone support for chaos altar? even as a toggle. cause rn it does like 200k xp/hr with dbones at chaos altar.
    1 point
  9. You guys don't need a trial, trust me this script works wonders if you listen to Czarlords advice
    1 point
  10. Don't see my trial yet, could you please double check ?
    1 point
  11. You could do what Czar said or you can just do if (!api.bank.open()) { api.walking.webWalk(Banks.LUMBRIDGE_UPPER); }
    1 point
  12. 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.
    1 point
×
×
  • Create New...