From c210b8c1485ab5ea5a96e6ccee76a0dc8bd82505 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Feb 2020 08:29:21 -0300 Subject: Maya now explains about /mi or @monsterinfo --- npc/005-1/maya.txt | 3 +++ 1 file changed, 3 insertions(+) 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 \" 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 \" 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 \" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false; next; goto L_Close; -- cgit v1.2.3-60-g2f50