Mindee-BOT
Mindee-BOT Community => Scripting => Share => Topic started by: MikeOwh on December 06, 2021, 07:25:12 pm
-
With this script you will use the "cleansing fluid" in Ephialtis and will retrieve/fill them when needed.
Configure script:
1º Load "Cleansing fluid.py" file.
2º Leave a single "cleansing fluid" in the backpack and the rest in inventory.
Edit the waypoint:
Note that you can edit the waypoints to your liking. Also, don't forget to change the coordinates.
# Cleansing fluid [v1.0.3]
###############################################
# Waypoints:
Set_Hunt = 0
Set_To_Fountain = 1
Set_To_Hunt = 2
# Spots:
Spot_Hunt = (x, y, z)
Spot_Fountain = (x, y, z)
# Bottle states:
full = 2587
empty = 5230
fluid = [6493, 6494, 2587]
fill = [5230, 6493, 6494]
###############################################
[This isn't all the code]