Username: Password:

Author Topic: [Share] Cleansing fluid.  (Read 1474 times)

Offline MikeOwh

  • Administrator
  • Wolf
  • *****
  • Posts: 156
  • Cookies 10001
  • The DemonLord himself.
    • View Profile
    • OwhTool
[Share] Cleansing fluid.
« 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:
  Load "Cleansing fluid.py" file.
  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.

Code: [Select]
# 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]
« Last Edit: December 06, 2021, 09:02:57 PM by MikeOwh »