diff options
-rw-r--r-- | npc/003-2/lua.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; |