Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Apaec

    What location?

    the bricks on the wall look similar to varrock palace.
  2. 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
  3. is my sig classed as large and loud? or is it cool?
  4. Do you think it would be advantageous to have more than just 1 SDN manager? It might split the workload a bit. apa
  5. 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
  6. I've given you a 6h trial. Enjoy! apa
  7. 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
  8. public static String runescapeFormat(Integer number) { String[] suffix = new String[] { "K", "M", "B", "T" }; int size = (number.intValue() != 0) ? (int) Math.log10(number) : 0; if (size >= 3) { while (size % 3 != 0) { size = size - 1; } } return (size >= 3) ? +(Math.round((number / Math.pow(10, size)) * 10) / 10d) + suffix[(size / 3) - 1] : +number + ""; } Found the base of the method offsite somewhere (ages ago, can't remember where). I updated it a bit. apa
  9. I disagree. I think the text makes it look tidy but a custom font may make it look crisper
  10. What? no the method at the top does nothing at all. If you really wanted your own utility which it seems this guy was trying to do, you would do something like private boolean turnRun(boolean on) { return settings.setRunning(on); } Unless I misunderstood your post? xd apa http://osbot.org/api/org/osbot/rs07/api/Settings.html#setRunning-boolean- gl
  11. I can extend your trial for an additional 24 hours if you wish. I am aware that there are currently a couple of issues with static pathwalking so while this is the case I'm happy to make a few exceptions. I've given you 24h longer. be sure to come to me if you have any more questions apa
  12. Hey What doesn't work? you'll need to be more specific. it's running fine for my on injection. On mirror the bot does have a few issues with walking (caused by client issues regarding positioning), but it should be perfect in injection. Perhaps you just set it up wrong? if so, open the console and see if it logs any messages suggesting what you an do to fix it. apa
  13. I hope you paid the guy back
  14. Hey! glad you like it, and the reason it's not banking is probably an issuse with your gui configuration. Open the console below the bot using the button at the top right of the bot client to see what went wrong it should write a message such as 'configured for too many inventory slots' etc. apa Awesmoe, thanks for the proggie Have featured. apa Will take a look into the attacking of others crabs. Yep, i've narrowed the 'getting stuck/walking crazily' error down to being mirror only. It seems the position tracking system in mirror has screwed up for ALL SCRIPTS so unfortunately we've just gotta be patient for the devs to fix this issue. : ) But it should still be as good as ever in injection : )))) apa Yep, i've narrowed the 'getting stuck' error down to being mirror only. It seems the position tracking system in mirror has screwed up for ALL SCRIPTS so unfortunately we've just gotta be patient for the devs to fix this issue. : ) But it should still be as good as ever in injection : ))) apa PS sorry for the copy and paste, the error seemed relevant to both of you and I just wanted you guys to understand why. apa
  15. I don't use ids at all, only names. Just make sure you start with resizeable off and ur inventory open? otherwise idk. apa
  16. Have given you both trials. Enjoy! apa
  17. Hey! It seems the positioning system for mirror client has screwed up. Unfortunately we've gotta just be patient and wait for the developers to fix this issue. For now youll need to use injection apa
  18. seems like localwalker really is having some issues, also experienced problems like this in the smither. Hopefully this shouldn't happen in injection mode, but I'll check if it's already been reported to the devs or not. in the meantime I'll work on implementing a system which allows the script to tele to cammy should it get lost. apa
  19. np. I've given you a 24h trial. Enjoy ! apa
  20. http://osbot.org/forum/topic/82546-moving-house/
  21. Why don't you advertise your own scripts in your sig? lol apa
  22. It shouldn't attack other peoples crabs (altho they may still attack your own). It should only click attack on crabs which are not being attacked by anyone else As for the teleporting suggestion, I will consider adding it... but it shouldn't really impact the amount of exp you get as you'll still end up with the same net hp (assuming you dont set the food to overheal). Will take a look apa How strange, these issues were never here before. Perhaps you could send me a screenshot of where exactly it's getting stuck? apa
×
×
  • Create New...