Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Use the new walking API in the latest client version
  2. Try running the client in debug mode using the command prompt
  3. FrostBug

    Hotkeys

    @MGI please dont let the mirror client consume key events for f2, f3 and f4. My scripts use the ingame hotkeys, and this breaks them
  4. Seems like MGI the mirror client developer made the mirror client override certain hotkeys (f2 to f4). This breaks the script, and as such, mirror will be unsupported until this issue is fixed (or until I get time to make a workaround, whichever comes first) Works fine for me, on standard mode (as the hotkeys fail on mirror). If you want me to loop deeper into your problems when I have time, please fill in the bug report template. started a trial
  5. Give it a shot; started a trial ___________ I haven't had time to update the script much recently; but my exams will soon be over, so I'll get back to work soon enough. I expect to have a little more time after the 4th of january; and a load of time after the 26th
  6. bot.addMouseListener(yourListener) The listener only captures mouse events fired by the user; not the script (it used to capture everything, but not anymore AFAIK).
  7. Is it a type of rune in particular? Also which spells were you using (Combat & Teleports)?
  8. Not possible; you'll have to use some excel magic
  9. Depends on your other stats; If you can do barrows efficiently on the account manually, then the script should be able to as well
  10. Define pure friendly It doesn't use freeze and run techniques, if thats what you mean
  11. Not sure why you would think it was doses per pot when grouped with the total number of food items to bring. Though if you have a suggestion to how it could be worded better, I will definitely consider it. Super pots are not supported atm. There aren't a lot of melee features available since it's not a common way to go about it; but they are on the TODO list which I will likely go through completely sometime in february.
  12. The item interaction likely failed because of the missing null check with the widget. An NPE would have been thrown before reaching the code for item interaction.
  13. try changing getWidgets().get(305, 4).isVisible() to getWidgets().isVisible(305, 4). The latter method has a built in null check
  14. It does not.. Toggle your ava device to stop collecting it
  15. Spell has to be selected on autocast as you set up the equipment
  16. You won't have to pay double. Not too sure how it works with the 8.99/9.99 thing. The price is 9.99/9.99 month, but you save $1 with your VIP status. Whether or not it's also applied on the recurring payments I do not know. But it would make sense if it does.
  17. Started Non-VIP users can run up to 2 accounts
  18. You can use iban, but the script will stop (safely) if the staff runs out of charges
  19. Looks fine.. Tho in this particular case, 'status' is never initialized, so its probably throwing nullpointers unless drawString has some internal checks. If you did initialize it, show us the code you use to change around the status value.. Maybe there's an issue there somewhere.
×
×
  • Create New...