Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Hey, Thanks for getting in touch! I'm not sure which script you're referring to; however I only do 24/12h trials for the scripts (see the OP for details) - cheers! Let me know which one(s) you're interested in. Apa
  2. Hey, Unfortunately there is not much I can do about this, since after the crabs spawn there is no way of detecting which ones are yours. They will return to their original spot after not being attacked for a short while though, so I wouldn't worry too much about this! Also, when you leave for the bank, most are normally killed so only 1 would walk away; if this is not the case then perhaps try a spot with fewer spawns to suit the stats of your account! (: -Apa
  3. Sure! I've given you a 24h trial starting now. Enjoy! (:
  4. I think this is a hardcoded OSBot limit which I cannot change; I will take a look however. cheers! Gosh, no idea! Looks like swing is not happy with something. Have you tried re-starting OSBot?
  5. Hey, Unfortunately there's not much I can do about this without ditching the use of the reliable OSBot path walker. Since it does not handle obstacles automatically, I have to manually specify it in a separate call meaning the obstacle handling is not dynamic. It would also be risky to determine whether the door requires opening prior to walking from the bank, since the time spent walking this distance could result in a change of state of the door, thus leaving the pathwalker in an infinite loop. If I were to use the web-walker for all traversal, there could be routing issues so it's a bit of a compromise ):. If I were to remove the detection altogether, the bot would get stuck any time the door were to close, which is of course not an option! Hope that clears things up, I understand that it is less than ideal, however it was the best solution I could come up with! Cheers -Apa
  6. Hey (: I could potentially add an option to customise this, however at the moment it is using a Gaussian-distribution derived algorithm to generate strings with different formats. These strings may be numbers in a range or values suffixed by scalar flags for non-standard notation (k,m, ...). The idea behind using the Gaussian distribution was to replicate how a human might do it, using certain quantity strings more frequently than others. I may ad an option to the settings tab so that you can specify an exact 'make-x' value to use each time. Thanks for the suggestion! (: -Apa
  7. 13 more supported locations, wider food support including Karambwans, Sinews, Anglerfish etc.
  8. Bans are not quantifiable ! Give the free den cooker a go and let me know if you want a trial of the full version (: -apa
  9. It never used to do this! I will take a look, thanks!
  10. Woah, 18 hours!? Awesome!
  11. There was originally an issue which meant I had to do this, but since that was fixed at some point, I can now remove it. Cheers - will change this hopefulyl some point this week
  12. Good plan! (: Cheers, I will add this to the to-do list for the re-write
  13. Heyo, Firstly, instead of doing this, perhaps you could just make the script heal up with any items in the inventory with an eat option? That way, you wouldn't even need this extra setup step! If you still want to do it, I would suggest creating your own frame. JOptionPane is fine for small things where you need one or two settings to be saved, but when you start working with more complicated configurations, having multiple JOptionPanes is a bit messy. (You could perhaps extend panel and attach this to your option pane, but I personally prefer creating a whole new frame). You could do this by creating a new class which extends JFrame, and perhaps create and position text fields within this frame in the constructor of the class. There will be plenty of swing tutorials online as it's a pretty standard thing, and you can even get window builders to help you generate the code (often as plugins to IDEs). I would recommend using a layout other than absolute though, since 4k and other higher resolution screens are becoming more widely used so re sizeable windows are very preferable (swing issues :/). You cannot do this directly to the JOptionPane! Edit: it looks like you've already created your own frame, do as Chris said! (apologies, I misread your post) Edit2: You can also (I believe) get rid of that potentially infinite sleep after the mobName initialisation, since I think JOptionPane does that for you. Just be sure to run some string analysis on that variable to make sure it's valid.
  14. Awesome stuff!!! Thanks for sharing! (:
  15. Cheers for the suggestions! The potting has been randomised as per request, previously it was potting when the boost drained, now it is randomised to approximately the lower quartile of the boost - If you wanted to add the 'extreme afking' setup, you could always disable the random movements settings! (: That way the script would be autologged every now and then, if camping! The multiple profiles is something I would like to do in the future, we shall see! -Apa Done & Done! (:
  16. Sure, done! (: No I don't, sorry!!
  17. It's the one I started off with and the one I have used since!
  18. Hey, i've given you a trial (: you might also want to try the sand crabs script, let me know if you're also interested in trying that !
  19. Should run in both!
  20. Sure, sorry i'm late, only just woke up. Enjoy! (:
×
×
  • Create New...