summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 16:30:42 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 16:30:42 -0300
commitcd8d4b1533eb9db9215c8f6b5aa7d33a5a149205 (patch)
tree6dd1d08bf9a54ad7cedd64f45513a7d277b27c61 /npc/003-2
parentbf1c9b33cda8e7352f9000e527c2c3cbd76bd67e (diff)
downloadserverdata-cd8d4b1533eb9db9215c8f6b5aa7d33a5a149205.tar.gz
serverdata-cd8d4b1533eb9db9215c8f6b5aa7d33a5a149205.tar.bz2
serverdata-cd8d4b1533eb9db9215c8f6b5aa7d33a5a149205.tar.xz
serverdata-cd8d4b1533eb9db9215c8f6b5aa7d33a5a149205.zip
Lua will also hint to players where they can get extra experience.
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/lua.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 66ca89e6d..72a7a1835 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -214,6 +214,10 @@ L_Task:
mes l("There are some sailors near the forge. Think outside the box - or rather, inside it, unless you have a fortune to buy the items.");
mes "";
}
+ if (BaseLevel < 20) {
+ mes l("If you are in need to get lots of experience quickly, you should try to engage the bigger and stronger monsters in the town. However, if they hit you, it's Soul Menhir for you.");
+ mes "";
+ }
close;
L_Finish: