Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. Well, afaik, the webwalker or any walking event doesn't walk between different planes, you need to make your own ladder/stair handler until support is added.
  2. Well you didn't tell us what values it was returning tho, which makes it harder to know whats up with it.
  3. well, why not just use getSkills().getDynamic(Skill.HITPOINTS); ? :xdoge:
  4. or just getWalking().webWalk(new Position(x,y,z));
  5. getWalking().webWalk(position); ie. walk to bank. getWalking().webWalk(Banks.VARROCK_EAST.getRandomPosition());
  6. @Vilius OT: @Alek cause hes my brother
  7. Ah yes, been some time when I used message listeners :x
  8. You need to get a message listener, the method is onMessage() if I recall correctly. EDIT: I.e private void onMessage(String message) { if(message.contains("You get some oak logs.")) { itemsMade ++; } } You can make specific message type listeners too: if you put that in the onMessage method if(getType().equals(Message.MessageType.GAME)) { // game message } if(getType().equals(Message.MessageType.PLAYER)) { // player message } and in the onStart() method: getBot().addMessageListener(this);
  9. http://osbot.org/forum/topic/89662-powerlevelling-2def gl
  10. nah you try my ring maker :xdogE:
  11. Its hand done and not ruined, it is just power leveled.
  12. Hello, so I'm going to powerlevel any account to 2def if you give consent and give me +rep, tyvm. I'm charging only 420gp per account to powerlevel to 2def TOS: Everything is hand done If you order the service you cannot say I ruined you'r pure or w/e you wanted me to level it to 2def
  13. Why not just get the object of the rock and walk to it? I.E RS2Object rock = getObjects().closest("Essence rock"); getLocalWalker().walk(rock); couldn't that work for you?
  14. Where is my veteran rank/s3? huh? Expecting something new from 2016 tho
  15. I think we all can agree that this is the wettest release of the year
  16. Vilius

    Hi

    I'm not banned u pleb. pls fix :xdoge:
  17. Vilius

    Help plz

    you dont, you fix yo siggy first
  18. potatoe camera, any credits?
  19. How long can you bot per day?: dunno Mirror mode/Injection?: injection, I like to live dangerously :xdoge: Will you post all proggies?: erm.. sure Will you report every bug/issue?: ye Your skype: pchat or w/e
×
×
  • Create New...