Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Looks okay to me. You said it works for 2 trees? Can you throw in some log statements inside the case and run it for me?
  2. Have you tried adding logs log("Can I reach this statement?"); and also what does your getState look like? You should also look into the InteractionEvent API. it handles visibility checks etc. Real easy to use http://osbot.org/api/org/osbot/rs07/event/InteractionEvent.html EXAMPLE SNIPPET: public boolean interact(final Entity entity, final String option) { InteractionEvent IE = new InteractionEvent(entity, option); IE.setOperateCamera(false); IE.setWalkTo(false); IE.setHover(true); if(IE != null) { execute(IE); //other checks } } // if (interact(tree,"Chop")) ///
  3. Chris

    Windows7 BSOD

    Are you ocing?
  4. You bought a crapple
  5. Chris

    Slayer.

  6. What platform and game type?
  7. Thanks I can use this in Trinity Giants . You read my mind keepo OT: Nice work babe
  8. Injection all the way
  9. 1.5m
  10. :huh:
  11. Chris

    soonTM?

    Noo
  12. Rainierland.com
  13. Chris

    F2p Pure

    13m
  14. https://www.ovh.com/us/vps/vps-ssd.xml
  15. Yes
  16. Add my skype asap ' osbotsinatra1 '
  17. Chris

    F2p Pure

    6M
  18. ConditionSleep? return if in dialogue
  19. wats good
×
×
  • Create New...