-
Posts
11146 -
Joined
-
Last visited
-
Days Won
91 -
Feedback
100%
Everything posted by Apaec
-
Hey, Thanks for this suggestion. This was previously the case, however people complained when the script kept rotating the camera between the bank and range so I made the script walk. With that being said, now that resizeable mode support is on the way, I could revert back to just clicking - we will see -Apa
-
Sure thing. Trial activated !
-
Hmm, could be. If this happens again or in the future, i'll forward this on to the developers and they can look into patching the worldhopping system. Thanks ! Apa
-
The cause is that for some reason the script begins executing before the player is fully logged in (this shouldn't be the case). As a result, the quest data is queried to check whether your player can access canifis, and at this point it is rejected as the quest data is not loaded. This means the script thinks the quest is not completed and thus logs out. I'm looking into a neat solution for this but so far I can't see one. I might have to remove the quest check altogether and rely on users to be wary with progressive mode. Thanks for letting me know Apa Hey, While it's hard to tune alching to work perfectly for all course layouts, this certainly doesn't sound like the performance the script is supposed to achieve. As a quick test to see if the issue is caused by mirror mode, perhaps you could do a quick test run in stealth injection and see if that improves it? Also, other factors like network latency and resource throttling can mean the script is being restricted and this can impact performance. Perhaps this could be a contributor? Apa Sure - trial activated!
-
All trials activated. Thanks for stopping by! -Apa Hey Zahroxx, Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week!
-
There's not usually an 'X' in the top right of the screen unless you're on resizeable mode. You might find the worldhopping will work fine if you switch to fixed mode. Note that the client only recently rolled out support for resizeable so you can expect it to be a little buggy here and there -Apa
-
Hey, Thanks for letting me know. I've got it on my list to submit a bug report for this (for some reason the quest checks have been a bit buggy lately). Perhaps i'll remove the quest checks altogether Apa
-
Oh, woah - I didn't even realise there were sand crabs here! lol From what I can see, there are only 2-spawns available here. Either way, i'll look into adding this, but I heard they might be updating the topology of Zeah in the near future so I might hold off until then. (It's quite a bit change, would require integration with the UI, etc) Thanks for letting me know about this Apa
-
Hey, Thanks for this. The world hopping code is all client sided so unfortunately I am not able to do anything about this directly. Note also that the script is not allowed to run when on the login screen as passing this would require the script to know your account username and password, data which is restricted. With that being said, I didn't realise that there was an 'X' at the top right of the game screen. Are you perhaps running in resizeable? If so, you might find switching to fixed mode will solve your problems Best Apa Sure - trial activated Hey I am pretty sure i've added all possible spots on the beach with adjacent spawns of 2 or more. I'm unaware that the beach has expanded but correct me if i'm wrong! Perhaps you could point out any spots which you've noticed I may have missed? Cheers Apa
-
It's certainly a pretty steep learning curve but it sounds like you're motivated enough to overcome it. Good luck! Apa
-
Hey, That's pretty weird. The item that you alch should not make a difference, so long as you spell it correctly (might be case sensitive, can't remember, but enter the exact name as it appears to be sure). If you open the console, it should give the reason for the script stopping. This should tell you if it is the item that the script cannot find, or the runes. It may well be an issue related to mirror mode - this mode is known to be unreliable at the best of times I'd strongly suggest switching over to stealth injection either way. If you experience this issue again, please could you let me know what is logged in the console so I can pinpoint the issue and let you know if there's something I can do about it As for missing marks of grace, this is also worrying but may well be solved by switching from mirror to SI. Apa Certainly, trial activated Apa Hey, Unfortunately random dismissal is handled by the client so there's nothing I can do about this personally I'd suggest unchecking 'dismiss randoms' in the client settings if this is causing a serious problem Cheers Apa
-
Glad that helped I'd like to make a UI tutorial at some point, but i'm a little pushed for time at the moment. The good thing about making a GUI is it is not specific to OSBot scripts. The UI code and indeed the way this code links to your script is very generic and as such all tutorials that you can find online should be relevant. Key words to google are 'Java swing gui'. A simple initial way to get the two classes to communicate is by using static variables (although note that this solution is not very elegant and goes against object oriented principles). A better way would be for your script class to create a GUI class and call corresponding getter methods in said class. Good luck! Apa
-
Thanks for the screenshot! As for number keys, I didn't realise that these can be used to select cooking options but i've taken note of this and will perhaps get around to adding it in the future - thanks for letting me know! Apa
-
Hey, Are you using a tome of fire (or the new nature rune staff)? The script currently doesn't support these items so perhaps stick to a fire staff in the mean time Apa
-
Hey, This will cook all the individual ingredients e.g the pizza base etc, however the script doesn't support any combination stuff so it can't put the pizzas together. Apa Sure - trial activated!
-
Sure - both trials activated -Apa
-
Sure - trial started!
-
Hmm, The script will check if you have the quests completed in order to access the course. Are you sure that you've done priest in peril and or that you're already starting within canifis? Otherwise this suggests the quest checks are not working for some reason, which is worrying. Apa
-
Replied on https://osbot.org/forum/topic/61445-apa-scripting-emporium/?page=177&tab=comments#comment-1793444 Cheers Apa
-
Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule to help prevent trial farmers). Sorry about that - please come back in a week! -Apa
-
Glad you got the dropping sorted! Although it is weird that just calling 'drop' doesn't shift drop as well.. As for banking, you would want to use the banking API: https://osbot.org/api/org/osbot/rs07/api/Bank.html Try something like getBank().depositAll(); gl! Apa
-
Hi both, trials activated Thanks for stopping by Apa
-
Hmm, interesting idea. I'll add this to my list of things to add in the future Apa