Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. lucassousa

    Question Best way to dropping?

    ForEach is better way to Dropping items? Actually I'm using a code like this below and the bot stills undropping some items. for (SpriteItem x : Inventory.getItems()){ if (x != null){ if (x.interact("Drop")){ Execution.delayUntil(() -> !x.isValid(), 1200); }...
Top