From 0daf5fad27842eb53079cfe1bbdbe6c8aa111bbc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 2 Jan 2019 01:38:40 -0200 Subject: Fix bugs on Lua --- npc/003-2/lua.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/003-2') diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 9bdcc35d7..4ec63ff13 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -125,34 +125,34 @@ L_Info: goto L_Task; L_Task: - mesc l(".:: Main Quest 2-1 ::."), 3; + mesc b(l(".:: Main Quest 2-1 ::.")), 1; if (BaseLevel >= 20) - mesc l("* @@/@@ Base Level", BaseLevel, 20), 3; + mesc l("* @@/@@ Base Level", BaseLevel, 20), 2; else mesc l("* @@/@@ Base Level", BaseLevel, 20), 9; if (JobLevel >= 6) - mesc l("* @@/@@ Job Level", JobLevel, 6), 3; + mesc l("* @@/@@ Job Level", JobLevel, 6), 2; else mesc l("* @@/@@ Job Level", JobLevel, 6), 9; if (Zeny >= 1000) - mesc l("* @@/@@ GP", Zeny, 1000), 3; + mesc l("* @@/@@ GP", Zeny, 1000), 2; else mesc l("* @@/@@ GP", Zeny, 20), 9; if (countitem(TulimsharGuardCard)) - mesc l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard)), 3; + mesc l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard)), 2; else mesc l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard)), 9; if (countitem(FishingRod)) - mesc l("* @@/@@ @@", countitem(FishingRod), 1, getitemlink(FishingRod)), 3; + mesc l("* @@/@@ @@", countitem(FishingRod), 1, getitemlink(FishingRod)), 2; else mesc l("* @@/@@ @@", countitem(FishingRod), 1, getitemlink(FishingRod)), 9; if (countitem(LifestonePendant)) - mesc l("* @@/@@ @@", countitem(LifestonePendant), 1, getitemlink(LifestonePendant)), 3; + mesc l("* @@/@@ @@", countitem(LifestonePendant), 1, getitemlink(LifestonePendant)), 2; else mesc l("* @@/@@ @@", countitem(LifestonePendant), 1, getitemlink(LifestonePendant)), 9; @@ -163,7 +163,7 @@ L_Task: countitem(TulimsharGuardCard) && countitem(FishingRod) && countitem(LifestonePendant)) - goto L_Complete; + goto L_Finish; mesn; if (!countitem(TulimsharGuardCard)) -- cgit v1.2.3-60-g2f50