summaryrefslogtreecommitdiff
path: root/npc/003-0-1/researcher.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-15 17:21:30 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-15 17:21:30 -0300
commit14e4b85e119173989d0eb85bf596b7d0e7013ff7 (patch)
tree6106a75c47cc8fa48cf442f1efbe0e864808b508 /npc/003-0-1/researcher.txt
parent741e601a03aa9dc2c2a06ed9d4e9b796d3da7a92 (diff)
downloadserverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.tar.gz
serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.tar.bz2
serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.tar.xz
serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.zip
Fix bugs, move Colin and Luca to second building, change restrictions of second
building, add Professor and Researcher for new feature.
Diffstat (limited to 'npc/003-0-1/researcher.txt')
-rw-r--r--npc/003-0-1/researcher.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/003-0-1/researcher.txt b/npc/003-0-1/researcher.txt
new file mode 100644
index 000000000..dc6a4f978
--- /dev/null
+++ b/npc/003-0-1/researcher.txt
@@ -0,0 +1,17 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+// Description:
+// Researcher - allows you to decrypt Ancient Blueprints (Ancient Lang. skill)
+
+003-0-1,58,29,0 script Researcher NPC_BLACKALCHEMIST,{
+ mesn;
+ mesq l("I've mastered the art of reading ancient languages.");
+ close;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ end;
+}
+