Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. None of the questions from the report template are really relevant here, so: Recently i've recieved reports of pathwalking screwing up. I took a look into it and it seems that it only happens on mirror mode. What was even stranger was that the debug I used to paint the positions for each position in my path on the minimap was actually moving. So it looks like for some reason the positions move around the place (it seems with rotational symmetry i.e the path would rotate through 90* or 180* but the positions would stay in line). So it seems the static path is moving around and local walker is trying to move to a changing path and it ends up walking off somewhere. I know for sure that other scripters are experiencing this and it would be great if this could be fixed as it's causing mirror mode to be pretty much redundant atm. cheers Apa
  2. as in rape seed incase you didn't get it :p i'm sure you've seen fields of it, I certainly have as a uk country gui
  3. Seems to be an issue with positions moving all over the place? On my aio smither, it was working perfectly until recently some bugs were found by mirror client users claiming it walked into barb village from edgeville (despite using static paths going from bank to furnace). I told them this was impossible but when I tested it, they we're not wrong xD So I put a position debug on where it would draw each position in the Position[] path which I had (by drawing a box on the minimap), and every few seconds the positions spazzed around to different spots on the screen. So basically pathwalking is broken on mirror client as the positions seem to move around... Just so ya know x) apa PS these problems are unique to the mirror client only. On injection everything should work perfectly x)
  4. Ye this is actually really frustrating because there's nothing I can do. Seeing as this is client sided, I think this issue should be prevalent in other scripts too. If a similar thing like this happens when you're using another script with mirror mode, will you let me know? Thanks! apa
  5. Hey mate Unfortunately i'm aware of this issue, it seems to happen on mirror client only and is actually a bug with the bot. (scroll up for more info!) I believe the devs know about this and are working on a fix, but we've just gotta be patient. It may work in other locations but chances are it won't. The script works perfectly in injection tho! apa
  6. Hey I've given you a 6hour trial of the cooking script. There's acutally a free one on the SDN too under the cooking section, just find it under the client script browser and press add. As for the trial, it should automatically add to your scripts now for 6 hours after this post. apa
  7. I've given you a 24h trial again enjoy !: ) apa
  8. Make sure you're getState() method returns a default state (i.e if none of your if statements are accepted). apa
  9. Try: RS2Object bankBooth = objects.closest("Bank booth"); //defining the booth if (!bank.isOpen(){ //if bank isn't already open if (bankBooth != null && bankBooth .exists() && bankBooth .hasAction("Bank")) { //checking if it exists and if it has the action bank.interact("Bank"); //clicks bank sleep(random(400,500)); //little sleep. Conditional would be better but this is fine for now } } else { bank.withdraw("Bowstring", 500); //add some checks in here, but this will do for now. bank.close(); } wrote it in the reply box so sorry if there are any errors. If you're still not clear of anything, please let me know!!! apa
  10. damn not really sure what to say about the situation... read through the whole page and I was expecting it to get better but it didn't xd Probably somewhat exaggerated by the press but still, dem :c apa
  11. Not sure. I can give you a 24h trial so you can give it a shot for yourself if you're interested. Just reply on the trials thread in the same format as usual apa
  12. Everyone has one, you just need to change the URL Like this: http://apascripts.x10host.com/cook/torgeir.png
  13. can I have a proggie? you can have a cookie x)
  14. Unfortunately due to the poor behaviour of users in the past who were repeatedly creating accounts to request trials, I've had to tighten the trial requirements. The rules on the front state: To recieve a 24h trial, you must have either VIP, 1 week+ old account or 50+ post count (or something along those lines). Otherwise you will recieve a 6h trialIt's just a precaution to stop users abusing the system. Unfortunately there's no way to tell between legitimate and abusing members so I must stand by my rules. I hope you understand, and sorry if it feels harsh, however hopefully the 6h trial was plenty to get a feel for the script Apa
  15. Apaec

    What location?

    the bricks on the wall look similar to varrock palace.
  16. I don't have any issues at all, I just think that it might take some pressure off the eric atm. Plus it would mean we could potentially get more frequent pushes. Not that the current schedule is bad, just the more pushes the merrier ;pp apa
  17. is my sig classed as large and loud? or is it cool?
  18. Do you think it would be advantageous to have more than just 1 SDN manager? It might split the workload a bit. apa
  19. This^ It is worth noting that, like the RGB values, the alpha constructor is also in the range 0-255 where 255 is solid colour. apa
  20. I've given you a 6h trial. Enjoy! apa
  21. I think the aio one should have better antiban than the den cooker yes. I've given yuo a 24h trial so you can test it out, hopefully you'll see for yourself ! apa
×
×
  • Create New...