summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-27 20:51:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-27 20:51:09 -0300
commit9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a (patch)
treea4d2a49b9060ab7377ae90336419457cd5cc4d9d
parent861a5d127d7e50900ca32ba97aee8647b8709894 (diff)
downloadserverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.tar.gz
serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.tar.bz2
serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.tar.xz
serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.zip
Add a proper tutorial page on Nylo about beer
-rw-r--r--npc/005-5/nylo.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt
index c37c1ed99..c0ac3d98c 100644
--- a/npc/005-5/nylo.txt
+++ b/npc/005-5/nylo.txt
@@ -31,6 +31,14 @@
mesn;
mesq l("Of course: better drinks, more EXP. Just be careful to don't get so drunk that you cannot fight anymore, will ya?");
next;
+ if (TUTORIAL && !@beertuto) {
+ @beertuto=true;
+ mes l(".:: Alcohol Tutorial ::.");
+ mesc l("Drinking with friends will give 1.5% extra XP boost for each person nearby.");
+ mesc l("Alcohol effects expire upon death. You need vitality to drink more beer.");
+ mesc l("Even if you drink alone, you'll still receive the EXP bonus marked on the item description.");
+ next;
+ }
closeclientdialog; // Not needed?
openshop "Nylo#Beer";
break;