summaryrefslogtreecommitdiff
path: root/npc/012-5/nicholas.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-04 17:56:21 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-04 17:56:21 -0300
commit8a3a0727202ace4fb0c005104a036049172bfdd3 (patch)
tree71be48a66d21e701e902a337e55cdd766b7f610e /npc/012-5/nicholas.txt
parent6da9c46c512d7b06721d8eadba8bed28eff75756 (diff)
downloadserverdata-8a3a0727202ace4fb0c005104a036049172bfdd3.tar.gz
serverdata-8a3a0727202ace4fb0c005104a036049172bfdd3.tar.bz2
serverdata-8a3a0727202ace4fb0c005104a036049172bfdd3.tar.xz
serverdata-8a3a0727202ace4fb0c005104a036049172bfdd3.zip
Prepare Nicholas, and also take notes about how ingot system could work
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r--npc/012-5/nicholas.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index a98c0de94..b645789c9 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -2,7 +2,30 @@
// Author:
// Jesusalva
// Description:
-// Nicholas is Hurnscald's blakcsmith. He forges stuff, and sell ammo.
+// Nicholas is Hurnscald's blakcsmith. He forges stuff, and sell other stuff.
+//
+// PS.
+// Iridium + Platyna Platinum
+// Gold + Coal Gold
+// Silver + Coal Silver
+// Copper + Tin Bronze
+// Terranite + Coal Terranite
+// Iron + Coal Iron
+// Resitance and Weight increasing ores
+// Lead → +++ res, ++++ wei
+// Titanium → + res, + wei
+012-5,36,26,0 script Nicholas NPC_CHELIOS,{
+ mesn;
+ mesq l("Hello there, I am @@, blacksmith of this fine city. What do you want to forge today?");
+ mes "";
+ select
+ l("Nothing, thanks!");
+ close;
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}