summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1_Tulimshar/banker.txt8
-rw-r--r--npc/009-2_Hurnscald/richard.txt8
2 files changed, 15 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/banker.txt b/npc/001-1_Tulimshar/banker.txt
index 4fc05f62..c428e6e8 100644
--- a/npc/001-1_Tulimshar/banker.txt
+++ b/npc/001-1_Tulimshar/banker.txt
@@ -1,5 +1,13 @@
+//
+
001-1.gat,57,52,0 script Tybalt 107,{
set @npcName$, "Tybalt";
callfunc "Banker";
close;
}
+
+001-1.gat,51,29,0 script Achar 49,{
+ openstorage;
+ mes "Come again!";
+ close;
+}
diff --git a/npc/009-2_Hurnscald/richard.txt b/npc/009-2_Hurnscald/richard.txt
index 6020569c..1710ca45 100644
--- a/npc/009-2_Hurnscald/richard.txt
+++ b/npc/009-2_Hurnscald/richard.txt
@@ -1,7 +1,13 @@
//
-009-2.gat,20, 99,0 script Richard 161,{
+009-2.gat,20,99,0 script Richard 161,{
set @npcName$, "Richard";
callfunc "Banker";
close;
}
+
+009-2.gat,19,99,0 script William 48,{
+ openstorage;
+ mes "Come again!";
+ close;
+}