Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. I'd say convert your model to an array by copying contents over while iterating the model, using the enumeration returned by the DefaultListModel#elements method. Then pass that array using getGroundItems().closest(array) to get the closest desired item on the ground; or getGroundItems().filter(array) to get them all.
  2. If you've used any scripts from the Local Scripts section, post here which ones. OSBot offers no guarantee to the safety of local scripts uploaded by other users
  3. Did you mess with the Script constructor? EDIT: Check that you didn't: - make the parameterless script constructor private - make the Script class abstract
  4. FrostBug

    FrostPuzzler

    Script is now on the SDN :3
  5. FrostBug

    FrostHunter

    Hmm, that's strange. Did you happen to notice whether the "You can't place a trap here" message was shown in the chatbox?
  6. FrostBug

    FrostHunter

    The Ban rate is 4.793 m3/s atm As stated in the first post, there is no additional features when doing black chins
  7. FAQ is an abbrevation of Frequently Asked Questions
  8. Maybe; but it won't be efficient, that's for sure.
  9. FrostBug

    Logging In

    What do you mean by "target parts of the login screen" You can override the auto-login event (change conditions or remove its trigger)
  10. Sorry, I don't actually write that to the db, so I don't have those numbers There should be a screenshot for every item received in your osbot folder tho
  11. I say this at least twice on every single page in this thread .. Open the client console, the reason for stopping is always stated there
  12. Yeah, that is intended behavior; it banks runes if you have more than 2x the amount needed to cast the specified number of spells. If you have less than that, it will withdraw the difference. The banking is to minimize loss in case of death, especially since blood and death runes are a common reward from the chest. I have BLOOD_BLITZ registered as costing 2x Death rune and 4x Blood rune, is this perhaps wrong? So it should ensure that you have at least 400 death runes and 800 blood runes before going to barrows, if you specified 200 minimum casts Hopefully your luck will turn soon
  13. I haven't changed this code since release, so it should still work as intended. Could you provide the following?: How many runes did you have banked when the script stopped What value did you have for "minimum casts" How many runes did the script bring to barrows initially
  14. You can register and override "random events", which by now is a bit misleading term, as most of the current "random events" are things like auto-login, welcome screen handler, bank pin handler, auto-zoom adjustment etc. A seperate thread is running, calling the "shouldActivate" method on every registered event
  15. Not exactly; but it does save a screenshot to the osbot screenshot folder every time you get a barrows item Starting I would if I had them. I will if you or anyone else is willing to lend me an account with them. Nice setup, but I don't reckon using void will let you tank any of the enemies, due to low defence? The speed in kills might make up for that, though.
  16. Starting trials Open up and check the client console.
  17. Just committed a fix for this with version 1.4.2 Thanks for letting me know Started
  18. Try checking out the tutorials section for help on setting up a script template. for "Commands" you can check out the jdoc here http://osbot.org/api/ ^ Take a peek inside of the MethodProvider class to see what kind of API is available to the Script class by default Creating a GUI here is the same as in a standard Java application. You create it and make use of its settings from whatever classes need it
  19. Open up the client console and see what it says
×
×
  • Create New...