From 8608190b62a3c59cac425fac23b76fc547ac87cb Mon Sep 17 00:00:00 2001 From: Oliver Maus Date: Fri, 29 Nov 2024 10:27:59 +0100 Subject: [PATCH] added Whipper Root Tuber, Crystal Flake Throat Lozenge and Lily Root --- AutoPotion.toc | 2 +- Core/Potions.lua | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AutoPotion.toc b/AutoPotion.toc index f2ce77d..80f28e3 100755 --- a/AutoPotion.toc +++ b/AutoPotion.toc @@ -2,7 +2,7 @@ ## Interface-Classic: 11505 ## Interface-WOTLKC: 30403 ## Interface-Cata: 40401 -## Version: 3.8.2 +## Version: 3.8.3 ## Title: Auto Potion ## Author: ollidiemaus ## Notes: Updates the Macro AutoPotion to use either Healthstone or the highest Potion found in Bags diff --git a/Core/Potions.lua b/Core/Potions.lua index 313fe0d..b254fde 100644 --- a/Core/Potions.lua +++ b/Core/Potions.lua @@ -70,9 +70,12 @@ ham.minor2 = ham.Item.new(19005, "Minor Healthstone") ham.lesser0 = ham.Item.new(5511, "Lesser Healthstone") ham.lesser1 = ham.Item.new(19006, "Lesser Healthstone") ham.lesser2 = ham.Item.new(19007, "Lesser Healthstone") +ham.crystalFlakeThroatLozenge = ham.Item.new(23683, "Crystal Flake Throat Lozenge") ham.healtsthone0 = ham.Item.new(5509, "Healthstone") +ham.lilyRoot = ham.Item.new(14894, "Lily Root") ham.healtsthone1 = ham.Item.new(19008, "Healthstone") ham.healtsthone2 = ham.Item.new(19009, "Healthstone") +ham.wipperRootTuber = ham.Item.new(11951, "Whipper Root Tuber") ham.greater0 = ham.Item.new(5510, "Greater Healthstone") ham.greater1 = ham.Item.new(19010, "Greater Healthstone") ham.greater2 = ham.Item.new(19011, "Greater Healthstone") @@ -244,9 +247,12 @@ function ham.getHealthstonesClassic() ham.greater2, ham.greater1, ham.greater0, + ham.wipperRootTuber, ham.healtsthone2, ham.healtsthone1, + ham.lilyRoot, ham.healtsthone0, + ham.crystalFlakeThroatLozenge, ham.lesser2, ham.lesser1, ham.lesser0,