From b6dc708146c3926627df405da13a352372ba10db Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 12 Sep 2011 22:13:15 +0200 Subject: Adding banker to Nivalis. Banker and woman who explains about the increased trade added. Submodule pointer updated due to some layer fix in that building. --- world/map/npc/020-2/banker.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 world/map/npc/020-2/banker.txt (limited to 'world/map/npc/020-2/banker.txt') diff --git a/world/map/npc/020-2/banker.txt b/world/map/npc/020-2/banker.txt new file mode 100644 index 00000000..9bbdd86d --- /dev/null +++ b/world/map/npc/020-2/banker.txt @@ -0,0 +1,17 @@ +020-2.gat,122,64,0|script|Ben|193,{ + callfunc "ClearVariables"; + set @npcname$, "Ben"; + callfunc "Banker"; + close; +} + +020-2.gat,127,63,0|script|Maria|190,{ + mes "[Maria]"; + mes "\"Hello!"; + mes "\"Isn't it great?\""; + next; + mes "\"Nivalis has increased trade with merchants from Thermin in the west and the barbarian tribe who live in the mountains northwest of here.\""; + next; + mes "\"That's why this office was built.\""; + close; +} -- cgit v1.2.3-60-g2f50