Jump to content

Heiz

Scripter II
  • Posts

    338
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Heiz

  1. Heiz

    Super Soul Wars

    Hello, I ran the BOT for 4 hours (2 times of 2 hours) and I didn't win anything, would you know what I'm doing wrong?
  2. Heiz

    Super Soul Wars

    Hey man, can i get a trial please?
  3. Probably because of the game update this morning.
  4. Hey man, can i have a free trial?
  5. I usually don't have the option to "check in the bank" enabled, just the "check the inventory". And even so, the bot goes to the bank and finishes it, under the same circumstances as the video. I checked this bank option because you mentioned it above in a previous answer. Thank you for your support!
  6. I have two issues with the script: #1 - My bot was stuck for 2 hours in the following loop: - kill a cow - try to catch arrows on the ground for 5 minutes until the arrows disappear I don't have space in my backpack to get the arrows as they are full of food, please take this into account in the code #2 - Even with the option "ignore equip tasks not in inventory" checked, if my bot doesn't have any of the items I put in "Task Scheduling", it goes to the bank and terminates the script
  7. Hello, can I please get a trial for this? Thank you so much
  8. I tried to look for a method to change the mouse speed, but the ones I found didn't work Another thing, I noticed that the "onGameTick" method is working for me only in Stealth Mode, in mirror mode it doesn't work, am I doing something wrong?
  9. Always put a sleep and an if conditional after an action: if (getInventory().contains("Jug of wine") && myPlayer().getHealthPercent() <= 60) { log("Drinking"); if(getInventory().interact("Drink", "Jug of wine")){ Sleep.sleepUntil(() -> getInventory().contains("Jug"), 2400, 1200); if (getInventory().contains("Jug")) { log("Dropping"); if(getInventory().interact("Drop", "Jug")){ Sleep.sleepUntil(() -> (!getInventory().contains("Jug")), 2400, 1200); } } } } Get this Sleep with Lambda expressions here:
  10. Hey guys, I'm trying to make a bot that uses tick manipulation, I need to drop an item and interact with an object on the same tick. I tried a few different approaches but none worked perfectly. Any tips for me? int gameTick = tickCounter.getCurrentTick(); if (barrels.get(0).interact("Take pickaxe")) { DropItemSlot(0); Sleep.sleepUntil(() -> (tickCounter.getCurrentTick() != gameTick), 600); }
  11. I became scripter 1 recently, and I realized that I can run more than 2 bots at the same time on osbot. What are the benefits of each of the osbot rankings? Scripter 1, Scripter 2, Scripter 3, etc
  12. Features: Collect generic Ground Items scattered around the map that are close to the player at the time the script was started. When filling the backpack, deposit it in the nearest bank and collect it again. Equip equippable Ground Items to save space in your backpack. Images: Video:
  13. Hey man, are you Brazilian?

    1. Kramnik

      Kramnik

      Hello, nope I am from Europe :) 

    2. Heiz

      Heiz

      Ah yes, your banner quotes Paulo Coelho, a Brazilian journalist, so I thought you were also Brazilian too

  14. Heiz

    Heiz Shopper

    I just released version 1.1 of the script, now we support the purchase of multiple items at the same time! And if you are buying only cost 1 items, the bot now withdraws only 28 coins from the bank. A video showing me doing 67k/h with a f2p account without requirements:
  15. Heiz

    Heiz Shopper

    Features: Supports energy potions Supports every general store of f2p worlds Supports World hopping to avoid empty stocks Supports buy until have a stock of a defined value Supports pack opening for Empty jug pack and Empty bucket pack CLI is supported for starting instances via terminal Supports buying multiple items at the same time Supported items: (0) Pot (1) Jug (2) Empty jug pack (3) Shears (4) Bucket (5) Empty bucket pack (6) Bowl (7) Cake tin (8) Tinderbox (9) Chisel (10) Hammer (11) Spade (12) Knife (13) Team-6 cape (14) Team-16 cape (15) Team-26 cape (16) Team-36 cape (17) Team-46 cape (18) Small fishing net (19) Fishing rod (20) Fly fishing rod (21) Harpoon (22) Lobster pot (23) Fishing bait (24) Feather (25) Raw Sardine (26) Bait pack (27) Feather pack Supported locations: (0) Edgeville General Store (1) Edgeville Cape Store (2) Falador General Store (3) Kharid General Store (4) Lumbridge General Store (5) Rimmington General Store (6) Varrock General Store (7) Port Sarim Fishing Shop Example CLI: Parameters: CITY (Index of location) - ITEMS (Indexes of items separated by semicolons) - HOPWORLDS (true or false) - STOCKLIMIT (number) - FASTBUY (true or false) - PACKOPENING (true or false) - ENERGY POTIONS (true or false) Note: "Index" represents the number in front of the option, featured in the above lists. In the example below, we are buying the items "Team-6 cape", "Team-16 cape" and "Team-26 cape" at location: "Edgeville cape shop" java -jar "OSBot.jar" -login login:pass -world 301 -bot username:pass:bankpin -script 1157:1-13;14;15-true-0-true-false-true Example GUI:
  16. Hello, i am having the first bug again, get stucket at the cow area with tanning hides in Inventory,
  17. About the 2nd issue: my character died when he ran out of food and didn't go to the bank
  18. Hello, the bot gets stuck when he has a backpack full of food and has an option to get loot. And, if I don't have any loot configurations, he doesn't go to the bank when out of food.
  19. Can i get a trial please?
  20. I tried a lot of GUI configurations, and always get stucket at the cow area with tanning hides in Inventory, check this video i made:
×
×
  • Create New...