Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. apply for sdn rank. looks like a good script. gl on it
  2. Been there, done that. I know you have not seen the private section nor been here for very long like me. Before we never had the communication we have now. We actually have more power then we did before. I believe this is all we are going to get, for now..... The blue pixie could probably vouch for this.
  3. Just to kill the rumors the only reason scripts like that are not allowed premium is because the method is good for a little then dies off quickly. Plus in the past we had these scripts. The scripters would make a couple quick bucks and run away and forget about the script. So...... now it's on the non wanted list
  4. noobs initialize your global instance using the getter method from method provider do it on the onStart ExperienceTracker xpTrack; onStart() { this.xpTrack = getExperienceTracker(); }
  5. Why dont i have an OSD rank

  6. Slow stepping. Find item using item container. Item item = Bank.getItem (food); Bank.withdrawAll(item.getName ()); Just do a null check on the item.
  7. The inventory doesn't always have to be full to drop
  8. no word since hes last replly
  9. we could also use the root id and search the widget text in case they change the child ids or whatever
  10. im talking about the recording. you walk around it records your path using random distance every time. @Botre you forgot to add (currentPos != lastPos)
  11. why you no check SDN? http://osbot.org/forum/topic/57725-divine-utility/ it does both record path for us and you cna manually collect. Added support for area as well. On top of all that my script doesnt create a file but opens a window and allow the user to copy and paste edit: my recording check the distance between current pos and last pos set. It will use a random distance every time.
  12. Joseph

    Any Ideas?

    it will return the wrong value. fight someone, wait until the bar disable and eat some food. youll see it wont update without the bar
  13. Joseph

    Any Ideas?

    getHealth() returns a int when hp bar above character is visible. so use the current hp to track when to eat
  14. inventory and bank and cclass that extends item container you would use http://osbot.org/api/org/osbot/rs07/api/util/ItemContainer.html#getAmount-java.lang.String...-
  15. would you recommend deleting it or replacing them using this http://osbot.org/forum/topic/68583-projectpacts-randomdat-deletion-helps-lower-the-risk-of-bans/
  16. i never really knew the store was ordered by the amount of sales. can i get a confirmation. Congratz czar
  17. ya much better then 8.0 idk bout 8.2
×
×
  • Create New...