summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 02:00:51 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 02:00:51 -0300
commit98ba4904651a9d6cce3a4c79c85b609d02594bc5 (patch)
tree0a363ad631953ec0b5d1de0238fe569ba3b4086c /npc/001-1
parent851912c893af673113b36bbdcc68b0db34f71cce (diff)
downloadserverdata-98ba4904651a9d6cce3a4c79c85b609d02594bc5.tar.gz
serverdata-98ba4904651a9d6cce3a4c79c85b609d02594bc5.tar.bz2
serverdata-98ba4904651a9d6cce3a4c79c85b609d02594bc5.tar.xz
serverdata-98ba4904651a9d6cce3a4c79c85b609d02594bc5.zip
Add monsterinfo spell, wich replaces the following ones:
inwilt miteyo inzuwilt
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/ched.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/npc/001-1/ched.txt b/npc/001-1/ched.txt
index 1c774e9e..0db13b97 100644
--- a/npc/001-1/ched.txt
+++ b/npc/001-1/ched.txt
@@ -1,9 +1,14 @@
001-1,43,48,0 script Ched NPC113,{
- mes "[Ched]";
- mes "\"I'm trying to get work on my Alchemy homework, but I'm having some trouble.\"";
- mes "\"I'm supposed to combine two potions to create a " + getitemlink("ConcentrationPotion") + ", but I can't seem to figure out which two to combine...\"";
+ mesn;
+ mesq l("I'm trying to get work on my Alchemy homework, but I'm having some trouble.");
next;
- mes "\"Maybe I should go back to practicing '" + get(.invocation$, "detect-magic") + "' until I can make potions properly.\" %%6";
+ mesn;
+ mesq l("I'm supposed to combine two potions to create a %s, but I can't seem to figure out which two to combine...", getitemlink(ConcentrationPotion));
+ next;
+ mesn;
+ mes l("\"Maybe I should go back to practicing '%s' until I can make potions properly.\" %%6", b("monsterinfo"));
+ if (getskilllv(SKILL_MAGIC) > 1)
+ learnskill SKILL_MONSTERINFO;
close;
}