summaryrefslogtreecommitdiff
path: root/npc/003-2/lua.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-02 01:38:40 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-02 01:38:40 -0200
commit0daf5fad27842eb53079cfe1bbdbe6c8aa111bbc (patch)
treeb7e480b52f10c5c07c4d56f07f68444134235016 /npc/003-2/lua.txt
parent4f68906d32f3bd44dd77a61c612b58a49ccbc982 (diff)
downloadserverdata-0daf5fad27842eb53079cfe1bbdbe6c8aa111bbc.tar.gz
serverdata-0daf5fad27842eb53079cfe1bbdbe6c8aa111bbc.tar.bz2
serverdata-0daf5fad27842eb53079cfe1bbdbe6c8aa111bbc.tar.xz
serverdata-0daf5fad27842eb53079cfe1bbdbe6c8aa111bbc.zip
Fix bugs on Lua
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r--npc/003-2/lua.txt16
1 files changed, 8 insertions, 8 deletions
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))