Mindee-BOT

Mindee-BOT Community => Share => Scripting => Useful Parts => Topic started by: =Mindee= on September 02, 2020, 01:53:13 pm

Title: [Share] New shop script + unwanted items script
Post by: =Mindee= on September 02, 2020, 01:53:13 pm
(http://mindee-bot.com/images/scripts/scheme.png)

1. Make hunting path in set 0. (Path must go through the spot location)
2. Make to shop path in set 1. (Must start from spot location and end in shop location)
3. Make back to hunt place path in set 2. (Must start from shop location and end in spot location)
4. Change spot location in script.
5. Change shop name in script. (Can be seen when you enter shop (in its title))
6. Change shop location (where to shop path ends) in script. (Near shop tile)

BOT sells items from autoloot list (if selling one by one).

Just set this setting in script according to your needs.
Code: [Select]
# Sell types: 1 - sell items one by one, 2 - sell all at once, 3 - sell one by one from backpack and all at once from depotmail, inventory
SellType = 1

Warning! Don't put any precious items in your storages or BOT will sell them all.

* Also included drop items with a queue script as a bonus. It can be used to get rid of unwanted items. For example, you're looting emeralds and someone decides to troll you by "feeding" your character with twinkling emeralds. BOT will get rid of these twinkling emeralds.

Update: if enabled, character will try going directly to the spot when storages are full.

Script is attached below.
Title: Re: [Share] Shop script which sells all items at once.
Post by: panjakui93 on December 26, 2020, 08:54:02 am
if want talk npc guard ?
Title: Re: [Share] Shop script which sells all items at once.
Post by: dora on December 26, 2020, 09:41:28 am
Can U Recheck this script ?
I use this before update and work very good.
but after update, Bot stuck inside shop. without sell anything , then go spot path. then back again to shop. repeat .
Title: Re: [Share] Shop script which sells all items at once.
Post by: =Mindee= on December 26, 2020, 06:17:13 pm
Can U Recheck this script ?
I use this before update and work very good.
but after update, Bot stuck inside shop. without sell anything , then go spot path. then back again to shop. repeat .

It will be fixed in next version.
Title: Re: [Share] Shop script which sells all items at once.
Post by: dora on December 27, 2020, 03:32:50 am
thanks.
Title: Re: [Share] New shop script + unwanted items script
Post by: =Mindee= on February 16, 2022, 04:39:17 pm
Updated.

Fixed one small bug related to ignoring mobs.
Title: Re: [Share] New shop script + unwanted items script
Post by: Tigreal on January 29, 2026, 09:24:33 am
Script dont have shop sale items id option
so bot stuck at shop
Title: Re: [Share] New shop script + unwanted items script
Post by: =Mindee= on January 30, 2026, 11:05:39 am
ShopName = 'Scrapyard' # Change to your shop name which you will be using
# For Scrapyard set to 1. For other shops set to 2.
SellOptionId = 1

Make sure shop name is correct and also SellOptionId.
Title: Re: [Share] New shop script + unwanted items script
Post by: Tigreal on January 31, 2026, 06:31:13 pm
I understand. We need to enter the ID of the item we want to sell in the loot section.