Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. No, this is a powerminer only Didn't really do anything specific for the GUI; Used Netbeans built in swing-builder for the layout, though Thanks Nevar :P
  2. Dialogues#selectOption(int choice, int choices) Dialogues#selectOption(String... option) are these not what you're looking for?
  3. This is my MAL; I'd recommend anything that I rated 7 or higher. http://myanimelist.net/animelist/LongJohnSilver
  4. The interface takes a second or 2 to appear after using a knife on a log; You don't seem to be waiting for that. This means that the interaction will likely fail. Perhaps insert a conditionalsleep after using the knife on the log new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return interfaces.getChild(305, 2) != null; } }.sleep();
  5. Just confirming; Smoking rock detection works perfectly fine still
  6. Totally worth it. I bot all the time for smaller tasks and quest requirements. Altho I do seem to be exceptionally lucky with avoiding bans
  7. Sorry to hear that :| EDIT: Has anybody else had issues with the smoking rock detection?
  8. Should do, which rocks were you mining?
  9. FrostBug

    FrostHunter

    Did you have extra traps in your inventory? As mentioned in the instructions, you should start the script with plenty of traps in your inventory (10+ recommended)
  10. have you tried getKeyboard().typeKey(char key) or getKeyboard().pressKey/releaseKey ?
  11. I dont think your snippet will actually work; From just looking at it.. In your constructor you default the name to the lowercase version of the enum name if the param is null; However, varargs parameters are never null even if you dont specify any elements. Eg. Your 'names' param in constructor will never be null, but rather have length 0 for items with no names specified I haven't actually tried it, though EDIT: Also, it's called "Cooked meat"
  12. FrostBug

    MagicTracker

    AIR_BLAST and AIR_WAVE should be WIND_BLAST and WIND_WAVE. Although it only really matters if you (as I do) attempt to make conversions from the actual game or the Spell enum in the API to this enum.
  13. Im aware that the script currently does not work for client version 2.2.12 I'm having some issues getting my fixes submitted to the SDN. Hopefully I'll get them through soon. Sorry for the inconvenience EDIT: The script should now work once again. Thanks for your patience
  14. Ah, A method was changed in version 2.2.12, I'll update it right away
×
×
  • Create New...