Jump to content

Ragnar Lothbrok

Members
  • Posts

    210
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Ragnar Lothbrok

  1. Wait for the client to be updated - there was an update today which usually means hooks etc need to be updated.
  2. I'd limit betting to days you can afford to lose. As for botting who knows
  3. 0 to 65535 however some may already be in use - I'm sure you're not going to run out of ports to use however.
  4. Change the port. -debug 5005 -debug 5006 -debug 5007 -debug 5008 -debug 5009 -debug 5010 And so on...
  5. Your question is pretty vague however here's a snippet that will web walk to a Lumbridge Upper Bank if you're not currently there. if (!Banks.LUMBRIDGE_UPPER.contains(myPosition())) { getWalking().webWalk(Banks.LUMBRIDGE_UPPER); } else { // We are at Lumbridge Upper Bank // Do our tasks }
×
×
  • Create New...