Jump to content

skillerkidos1

Lifetime Sponsor
  • Posts

    1207
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by skillerkidos1

  1. Welcome! make sure to join the official discord
  2. 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?
  3. first number is max time to sleep before waking up, 2nd number is how often it checks so 600 is every game tick
  4. 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(); } }
  5. 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
  6. 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
  7. Only really need to be able to cast iban blast spell or 75+Magic for trident
  8. No you can use ring of dueling with pendant in bank to teleport instead
  9. Like 5-10m lol 99 cooking take like 24hrs and cost 5m-10m with wines now right?
×
×
  • Create New...