Jump to content

sdsdsd

Members
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

sdsdsd's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. It is stuck on Grapping runesape parameters and then bot initialization error
  2. Could you guys help me at another task. I'm trying to read chatbox when bird nest spawns to me @Override public void onMessage(Message message) throws java.lang.InterruptedException { String txt = message.getMessage().toLowerCase(); if (txt.contains("nest")) { nest++ } } but when i try to implement the method onMessage(); i dont understand the (Message message) parameter. Typeid ?, My osrs username?, the message like "nest"?
  3. Thank you very much sir! I'm new to java world and trying to learn programming
  4. Could you give me little snippet, i have been trying to make it work 2 days now and i just dont know...I'm making this for my purposes, not for selling
  5. Thank you for replying. I ended up using: RS2Object[] kivi = objects.getAll().stream().filter(o -> o.getId() == 11366 || o.getId() == 11367).toArray(RS2Object[]::new); ekakivi = kivi[1]; tokakivi = kivi[2]; Like this
  6. Hello, I'm building a miningbot who mines coal at mining guild. It works perfectly but i cant get the next rock hoover while mining the first one. So i want to hoover to next rock already when mining the other. Im only able to identify rocks by: MethodProvider method = client.getMethods(); Entity rock = method.objects.closest(rockID1, So how i can detect more rocks already and decide the next one and hoover the mouse already there?
  7. what does API click system mean? when pickpocketing?
  8. Its almost perfect. It moves camera way too much. Agility trainers wont move camera at all. clicking is otherwise good
  9. This script missclicks at seer's village when starting new round at first objective very very often
×
×
  • Create New...