Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. I've given you a 24h trial. Enjoy! apa
  2. Hey! Thanks for showing interest. I've given you a 24hour trial for the rock crabs script, hopefully that should give you a good taster If that really is your ingame name, please remove it from this post (use the edit button) as if jagex sees that they might ban you haha! (probably worth removing your email too). Enjoy! let me know if you have any further questions apa
  3. UPDATED FORMAT! Please check the front page of this thread to view the new format. Any requests not conforming to the format will be ignored! PS: you no longer have to find your member number - I will do this for you x) apa PS If I reply to your request but you do not recieve a trial within 5 minutes after my response, please let me know. Chances are you may already have had a trial, in which case please don't send in multiple requests for the same script!
  4. you should be fine mate
  5. It's working perfectly for me. If you open the console and read any errors which are logged, it should tell you what's wrong. Chances are you've configured for too many invo slots (i.e the number of potions + runes + food is more than 28) so the script shuts off. I plan to release an update soon which will fix this by automatically adjusting your inventory to the required size, but for now you'll have to do the maths manually! x) apa Also, for potions, they must be (4) for the script to find them.
  6. I'm not really in a position to say no... so i've given you a 24h trial haha. But please don't release a competitor script on the basis of asking me for a trial... dat would b just mean x) apa
  7. I would post a screenshot / gif too, however unfortunately I don't have internet (am posting with 3G) so can't run bot. Hopefully house internet will be up and running when the bloody bt guy turns up and installs the phone system apa
  8. Ofcourse. I've given you a 6hour trial. Enjoy! apa
  9. 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
  10. 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
  11. 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)
  12. 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
  13. 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
  14. 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
  15. I've given you a 24h trial again enjoy !: ) apa
  16. Make sure you're getState() method returns a default state (i.e if none of your if statements are accepted). apa
  17. 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
  18. 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
  19. 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
  20. Everyone has one, you just need to change the URL Like this: http://apascripts.x10host.com/cook/torgeir.png
  21. can I have a proggie? you can have a cookie x)
  22. 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
×
×
  • Create New...