From d75f45f4b3e9cbcc7caa1804caa94e3f560a70f3 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 14 Mar 2009 17:18:38 -0600 Subject: Add some storage NPCs --- npc/001-1_Tulimshar/banker.txt | 8 ++++++++ npc/009-2_Hurnscald/richard.txt | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'npc') 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; +} -- cgit v1.2.3-70-g09d2