summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-04 23:26:54 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-04 23:26:54 -0200
commit21225a6fb66af09155b1308de3e783c48f618749 (patch)
tree138f79d521b3b6a62c09b2365bdc2e5c84fc556c
parent703a85b6f86fbe31163506b1de57cd2a5ba09d4a (diff)
downloadserverdata-21225a6fb66af09155b1308de3e783c48f618749.tar.gz
serverdata-21225a6fb66af09155b1308de3e783c48f618749.tar.bz2
serverdata-21225a6fb66af09155b1308de3e783c48f618749.tar.xz
serverdata-21225a6fb66af09155b1308de3e783c48f618749.zip
Ok, enough testing for now, players will have enough lead to don't feel lost at
Tulimshar, and enough reason to leave city walls and visit the mines. Reason being, Giant Maggots are now just too much powerful for those Apane clones %%e
-rw-r--r--npc/003-2/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 30a97dcbb..cdb1feca2 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -139,7 +139,7 @@ L_Task:
if (Zeny >= 1000)
mesc l("* @@/@@ GP", Zeny, 1000), 2;
else
- mesc l("* @@/@@ GP", Zeny, 20), 9;
+ mesc l("* @@/@@ GP", Zeny, 1000), 9;
if (countitem(TulimsharGuardCard))
mesc l("* @@/@@ @@", countitem(TulimsharGuardCard), 1, getitemlink(TulimsharGuardCard)), 2;