summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-25 18:17:37 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-25 18:17:37 -0300
commit4836dcd37bb0400ad5e607d7017a655cabb3a5c1 (patch)
tree5a9776af96b41a7af9e17e1dfa6a5a73bd500a49 /npc/003-2
parentc99162adfd0722dcff5a812f91e2523068f1cbe6 (diff)
downloadserverdata-4836dcd37bb0400ad5e607d7017a655cabb3a5c1.tar.gz
serverdata-4836dcd37bb0400ad5e607d7017a655cabb3a5c1.tar.bz2
serverdata-4836dcd37bb0400ad5e607d7017a655cabb3a5c1.tar.xz
serverdata-4836dcd37bb0400ad5e607d7017a655cabb3a5c1.zip
Lua - Instruct about AFK Area and Beer for people below level 20
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 42257d51c..2a110d5e1 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -246,6 +246,10 @@ L_Task:
}
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.");
+ next;
+ mes l("Another way to quickly get experience at lower levels, is visiting %s and talking to Professor. I heard those whom sit at the rug gain exp just by listening.", b(l("Magic Council")));
+ next;
+ mes l("But the most useful thing might be drinking %s and the like. They also boost drop rates, but weak drinks effects are low and short.", getitemlink(Beer));
mes "";
}
close;