summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-09-12 22:13:15 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-12 22:16:16 +0200
commitb6dc708146c3926627df405da13a352372ba10db (patch)
tree6900a2688362da996e2637d84e80da4ddc0f25e8
parent75e90d23f819283087c7ca0d4ecaaa1d807135a2 (diff)
downloadserverdata-b6dc708146c3926627df405da13a352372ba10db.tar.gz
serverdata-b6dc708146c3926627df405da13a352372ba10db.tar.bz2
serverdata-b6dc708146c3926627df405da13a352372ba10db.tar.xz
serverdata-b6dc708146c3926627df405da13a352372ba10db.zip
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.
m---------client-data0
-rw-r--r--world/map/npc/020-2/_import.txt1
-rw-r--r--world/map/npc/020-2/banker.txt17
3 files changed, 18 insertions, 0 deletions
diff --git a/client-data b/client-data
-Subproject 30f82fd029f4ef6007625b7cf0d4ce58c3e4de0
+Subproject b5c5b7669a834a347566af6195cbcef02b92db9
diff --git a/world/map/npc/020-2/_import.txt b/world/map/npc/020-2/_import.txt
index 0036f403..004f24a2 100644
--- a/world/map/npc/020-2/_import.txt
+++ b/world/map/npc/020-2/_import.txt
@@ -4,6 +4,7 @@ map: 020-2.gat
npc: npc/020-2/_mobs.txt
npc: npc/020-2/_warps.txt
npc: npc/020-2/baktar.txt
+npc: npc/020-2/banker.txt
npc: npc/020-2/furquest.txt
npc: npc/020-2/mapflags.txt
npc: npc/020-2/shops.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;
+}