Jump to content

Explv

Scripter II
  • Posts

    2314
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. Explv

    Appearance API

    Good job kid I'm proud of you
  2. You don't need to set a main class. Just create an empty jar Set the output directory to the scripts directory Move your script's compiled output from the right hand side to the left hand side (in your .jar)
  3. It's just a case of doing tutorial island and watching the debugger to see when the config values change
  4. It's marked for internal use only. It's fine to use it though.
  5. I can probably update surface stuff, but not dungeons etc. unless someone provides me with an updated map. It will require much effort to update though, so not sure when I will do it
  6. I'm aware of all these issues, and intend to resolve them in the future. Unfortunately I'm pretty busy IRL at the moment, but I will take a look at them eventually.
  7. Could always check if the spell widget is highlighted or whatever. Or store how many spells you can cast at the start, and decrement every successful spell. Just some ideas, cba to check what's wrong with your code myself.
  8. That or run OSBot in debug mode with the -debug flag, you can then see your printlns in CMD (or terminal)
  9. Just store it in a .txt file, with item_name:buy_limit on each line. If you need more data than just buy limit for each item, then store as JSON or something.
  10. Hmm looks ok to me, I'll try loading it when I'm home, thanks.
  11. Please could you please put the config on https://hastebin.com and post it here?
  12. You are getting that error because the file name should match the name of the public class inside of it. Also class names should start with a capital letter. Not sure what your are asking in the first part, you check equipment using the isWearingItem method..
  13. This is the scripting help section, it is for help writing scripts, not asking for script ideas. Edit: thread moved
  14. Isn't it something like -keep public enum whatever.whatever.EnumName Just check stack overflow
  15. You could always write one yourself
  16. Explv

    Explv's Walker

    Are you trying to spam for post count?
  17. Thanks for letting me know, I believe I did push a fix for that bug before I left to go on holiday, I will double check tutorial island anyway though. I'll add it to my to-do list. I was originally intending to add support for at least 7qp. Just haven't got around to it yet
  18. You can only create files in the OSBot data directory. The path for this directory can be retrieved using getDirectoryData(), I think it's in the Script class?
  19. Indian burns all up on a niga wee-wee
×
×
  • Create New...