Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Open OSBot through a command prompt and enable debug mode. Should see an error when refreshing the scripts list; post it here
  2. NPC spot = getNpcs().closest("Oak"); wat
  3. Then specify it in doses like it asks you to.
  4. Not a bug, but a misconfiguration or missing item. Check the client logger for details, or consult the 'starting the script' and 'troubleshooting' sections of the OP.
  5. You'll have to import the OSBot jar as a library to compile OSBot scripts
  6. No amount of ants can redeem that compass direction EDIT: Also I don't think the majority play with osbuddy orbs :E
  7. Read through the stickies in the tutorials section
  8. It has a clan wars route, not castle wars (since clan wars has a portal that allows restoring your stats). And yes I added the new barrows teleport from arceuus spellbook. Starting trial now
  9. Can't really do that, sorry. It's dynamic. I can change the threshholds though if people want. The threshhold in combat is 3 prayer points, while the threshhold for pre-combat restoring is the combat threshhold + 5
  10. Like lukey said, follow the general guidelines for their weaknesses, but utilize your highest combat skills and best equipment. Try to tank as many of them as possible. I use tanky equipment with a trident for all but ahrim; and a blowpipe for ahrim. SGS/blowpipe spec recommended for increasing run length as well
  11. How would that work? You'd still have to have access to download the script from SDN The script executor is easy to use once you have the script in memory (or with local scripts) getBot().getScriptExecutor().prepare(some_script); getBot().getScriptExecutor().start(some_script);
  12. You have 146 hours logged on the script already :E
  13. you can loop through each character in your string and use the typeKey method or the press/releaseKey methods for each character, and finish off by submitting the ENTER (\n) character. Should be instant
  14. The math isn't too bad. Try this Position player = myPosition(); Position op = some other position; int angle = 90 + (int) Math.toDegrees(Math.atan2(-(player.getY() - op.getY()), player.getX() - op.getX())); int yaw = angle < 0 ? Math.abs(angle) : 360 - angle;
  15. - Hotfixed an issue with non-existing special attack weapons from the old profiles. (Can also be avoided by updating the spec weapons or creating new profiles) - Updated some broken button texts
  16. Looks like the texts on the up/down buttons in the inventory organizing setup are still weird. Gonna try to fix when I get home. If you're confused, the left button is "up", and the right button is "down"
×
×
  • Create New...