Username: Password:

Author Topic: [Share] Drop items not in autoloot.  (Read 1738 times)

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
[Share] Drop items not in autoloot.
« on: February 25, 2020, 10:59:32 PM »
Sometimes bot autoloots wrong items by accident (lag).

You can fix it by using this callback:

Code: [Select]
def onReceiveAddItemToBackpack(slot, itemId):
if not script.IsInLoot(itemId): # Drop items not in autoloot list.
script.DropItem(slot)

This will work in 1.9.63 and higher versions.

BOT will drop item on free spot.
« Last Edit: March 08, 2020, 04:20:42 PM by =Mindee= »




Mindee-BOT creator, founder and developer.

Offline rocketm2

  • Administrator
  • Snake
  • *****
  • Posts: 71
  • Cookies 5
  • Lvl Up~
    • View Profile
Re: [Share] Drop items not in autoloot.
« Reply #1 on: February 29, 2020, 07:04:03 AM »
not risk of dropping another items?  [ohhbitch] [hmmm] [what?]
Tibiame AutoHunt Service - Send PM~

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: [Share] Drop items not in autoloot.
« Reply #2 on: February 29, 2020, 03:45:19 PM »
Of course there is a risk. But not for items already in backpack.


Mindee-BOT creator, founder and developer.