diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-23 23:43:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-23 23:43:44 -0300 |
commit | a444d61ebe437ba5f50a44fbb0acd549071fc3da (patch) | |
tree | 14116fd2d2a12ae76fc6b087ba10ca4b775ce14a /npc | |
parent | 32225b2c982ac0bfe559717405036dddca853f42 (diff) | |
download | serverdata-a444d61ebe437ba5f50a44fbb0acd549071fc3da.tar.gz serverdata-a444d61ebe437ba5f50a44fbb0acd549071fc3da.tar.bz2 serverdata-a444d61ebe437ba5f50a44fbb0acd549071fc3da.tar.xz serverdata-a444d61ebe437ba5f50a44fbb0acd549071fc3da.zip |
Lifestone Pendant is no longer part of MQ 2-1 (aka. Main Quest 2)
Diffstat (limited to 'npc')
-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; |