Everything posted by Explv
-
Erm
- Wilderness API
- Appearance API
- IntelliJ: Building a JAR artifact
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)- Open Source Tutorial Island Script
It's just a case of doing tutorial island and watching the debugger to see when the config values change- Why is exchangeContext deprecated and what is a better way?
It's marked for internal use only. It's fine to use it though.- @Explv Update Map
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- Hmmm something doesnt quite add up
Hmmm- Explv's AIO [13 skill AIO in 1 script]
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.- inventory #contains
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.- rate my pix
- Referencing log from a static context help
That or run OSBot in debug mode with the -debug flag, you can then see your printlns in CMD (or terminal)- Delete and rename .txt file
- Easiest way to store data
This is a weird suggestion- Easiest way to store data
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.- happy friday here is my dog
- Explv's AIO [13 skill AIO in 1 script]
Hmm looks ok to me, I'll try loading it when I'm home, thanks.- Explv's AIO [13 skill AIO in 1 script]
Please could you please put the config on https://hastebin.com and post it here?- how can i check my worn Equipment
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..- Suggestions for first open source script
This is the scripting help section, it is for help writing scripts, not asking for script ideas. Edit: thread moved- Proguard prevent enums being obfuscated
Isn't it something like -keep public enum whatever.whatever.EnumName Just check stack overflow- Rip
- Autocast snippet?
You could always write one yourself- Explv's Walker
Are you trying to spam for post count?- Explv's AIO [13 skill AIO in 1 script]
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