Jump to content

steve498

Members
  • Posts

    178
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by steve498

  1. Awesome thank you. I will purchase if it works well on dead man mode. Is there any measures used with this script to ensure that the player does not accidentally attack a player? For example, pickpocketing knights will only use left-click. (Always right-click is enabled in the game settings.) This will prevent the 'attack' option from ever being clicked. I hope that made some sense. Thanks!
  2. Looks great possible to get a trial? I've been looking for a thieving script and after using your perfect fisher I would definitely use your scripts again.
  3. Started at level 40, I fish about 12 hours a day although taking breaks and using my smart botting ways and currently on barbarian. Edit: Czar is there support for the fishing pet? Or when you get the pet is it automatically kept? Never got one so I wouldn't know haha.
  4. Thanks for updating the script, working so great for me almost 93 fishing
  5. Oh that explains a lot. No need to add a feature it went straight back to sharks after a single inventory. I look myself like a bit of a fool now XD. Thanks for the response Edit: Here's a 6 hour progress report with breaks. (No idea if the fish p/h is decent but yeah.)
  6. After 2 hours of fishing sharks the bot randomly began fishing swordfish and tuna? This is in catherby fishing guild. Any idea?
  7. Still getting this. Any fix coming soon? [ERROR][10/24 02:24:43 PM]: Error loading remote SDN script id: 552 java.lang.NullPointerException at org.osbot.core.scriptloader.ScriptPackage.<init>(ok:134) at org.osbot.cOm3.iIIiiIIiIi(lh:189) at org.osbot.cOM1.run(lh:65) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  8. I cannot wait for the AIO cooking sounds incredible. Also, do you think that rate of detection between the fast dropping and the normal dropping is the same? I would like to use the faster because more xp but it just looks so unhumanlike. Thanks
  9. 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!
  10. Thanks I appreciate the help
  11. I was thinking this too. I will plan it out later and revise it.
  12. 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
  13. Thanks exactly what I was looking for.
  14. 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.
  15. 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.
  16. 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
  17. 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
  18. 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.
  19. 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.
  20. 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
  21. Wrong section - close thanks.
  22. 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.
  23. 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.
  24. Thank you running great as always
  25. He does give him some time like a day or two.
×
×
  • Create New...