Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. I am Sinatra. Also known as TheObserver, Trinity, Haki, etc. I am your Son. HOW CAN YOU FORGET ME FATHER. Other aliases: Trinity (trinityscripts w/Okabe) : I left for a bit for stupid reasons and had to deal with that. I am now back.
  2. im still waiting for S2 apps
  3. Nice leak
  4. It's always been like that?
  5. well he will have to try again . can't post outside of appeal xD
  6. he a vader + flamer xd. needs ban asap guy sucks
  7. arent u a vader
  8. Taverly [blue && Black] Dragons done. sneak peek http://i.imgur.com/Sea7fjB.png. :D small project im working on ;)

  9. Day 1: Dragons Source rework [Taverly Blue dragons finished] More to go

    1. Scotty

      Scotty

      nice, looking well

  10. waiting for my Trial Mod
  11. Only pay if successful. It's harder to do it now.
  12. I can take anything you throw at me. I learn by being bashed! Thanks for the helpful information.
  13. INodeRouteFinder is for internal client use now.
  14. Thanks for letting me know WebWalkEvent event = new WebWalkEvent(position); PathPreferenceProfile ppp = new PathPreferenceProfile(); ppp.setAllowTeleports(true); event.setPathPreferenceProfile(ppp); event.prefetchRequirements(bot.getMethods()); execute(event);
  15. Removed.
  16. ProjectPact for sure. I used to beta test his script before I was a scripter (VIP Broski). Always updated his scripts on time, and never let me down. Very helpful and you will enjoy his script.
  17. Chris

    Help

    public boolean canProcess() { return api.getInventory().isFull(); } public boolean canfix(){ return api.getObjects().closest("") != null && api.getObjects().closest("").isVisible();// if a object is on a screen == true, how do I do that? } @Override public void process() { api.getInventory().dropAll(); }
  18. Line 67 in FlaxSpinner.java
  19. My player.isinteracting#NPC
  20. http://osbot.org/forum/topic/94684-snippet-autocast-api/
  21. interact(action, boolean rightClick) was removed. Try getting the items location and creating a custom method using the Mouse class & MenuAPI class then just mouse click and check if the correct item is selected.
  22. just remember the parameters it takes. (QuestsAPI quest, MethodProvider api) you can always change it up to where u only need the MethodProvider instance
×
×
  • Create New...