-
Posts
11169 -
Joined
-
Last visited
-
Days Won
91 -
Feedback
100%
Everything posted by Apaec
-
Are you sure there wasn't a random? because nowhere in the code should it walk to the islands, and it should override teleport if in danger. The only time it can't override teleport is if a random executor is hooked (this doesnt mean the screen is always red, just that a random is detected. I'll look into this). Under what circumstances does it walk to the islands, when its refreshing the crabs or ? if it walks there randomly while fighting crabs i'd assume it's a client issue as I explain below, I will do my best to get to the bottom of this, however I assure you my code should't do this. -Apaec Hi there, I thought about this and it seems that it is connected to walking where the script shouldn't. Nowhere in the code should the bot walk to the docks, unless the localwalker / minimapTileInteraction fails, which is client related. Does the script throw any errors? If it's a client error there isn't anyhting I can do other than make it so that it will return to the rock crabs if it's meant to be there but it's in reality not. To thoroughly work out where it goes wrong i'd need more details, such as under what circumstances does it walk to the docks, are you using random/west/east, how often does it happen... etc. I'll make sure it will return to the rock crabs if it ends up on the docks when I get back, but as I'm sure you understand, I'm away and hence it's currently impossible for me to push updates. For now perhaps use the east side? One thing i can assure you is nowhere in the code is it meant to deviate from the path or walk to the docks, so from first glance it looks like this is an API issue, but i could be wrong. If you do want a refund, i'm sorry to hear your experience was not as fruitful as all my other customers, and it's a shame that if this is an API issue that the devs are failing to keep their bot up to scratch. For a refund send a message to @Maldesto as he handles payments and such. Thanks, Apaec. Edit: PLEASE MAKE SURE YOU ARE USING THE LATEST CLIENT VERSION BEFORE REPORTING ERRORS! IF THE ERROR PERSISTS ON THE LATEST CLIENT PLEASE LET ME KNOW, PREFERABLY VIA PM. (Jaomock I noticed you were using an outdated client, use the latest one here http://osbot.org/forum/topic/57392-osbot-2210-patched-injectors-new-mouse-algorithm-more/page-2#entry639766 )
-
Script hangs on Inventory interaction when in trade
Apaec replied to bfir3's topic in Scripting Help
Looks like a client error - Idk, perhaps let the API team know? -Apaec -
Hi mate, sorry for your experience, unfortunately randoms are handled by the client and hence i cannot fix. whenever the script has a red screen / is in a random i am 100% OUT OF CONTROL. I'd suggest reporting the errors you recieved on the client support thread in order to get it fixed ASAP. I'd assume the 2day ban is because of being stuck in the random too but could be wrong, you never know. If you have any further problems please do not hesitate to let you know, and if all randoms were top notch working (when devs get round to fixing) then i'm positive your experience would be better. But yea, I suggest just reporting them on the client support page as there's nothing I personally can do about broken random solvers - Apaec.
-
Hell yes. There are still a few bugs with the client's random solvers, I'd suggest reporting them in the client errors thread so the devs / api team can take a look! -Apaec (there is nothing i can do about them )
-
Thanks for the update mate! been waiting for these glad they've finally come!
-
Windowbuilder noob
-
Post count = the number of posts you've made no post count on a thread so... Post count now isn't the number of posts you've made? = logic, makes no sense to get rid of it.
-
Well for staircases remember that they have a different z value the bottom staircase is most likely z = 0 when u climb up it the z = 1 and on the top floor the z = 2 Entity ladder = this.objects.closest("Stairs"); if (ladder != null && ladder.getZ() == 1) { //climb } ^basic idea of what im trying to say Also you can use this system to check whether you've climbed up the stairs eg: boolean climbedUpFirstSetOfStairs; if (this.myPlayer().getZ() == 1) { climbedUpFirstSetOfStairs = true; } ^ for example. Even if flags are messy / unideal, they do the job. Hope I helped! -apaec
-
Hi mate. I've not experienced this before, perhaps you could give me more details? I've got lots of failsafes in order to stop script / make it teleport away if you are on low health. It sounds like this is a glitch with the run away from combat random (for example whern an evil chicken spawns or a zombie etc) I don't have access to these random hooks as they are handled by the client. Was the screen red when this happened? because when the screen is red i'm out of control. If this problem persists i suggest you use the east side until osbot fixes it's random solver.
-
You could also check for a player animation as a secondary, perhaps a conditional sleep until you're animating public void sleepUntilAnimatiing(Script script, long timeout) { Timer t = new Timer(); while(!script.myPlayer().isAnimating() && t.getElapsed() <= timeout) { script.sleep(600); } } wrote that real quick in the text box now and should do the job (sorry for typos) but its just a simple double check which you can use once you click a shifter to sleep until you're playing a combat animation for example. This accounts for the delay between clicking the shifter and walking towards it. implementation: if (shifter != null && shifter.exists()) { if (shifter.interact("Attack")) { sleepUntilAnimating(this, 5000L); } } hope this helped -apaec
-
I've added your auth, you now have the script, like any other script in your scripts list for 24hours (or there abouts, depends if i forget to remove your auth or not xD ) You are free to use it as much as you like while it is in your collection. Enjoy (PS use breaks as with any other script ) any other questions just ask. -apaec.
-
MailChaosTempleBonesBurier - a script with a long name
Apaec replied to mailinator's topic in Combat & Prayer
Nice, glad someone took it upon themselves to do this, I was planning on doing so and porting over my osb1 version but seeing as you already have there's no need x) nice work mate! -
caping is harder (a)
-
oO not heard of this before... What happens if you start it at the rock crabs and then it goes to bank. does it get stuck then ? oO if do can you send a screenshot of your exact GUI setup please? also be sure to read the info pane on the GUI. thanks and keep me updated (my responses may be delayed as I'm on holiday) -apaec sent from phone Edit: message to all: Can confirm, script is up and running, working here 100% fine for me. Happy botting all! PS I've heard randoms are having some issues. These are handled by client, yes, so there's nothing i can do apart from pester the devs to fix them, but take care when botting nonetheless! Happy holidays (where applicable, lol) -Apaec.
-
Just thought i'd advertise these threads created by pandemic to educate you guys on the basics of scripting. Part 1: http://osbot.org/forum/topic/28798-pandemics-scripting-series-part-i-setup-and-basic-logic-updated-for-osbot-2/?hl=pandemic%26%2339%3Bs Part 2: http://osbot.org/forum/topic/29924-pandemics-scripting-series-part-ii-path-walking-and-simple-banking-updated-for-osbot-2/?hl=pandemic%26%2339%3Bs Credits to @Pandemic for the guides! -apaec PS I found Wifi in russia! (a)
-
Meh, i've developed and tested it for far longer than 50 hours etc and havent had any problems. I've only heard of 1 ban since almost 1 month after it's been available on the store. I'm not sure how you guys measure ban rates atm but I wouldn't rate a 'high ban rate' after 1 ban But ofcourse botting in moderation is still a viable option. Maybe bot a bit of this, bit of that and so on. I normally follow the idea that you get banned when you bot, no matter what you bot, but that passes macro major bans. As for busting mod bans i'm not sure. But yea, I completely understand and respect your opinion. Oh yea, also the bot utilises the built in antiban which provides plenty of mouse randomisation, camera rotation and general humanlike movements to combat bans. Just let me know if/when you would be interested in the trial and i'll auth you the script -apaec
-
Hi there! I'm offering FREE 24 hour trials for APA Myre Fungi The script can be found here: http://osbot.org/forum/store/product/433-apa-myre-fungi/ More details about the script can be found here: http://osbot.org/forum/topic/56659-apa-myre-fungi-up-to-500kh/ See the thread for a demo vid + requirements and more details about the profits and the method. ONLY 1 TRIAL PER PERSON. FOR A TRIAL PLEASE POST THIS: I'd like a trial of the script. Link to my OSBot profile: http://osbot.org/forum/user/81581-apaec/ Thanks in advance and enjoy the trials, Apaec
-
Scripting Competition: Setup and Information
Apaec replied to Mikasa's topic in News & Announcements
inb4 every entry loses 10 pts. OT gl to everyone who will enter. -
bot client should solve all random events, so yea.
-
Unlucky mate I guess it's just jagex being ontop of their band though :| I guess I've been more fortunate having run it and tested it for almost over 24 hour periods! I mean it could have been a delayed ban but I guess some survive, some don't lol. sorry for your loss though, if only there was something I could do
-
hehe that's an issue with the run orb on the minimap I believe. like it said I'd suggest you report that in the client issues section - there's nothing I can do about this -apaec
-
just to add to any confusion especially arising from reviews, I do not handle randoms nor features such as world hopping. if these are broken then they are an issue with the client rather than the script so please do not hold me against these - please understand that if these are broken please report them to the client issues section as whenever the screen is red/in a random/logged out I (the script) am 100% out of control. hopefully after reporting them they should be fixed. thanks for your cooperation and hopefully you understand this, apaec.
-
Hi! thanks for the kind words, and it shouldn't deposit your armour - ive never heard /experienced this - must just be a client misclick /api error as it's certainly not in the code! thanks, apaec sent from phone abroad
-
hi mate. I've never experienced/heard about this issue and you're the first complaint I've heard on this matter so are you sure it could be you setting up the GUI incorrectly or something? I do not believe currently the spec supporting is working so that could be the issue. it's just in all my testing I've never come across this. when I return I will look into the cause of this though. if you're still unsatisfied and are sure it isn't a client related issue (such as a broken random) then you can always request a refund should you feel appropriate, and apologies that your experience of the script was not as fruitful as my other customers receive. I'm not too sure how the refund system works however you could PM @Maldesto as I believe he handles the payments. Respectfully, apaec hi there! yes, you're 100% correct that randoms are handled by the client including lamp and book rewards. unfortunately I cannot delay the hook or anything and I'm sure the devs know of this issue so is suggest reporting it in the client issues thread. like I said the devs I'm sure have already been pestered but it's worth asking in that thread as this can be a frustrating issue. I hope the test of the script in which I am in control is running well, apaec -sent from phone abroad.