Jump to content

maxibaby

Members
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

703 profile views

maxibaby's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. Can you please explain to me what are you doing. From what i read on api http://osbot.org/api/org/osbot/rs07/api/filter/FilterAPI.html#filter-java.util.Collection-org.osbot.rs07.api.filter.Filter...- Signature is filter(Filter<E>... filters) So, what are you guys passing as parameter?
  2. I'm trying to get all the objects of various id's inside an area. I was trying to getObjects().filter(new IdFilter(id),new AreaFilter(area)); But getting many repeated objects? Another question: For example, when i chop a tree, and i have an object, when it grows up, is the same object with different model, or is a new object
  3. Hello guys, would love to know how can i check if my character is walking or running, and if stamina > X, get him running instead of walking
×
×
  • Create New...