From a444d61ebe437ba5f50a44fbb0acd549071fc3da Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Feb 2020 23:43:44 -0300 Subject: Lifestone Pendant is no longer part of MQ 2-1 (aka. Main Quest 2) --- npc/003-2/lua.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 418986401..c9dea26cb 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -207,7 +207,7 @@ L_Task: msObjective(countitem(FishingRod), l("* @@/@@ @@", countitem(FishingRod), 1, getitemlink(FishingRod))); - msObjective(countitem(LifestonePendant), l("* @@/@@ @@", countitem(LifestonePendant), 1, getitemlink(LifestonePendant))); + //msObjective(countitem(LifestonePendant), l("* @@/@@ @@", countitem(LifestonePendant), 1, getitemlink(LifestonePendant))); next; if (BaseLevel >= 20 && @@ -215,8 +215,8 @@ L_Task: Zeny >= 1000 && (CRAFTQUEST || MPQUEST) && countitem(TulimsharGuardCard) && - countitem(FishingRod) && - countitem(LifestonePendant)) + countitem(FishingRod) )//&& + //countitem(LifestonePendant)) goto L_Finish; mesn; -- cgit v1.2.3-70-g09d2