From 821d143a12a652a441b709024d04d47c072de866 Mon Sep 17 00:00:00 2001 From: davoodinator <135515620+McVaxius@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:46:36 -0400 Subject: [PATCH] perfect costa leves now perfect costa leves now --- .../CostaDelSolLeve_McVaxius.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Community Scripts/Quests And Levelling/Costa Del Sol and Quarrymill Leves/CostaDelSolLeve_McVaxius.lua b/Community Scripts/Quests And Levelling/Costa Del Sol and Quarrymill Leves/CostaDelSolLeve_McVaxius.lua index 106826d2..04df40ac 100644 --- a/Community Scripts/Quests And Levelling/Costa Del Sol and Quarrymill Leves/CostaDelSolLeve_McVaxius.lua +++ b/Community Scripts/Quests And Levelling/Costa Del Sol and Quarrymill Leves/CostaDelSolLeve_McVaxius.lua @@ -1,7 +1,6 @@ --needs bunch of stuff ill document later maybe --put the sea pickles into chocobo --turnoff addon errors ---cancel out blue menu wahtever leve so it snot in displayed list function visland_stop_moving() yield("/equipguud") @@ -41,13 +40,17 @@ fartingGoat = 1 function turnin() hehehe = 1 yield("/echo Quest list -> "..GetNodeText("_ToDoList", 8, 13)) - + --check first two quests to see if they are the turnin ones. we can finally ignore blue menu now while hehehe == 1 do hehehe = 0 floob = GetNodeText("_ToDoList", 8, 13) if floob == "A Recipe for Disaster" or floob == "Just Call Me Late for Dinner" or floob == "Kitchen Nightmares No More" then hehehe = 1 end + floob = GetNodeText("_ToDoList", 9, 13) + if floob == "A Recipe for Disaster" or floob == "Just Call Me Late for Dinner" or floob == "Kitchen Nightmares No More" then + hehehe = 1 + end floob = GetNodeText("_ToDoList", 8, 13) yield("/target F'abodji") yield("/wait 0.5")