Jump to content

Heiz

Scripter II
  • Posts

    361
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Heiz

  1. Did this option to pay exist even after completing Prince Ali's quest?
  2. Hi, could you give me more information about what happened? In what kind of scenario does this occur?
  3. WebWalking is not working in Al Kharid after Prince Ali quest. It seems to me that he keeps looking for the option to pay for the gate, but that option no longer exists after the quest.
  4. After weeks of development, Heiz Obor Killer 2.0 is on! Now the script: Supports the ability to kill chickens until reaching a user-specified level before moving to hill giants; Has very complete loot settings, allowing the user to loot any items he wants; Has templates of pre-defined possibilities for the list of items to loot and combat tasks; Swaps for the best usable weapons and armor in the inventory too, so the user can kill chickens with every scimitar in the backpack; Allows you to delete a settings preset that you don't want to appear on the list anymore.
  5. Understood. Usually the configuration I use is: 40 Strength -> 40 Attack -> 40 Defense -> 71 Strength -> 70 Defense -> 70 Attack Because having more than 40 Attack or Defense doesn't make as much difference as Strength in f2p, since the equipment is the same. And I get 71 strength instead of 70 because the max hit goes up from 14 to 15 (using rune scimitar and amulet of strength). And with high hits it's much easier to level up attack and defense.
  6. Very good! I usually train my accounts from 30/30/30 to 70/70/70 with no problem with this script. I already have several ideas for new features, as soon as I have some free time I intend to add them to the script!
  7. Thank you friend! Any problems or feedback, you can send me in private or in this thread!
  8. If you can send me a private message here, in osbot forum, there's a better chance that I'll see
  9. Heinz Monk Robes was made when I had little experience in script development, I need to do a good refactoring of the code
  10. There is a logic where the script senses that there is a osbot native break handler nearby and waits for it, instead of going into Obor's room and risking wasting a key.
  11. New version is on! Now the script checks whether a break is near and waits for the break before entering Obor's lair, reducing the waste of giant keys.
  12. Found it, thanks https://osbot.org/forum/topic/109560-a-simple-login-handler/
  13. How to create a custom "BREAK HANDLER" for my script? Is there any functionality that allows me to log off and pause the script for a certain amount of time?
  14. 1. I usually train my accounts up to at least 71 strength to start killing Obor, but with 60/60/60 I already get good results. 2. I'll find out how I can do this, thanks for the suggestion
  15. Hi, unfortunately I can't sync my script with osbot's default break handler to prevent this from happening. Just creating an internal break handler... which is something I still don't know how to do. But I'll leave it on the list of future implementations, thanks for the suggestion!
  16. I spent the day debugging and found the cause of the two problems you mentioned. I've fixed and uploaded the bugfix, it will be on SDN in the next 24 hours
  17. How strange... I had already fixed this grave issue, now he was equipping the items to loot the rest. But thanks for letting me know, I'll try to take a look at what might be causing this. Any video or screenshots of the log is always welcome!
  18. Hi! CLI is supported: java -jar "OSBot.jar" -login login:pass -world 452 -bot username:pass:bankpin -script 1170:Preset name Added two days of trail for you
  19. Is there any variable that indicates if my player is an ironman or hardcore ironman?
  20. Hello friend, when auto retaliation is off the bot simply stands still taking hits from the cows until they run out of food. Could you add something like that to the bot's "onStart"? if(!getCombat().isAutoRetaliateOn()) { getCombat().toggleAutoRetaliate(true); Sleep.sleepUntil(() -> (getCombat().isAutoRetaliateOn()), 1200, 1200); } Thank you very much
×
×
  • Create New...