Jump to content

Apaec

Scripter III
  • Posts

    11172
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Are you running version 3.15? sometimes takes 1-2 hours for the script manager to approve the update Also, if you had an acc permed on ur comp that shouldn't affect it apa
  2. Update! Version 3.15 Fixed up script to work with latest client release. This involves incorporating the widget system which was released yesterday.Apaec banking should be fixed in the update i just released (version 3.15). And if you're lucky, your first ban will be a 48h ban. If you do get one, I suggest quitting botting if this is your main we're talking about. If you're unlucky, you'll get permed right off the bat, which would be really unfortunate but occasionally it does happen apa
  3. I play haha, just recently started up again for a bit of fun just drop me a PM if you're interested in playing or friending or w/e apa
  4. old x)
  5. Apaec

    HEY!

    Welcome! but be careful!
  6. this sounds really bad
  7. UPDATE! Version 1.4 Incorporated the new widgets system into the script. Let me know if anything doesn't work! Apaec
  8. Appreciate it! What do we need to update. Is it only the interfaces system which has changed? Apaec
  9. Not sure. Just be careful, I suppose bans are just unpredictable apa
  10. Have you updated your client? Maxi said he fixed the issue (it was a client issue btw) in the previous update. Just make sure you're up to date, and if it still doesn't work, drop a quick post in the client bug report section Apaec
  11. Thanks again!
  12. Hi, try downloading the latest? 2.3.35? does it work on there? apa
  13. Heyo, looking forward to seeing you with scripts on the market Apa your friend
  14. Good luck! Where are you botting? Apaec
  15. Sure, have enabled a 24h trial on your account apaec
  16. Ew sounds like a ban wave of some sort. Unlucky guys Apa
  17. iron knives, best for sure!
  18. for those of you who cba to click the link *flies away*
  19. @Designer - I really liked him up until his scammed me, was a shame he had to be banned
  20. Hey! this is an issue with the API caused by a recent runescape update. The Devs are working on a fix as you can see in this thread: http://osbot.org/forum/topic/66667-banking-issues-2/#entry732573 - i'm sorry for any inconviniences caused however I cannot do anything about it until the fixed client is pushed (hopefully tomorrow) Woah! thanks for the proggie mate! Glad to hear you like the script too. Feel free to leave a review if you have a spare second here: http://osbot.org/forum/store/product/373-apa-rock-crabs/ Appreciate the kind words! Apa PS: That's alot of caskets xDD
  21. Just play with headphones and turn the sound up
  22. You can use a filter: public static NPC getClosestAliveNotUnderAttackForNameAndActionInArea( Script script, String name, String action, Area area) { NPC closest = null; double lowest = Double.MAX_VALUE; for (NPC npc : script.getNpcs().getAll()) { if (npc != null && npc.exists() && npc.getHealth() > 0 && !npc.isUnderAttack()) { final String npcName = npc.getName(); final List<String> actions = Arrays.asList(npc.getDefinition() .getActions()); final double d = npc.getPosition() .distance(script.myPosition()); if (npcName.equalsIgnoreCase(name) && actions.contains(action) && d < lowest && area.contains(npc)) { closest = npc; lowest = d; } } } return closest; } Stick that method in your code, then define your cow as: NPC cow = this.getClosestAliveNotUnderAttackForNameAndActionInArea(this, "Cow", "Attack", COW_AREA); //where cow area is defined as eviltwin mentioned Otherwise what twin said works, although the messagelistener isn't 100% reliable/clean it works too. Apaec
  23. Super cool!
  24. I have some converse shoes, a pair of trainers, climbing shoes and smart shoes
  25. Nice release mate! Should work great at chaos temple on an f2p world too, I used to have a chaos temple burier and its was okay exp (3k/h) apa
×
×
  • Create New...