Jump to content

Cyro

Members
  • Posts

    387
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male
  • Location:
    Australia

Cyro's Achievements

Black Poster

Black Poster (5/10)

45

Reputation

16

Community Answers

  1. Cyro

    All Food Support

    Instead of myPlayer()#getClient() you can just use clientWhy not use item#getItemDefinition() And the first option might not be the in the first index in the actions array Not sure but you might want to check it
  2. good job it looks nice and the API is way better than before
  3. Nice tutorial , I like how you use the pictures it will encourage people to write the code and not c&p
  4. Is that you own server?
  5. it's java (what u use for scripting) not javascript they are different http://www.java.com/en/download/faq/java_javascript.xml
  6. i agree i am pretty sure message.contains("Woodcutting level"); would return true if you level up there are 2 onMessage() methods use the one with Message as parameter then you can check for the type of the message
  7. nice methods , i made my own ages ago and mainly it was because of the scrolling postCount++;
  8. They are actually quite easy basically but can be confusing at the start or just some of the methods.This might help you http://www.tutorialspoint.com/java/java_strings.htm Good luck with this and have fun
  9. it was a simple good game why is he taking it down? he makes 50k/day from ads for android you can extract the apk for it(there is an app for it) and save the file to you computer so you don't lose it and reinstall it on any android device
  10. Just delete the client jar located in Data folder within osbot's folder
  11. I just noticed this. Never actually looked or cared about this
  12. school starts...

  13. Cyro

    New Shop API

    Check the inventory class there is interact methodshttp://osbot.org/api/org/osbot/script/rs2/ui/Inventory.html
  14. you already added it that why you got that i like running it through eclipse as i can see all the logs on the eclispe console which stays there even if osbot closes also the errors and the lines are there simply click it and it navigates to the line which is causing the error
×
×
  • Create New...