Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. amg so cute! ==== Here's mine:
  2. It's all speculation really but im assuming jagex already knows everyone who bots and they selectively ban anyway (if they wiped all botters, there would be no rs (think about it :p)). If you want to use it that's fine, it might give you a bit of a peace of mind, however the impact it has on preventing your account being banned is presumably very small. ~apa
  3. Hey, sure! all he needs to do is like the main post on this thread and he'll recieve a trial There should be more info on the front page! ~apa
  4. Perhaps you ran out of food in the back ? (or potions?) Check the log ! apa
  5. Ah, sorry was unaware that is what you were trying to achieve"!
  6. You can use webwalking, or predefined paths. I personally use predefined paths as they're probably more reliable and it's what i'm used to using. Besides I never really needed webwalking until recently You can define a path as a list of positions. List<Position> path = Arrays.asList(new Position(2668, 3636, 0), new Position(2312, 5232, 0), new Position(1232, 5123, 0), new Position(2351, 6654, 0)); You can then use the walking api to traverse this path: walking.walkPath(path); there we go ~Apa
  7. I could potentially make it use up every last bar however this would require some major engine changes as the script relies on having it's inventory full - it would be alot of effort to do. I tend to just finish the last inventory off by hand anyway, I suppose that always helps to potentially prevent a ban :p As for toggling the logging off, I'll look into doing this (I have done a similar thing for my chest thiever), However i'll do it as a batch update following the game update this thursday (changes will need to be made as javelins will become smithable). Cheers! apa
  8. Update! Version 3.45 Script now drops any unwanted items it accidentally collects eg seaweed, ores, oysters etc. Updated walking to work with latest walking API Camera's default position is now in the top most position Antiban improved, and now procs more frequently Script should now walk towards loot if its too far away Enjoy! ~apa
  9. It will automatically update when the code has been verified by the developers / script manager. I believe since writing this post it's been updated ~apa
  10. UPDATE! Due to todays OSBot update, scripts are no longer to write or read from files outside of your OSBot data folder. Previously, all images and information was cached into a folder inside the OSBot folder (but outside of the data folder). This is the reason the script was failing to start - it failed to read your saved data eg cached images and/or saved gui settings from your file system. This script update, V1.15, has migrated all saved data into your User/x/OSBot/data folder. Expect the script to take a few seconds to start up while the data is re-cached! Sorry for any inconveniences caused, ~apa
  11. Thanks for sharing this with me, I will take a look! ~apa UPDATE! Due to todays OSBot update, scripts are no longer to write or read from files outside of your OSBot data folder. Previously, all images and information was cached into a folder inside the OSBot folder (but outside of the data folder). This is the reason the script was failing to start - it failed to read your saved data eg cached images and/or saved gui settings from your file system. This script update, V3.44, has migrated all saved data into your User/x/OSBot/data folder. Expect the script to take a few seconds to start up while the data is re-cached! Sorry for any inconveniences caused, ~apa
  12. Strange, are you sure it doesn't say anything else eg if there's an error or something like that?
  13. Strange, are you sure you've not configured something wrong? check the console logger! ~apa
  14. Apaec

    Team Logo For Genii

    10/10 as always
  15. Yay Unfortunately I don't have facebook! x)
  16. Apaec

    APA Chest Thiever

    Hard to say, but it would take a long time to get 99 with this as the exp isn't fantastic. It's mainly for profit tbh. ~apa
  17. i love key and peele lmao
  18. making an ironman is good fun if u want to get back into it standard account is also fun but gets a little boring after a while
  19. Apaec

    Zulrah Help

    just try and memorise 1 rotation at a time... and just practice it becomes second nature after like 20-30 kills
  20. wow... this is going to need alot of testing!
  21. odd... can you answer these questions for me: What does it say in the logger? (error message or perhaps you configured something wrong) What point in the cycle is it getting stuck? Thanks, apa
  22. Yep. If you refresh your scripts you should now have a 24h trial! ~apa
×
×
  • Create New...