Jump to content

skillerkidos1

Lifetime Sponsor
  • Posts

    1213
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by skillerkidos1

  1. How to get lured 101 join this guy XD
  2. It’s like 15m or less probably
  3. With AHK you can’t, you’ll have to use virtual machines
  4. Welcome! make sure to join the official discord
  5. can you dm me the logger or send it to me on discord please! Its working fine for me atm is it version 1.51?
  6. first number is max time to sleep before waking up, 2nd number is how often it checks so 600 is every game tick
  7. Looks good but you might want to add some conditional sleeps for cutting the tree, otherwise it looks like its going to keep randomly clicking on the tree even if its still chopping it down. something like else if(tree != null && !myPlayer().isAnimating()){ log("Chopping..."); if(tree.interact("Chop down")){ new ConditionalSleep(10000, 600) { @Override public boolean condition() throws InterruptedException { return !myPlayer().isAnimating() && !myPlayer().isMoving() && !tree.exists(); } }.sleep(); } }
  8. You are the first to report any of this and i have a few accounts running with none of these issues, talking to you on discord now
  9. 1. Stealth Injection or Mirror Mode: mirror 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : https://pastebin.com/EBBm4iJi had to run west for it to fix, completed quest after i did that 3. Description: was stuck here
  10. Only really need to be able to cast iban blast spell or 75+Magic for trident
  11. No you can use ring of dueling with pendant in bank to teleport instead
×
×
  • Create New...