diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:29:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:29:21 -0300 |
commit | c210b8c1485ab5ea5a96e6ccee76a0dc8bd82505 (patch) | |
tree | b9d3a24a872fde7f228923412850c6be15df8b87 /npc/005-1 | |
parent | 608514b4754311564713f219d4f92be9ca113032 (diff) | |
download | serverdata-c210b8c1485ab5ea5a96e6ccee76a0dc8bd82505.tar.gz serverdata-c210b8c1485ab5ea5a96e6ccee76a0dc8bd82505.tar.bz2 serverdata-c210b8c1485ab5ea5a96e6ccee76a0dc8bd82505.tar.xz serverdata-c210b8c1485ab5ea5a96e6ccee76a0dc8bd82505.zip |
Maya now explains about /mi or @monsterinfo
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/maya.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt index 9858e51f7..9f68af4fd 100644 --- a/npc/005-1/maya.txt +++ b/npc/005-1/maya.txt @@ -40,6 +40,7 @@ L_Next: mesn; mesq l("Good! First, let us test if you are resourceful. Bring me 3 @@ and 3 @@. That should be enough!", getitemlink(CottonCloth), getitemlink(MaggotSlime)); setq CandorQuest_Maya, 1; + tutmes l("You can use \"%s <monster_name>\" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false; close; L_QuestAccepted: @@ -50,12 +51,14 @@ L_QuestAccepted: rif(countitem(CottonCloth) >= 3 && countitem(MaggotSlime) >= 3, l("Here they are!")), L_QuestCompleted, rif(countitem(CottonCloth) < 3 || countitem(MaggotSlime) < 3, l("Oh, then I don't have enough! I'll bring more later!")), L_GetHelp1, l("Can we get back to that later?"), -; + tutmes l("You can use \"%s <monster_name>\" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false; close; L_GetHelp1: mes ""; mesc l("Protip: You can get @@ from shops. Cotton is rumored to be magical, keep this is mind.", getitemlink(CottonCloth)); mesc l("Protip 2: If you fell stuck, ask at #world, even if nobody is online. Who knows, someone on Discord or IRC might reply!"); + tutmes l("You can use \"%s <monster_name>\" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false; next; goto L_Close; |