Jump to content

KingBo

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

KingBo's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Can I get a trial? Thanks!
  2. Hey guys, so I've got this bit where the bot drinks wines but I want it to drop the jugs directly after drinking. if (getInventory().contains("Jug of wine") && myPlayer().getHealthPercent() <= 60) { log("Drinking"); getInventory().interact("Drink", "Jug of wine"); if (getInventory().contains("Jug")) { log("Dropping"); getInventory().interact("Drop", "Jug"); This is what I've got so far but it only works sometimes other times it just ignores the jug after drinking. What would be a better way to do this?
  3. How would I make the bot prioritise one ladder over another if it is in the middle of two, since .closest() wouldn't work.
  4. Does anyone know why this doesn't work?
  5. Can i get a free trial? Thanks
×
×
  • Create New...