-
Posts
11146 -
Joined
-
Last visited
-
Days Won
91 -
Feedback
100%
Everything posted by Apaec
-
wew, awesome stuff! Thanks for sharing (:
-
Done & done. Enjoy! (: Hey, interesting suggestion. There used to be one on the SDN, not sure what happened to it... Perhaps when my account has access to the shrine I will give it a shot.
-
You should check out the API and try some scripting for yourself in that case! (: You might find it fun/interesting and you would be able to write your own stuff when and where you need it! Check out this subforum if you're interested: https://osbot.org/forum/forum/250-tutorials/ Cheers
-
I'm working on a way to check for this, unfortunately it's not all that easy. Hopefully I can get that released soon!
-
Hmm, I will take a look. What ammo are you using?
-
Nope, just the favour! I'ts pretty quick to get the favour with fertiliser. Good luck! (: Apa
-
Perhaps, I will look into this. Thanks! Sure! (: Not sure, bans are pretty random and unpredictable. Perhaps not Rogues den, and maybe switch locations every now and then! Apa
-
How do I request a repository to upload Scripts to the SDN
Apaec replied to Karlito's topic in Scripting Help
Check out https://osbot.org/forum/announcement/21-new-sdn-scripter-guide/ -
Hmm, that's a cool idea... I will see if it is feasible to implement. Cheers for the suggestion!
-
Hey, unfortunately it's only supported in the full version alongside other special fish like anglers, karambwan, dark crabs, etc. Sorry about that!
-
Yep, i'll try and get around to this some point soon Apa
-
Sure - what of?! (: Edit: Spotted you liked the sandcrabs script page. I've given you a 24h trial of APA sand crabs starting now, enjoy! (:
-
Hi there guys! Apologies for the delay, I just got back from a cross-country trip, I will try to cover everything in this message! For those of you requesting trials, i'll extend the duration to 48 hours as compensation for my time away. ____________________________ Thanks for the kind words (: Let me know if you need anything! Sure, as mentioned above, i've given you a 48h trial starting now. Sorry for the delay! Hey, I wouldn't worry overly much about this, but it's certainly not ideal. I would suggest going for a 3-spot instead of a higher demand 4 spot such that the chances of this happening are lowed. I've been working on a complete re-write of this script over the past few weeks and the goal of this re-write is to make the script as stable as possible; hopefully this issue will be ironed out alongside it and I have made note as it's not the first time it has been mentioned! Cheers Sure thing! as I previously mentioned, i've extended the duration so you should now have a 48h trial starting now. Cheers! Hmm, interesting idea! I will see if I can find a way to tie this in to the upcoming re-write of the script that i've been working on for a little while now. Perhaps an option before the script starts would allow the mode to be selected. Thanks for the suggestion! no idea about that one, seems the walking is having issues dealing with the orb. I will tweak the configuration of the walking event activating at this point to prevent this from happening. Thanks for sending the concise report! (: Sure thing. As I mentioned, i've extended the duration to 48 hours starting now, enjoy! (: Sure, unfortunately OSGP payment cannot be used directly however, you have to purchase a 3rd party voucher and redeem it for store credit. It's not too difficult of a process, check out the voucher subforum here! https://osbot.org/forum/forum/227-vouchers/ Sure, as mentioned above, i've exteded the trial to 48h starting now. Sorry for the delay! _________________ Cheers to all! Apa
-
Hmm, not sure why that would be... Does it log anything strange in the console ?
-
Hey, thanks for getting in touch - i'm not sure exactly what you mean in this reply, please could you clarify? The links to the script threads are on the OP, just click the script icons! Apa
-
Sure thing, just started the trial. Enjoy! (:
-
It's a Theramin
-
Heya (: No, you don't need VIP or anything like that. You're all set, be sure to check out some tutorials on the forum to get you started! https://osbot.org/forum/forum/250-tutorials/ If you have any questions, don't hesitate to drop me a PM and I will answer to the best of my ability. Good luck! (: Apa
-
Not sure then - I will run some tests. Cheers
-
Woo awesome stuff, thanks for sharing!! (: I've added it to the front page screenshots section if that's okay with you! I can certainly add this to the list of features to implement in the re-write that i've been working on. I plan to make the paint movable as well so that you can move it out the way if it's obscuring something. Also i'll add an option to the gui most likely to disable the paint if you so choose. Thanks! (: Hey, that's odd... What does it say in the console logger?
-
Make sure you configure the script with unmined rocks only. If you select a mined rock, it will scrape the id of that and try to mine it!
-
Sure, if you need an example of how an enum could help you or any more help, just let me know & feel free to PM me with questions. When I write scripts for simple tasks, I always do my best to make them as configurable as possible, e.g turning a gold bracelet maker into an AIO bracelet maker! It's nice to have that sturdy code structure running so that you can quickly pinpoint issues and easily expand the script to support more stuff.
-
Sure, grab the widget with something like this: Point widgetCoord = new Point(X,Y); getWidgets().singleFilter(ROOT_ID, widget -> new Point(widget.getAbsX(), widget.getAbsY()).equals(widgetCoord)); You can store that point in an enum if you were to support different bracelets. Also, you will have to fill in the root id Haven't tested that code as I wrote it in the reply box, but it should work. Glad the issue was solved! Oo, I didn't spot that! looks promising.
-
If those still are the gold bracelet ids then i'm not sure what to suggest Try using log statements to pinpoint exactly which line isn't working. Also, maybe position is the best way to determine this widget from its horizontal counterparts? Using position would mean adding other bracelets in future would be simple and can be achieved with an enum or something to that effect.
-
Not sure why it would just stand there, the webwalker should have kicked in! As for the potions, you can hold CTRL to select multiple potions! Apa