Mindee-BOT

Mindee-BOT Community => Share => Scripting => Useful Parts => Topic started by: MikeOwh on August 04, 2021, 05:38:36 pm

Title: [Share] Avoid sprites.
Post by: MikeOwh on August 04, 2021, 05:38:36 pm
With this script the BOT will look for an alternative way to avoid the desired sprites.
For example:
 - Poisonous root -> [ID 5769].

Configure sprite ID:
  Add the sprite ID to the "Map Collision" list.
  Add the sprite ID to the "Script tab" variable.

Search sprite IDs:
 Link: http://mindee-bot.com/download/data/sprites.zip (http://mindee-bot.com/download/data/sprites.zip)
  Note: Copy the link and paste it into the search bar.

Code: [Select]
# Avoid sprites  [v1.0.2]
###############################################

 # Sprite ID:
Sprite = 5576


###############################################

[This isn't all the code]
Title: Re: [Share] Avoid sprites.
Post by: MikeOwh on November 26, 2021, 06:29:26 pm
Updated!!