Jump to content

steve498

Members
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by steve498

  1. Was fishing at barb and got this after 30 minutes. I do have the items needed to fish here. [INFO][Bot #1][10/18 07:23:43 AM]: Price grabbed from cache: 331. [INFO][Bot #1][10/18 07:23:49 AM]: User doesn't have bait/feathers, stopping script! 1 LOGIN_SUCCESSFUL | 2 LOGGED_IN | 3 true | 4 14 | 5 28 | 6 false [INFO][Bot #1][10/18 07:23:51 AM]: Terminating script Perfect Fisher (DEV)... [INFO][Bot #1][10/18 07:23:51 AM]: // PerfectFisher terminated [INFO][Bot #1][10/18 07:23:51 AM]: // Fish caught: 428. [INFO][Bot #1][10/18 07:23:51 AM]: // Net profit: 23952. [INFO][Bot #1][10/18 07:23:51 AM]: Script Perfect Fisher (DEV) has exited!
  2. Thanks I appreciate the help
  3. I was thinking this too. I will plan it out later and revise it.
  4. Sorry for double post, so just an update, I currently have this: if(getInventory().contains(itemOne) && getInventory().contains(itemTwo)) { // Inventory locations of both items Item firstItem = getInventory().getItem(itemOne); Item secondItem = getInventory().getItem(itemTwo); // Use items on eachother firstItem.interact("use"); sleep(random(300, 430)); secondItem.interact(); // If a fire is below us then we need drop control of the mouse. Otherwise, a mouse conflict will occur. However, if a fire is not below us then we can pre-hover over the next item. if (IsFireBelowUs() == false) { sleep(random(550, 600)); firstItem.interact("use"); } } Although this it works fine, half way through an inventory of interacting it will stop pre-hovering on the next item. Any ideas? Thanks
  5. Thanks exactly what I was looking for.
  6. As part of the Osbot Item API: public boolean hover() Description copied from interface: Interactable Attempts to hover the mouse over the next click needed to interact with this Interactable. This method will never click the mouse, so it can be used to speed up scripts while they are idling. Could somebody give me an example of how you would implement this? I am trying to make the script hover the user's mouse over the next log to increase the script's burn speed. This is my current item interaction method. private boolean interactItems(String itemOne, String itemTwo) throws InterruptedException { if (inventory.getItem(itemOne).interact("use")) { sleep(random(600,700)); return inventory.getItem(itemTwo).interact(); } return false; } Thanks. Edit: I'm assuming I'll be needing the mouse method so I will change my interact method accordingly.
  7. Just added a few more tweaks to v1.1. I will push this out after v1.0 is released. Update log has the changes that were made.
  8. Not sure if it's just me but I start the script in barbarian village and after an hour and twenty minutes the script then ran to lumbridge and started fly fishing there. It's happened a few times and can be pretty annoying especially if I wake up and find my character not where I left it. Any ideas? thanks
  9. Delete. Will release in the future when I can re-write the script and improve it much more. I'm busy with real life situations sorry
  10. Okay thanks and yeah that's the problem. I don't think anyone will trust me which is fair enough. The account will just go to waste, I haven't used it for months and months.
  11. Thanks I'd hopefully sell it for paypal though as I would like to buy a few things. Other skills are like mid 50-60's and a few 70s.
  12. Hi, I have an old account that I used for NMZ and it has the following: 99 HP 99 Attack 99 Strength 99 Defence 99 Range 96 Magic 40mil cash I can't put a picture as I can't login right now. My current IP has bots running so don't want to risk flagging the account. It's also never been botted. It has rs3 stats too like maxed combat and about 10-20 mil cash. Would anyone have a rough idea of what it would be worth? Thankyou :'3
  13. Wrong section - close thanks.
  14. Just wondering if you could make it so when you select karamja, swordfishes and drop others, the script doesn't just drop one tuna and then re-fish. Instead, it drops all of the other fish and re-fishes? thanks.
  15. I'm currently working on a free firemaking script for varrock west. (More locations to come obviously) but still have a few things to address etc. Also needs testing so would be looking for those. Otherwise, trial multifire it's really good.
  16. Thank you running great as always
  17. He does give him some time like a day or two.
  18. Don't worry about the trial Czar I just bought the script. Worth the money flawless script!!
  19. Is it possible to get a 24h trial? Would be interested in buying this script if it runs well for me Many thanks, topic is liked too.
×
×
  • Create New...