From ff84a4b85baba308c4425b39eed18e138e48800f Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 9 Jul 2015 13:08:19 +0000 Subject: [PATCH] Added NPC Aria and bracelets store Istina, Octavis, Tauti. Contributed by notorionn. --- trunk/dist/game/data/html/merchant/33918.htm | 9 ++++ trunk/dist/game/data/multisell/991001.xml | 54 +++++++++++++++++++ trunk/dist/game/data/multisell/991002.xml | 24 +++++++++ trunk/dist/game/data/multisell/991003.xml | 48 +++++++++++++++++ .../dist/game/data/stats/npcs/33900-33999.xml | 3 +- trunk/dist/tools/sql/game/spawnlist.sql | 3 ++ 6 files changed, 139 insertions(+), 2 deletions(-) create mode 100644 trunk/dist/game/data/html/merchant/33918.htm create mode 100644 trunk/dist/game/data/multisell/991001.xml create mode 100644 trunk/dist/game/data/multisell/991002.xml create mode 100644 trunk/dist/game/data/multisell/991003.xml diff --git a/trunk/dist/game/data/html/merchant/33918.htm b/trunk/dist/game/data/html/merchant/33918.htm new file mode 100644 index 0000000000..51c4e8ee99 --- /dev/null +++ b/trunk/dist/game/data/html/merchant/33918.htm @@ -0,0 +1,9 @@ +Aria Hurstmater +Aria Hurstmater:
+Friends, are you? Trusted allies? You are wise. Answers, power. Many a powerful foe fell before me, but yet my love remains imprisoned inside a seal, and I am powerless.
+What is the purpose of all the knowledge I gathered along the way? All wealth, the power? It's is all to naught.
+Help me. Slay the foul beasts that haunt me, and I will reward you handsomely.
+ + + + \ No newline at end of file diff --git a/trunk/dist/game/data/multisell/991001.xml b/trunk/dist/game/data/multisell/991001.xml new file mode 100644 index 0000000000..be7a276590 --- /dev/null +++ b/trunk/dist/game/data/multisell/991001.xml @@ -0,0 +1,54 @@ + + + + 33918 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/multisell/991002.xml b/trunk/dist/game/data/multisell/991002.xml new file mode 100644 index 0000000000..284c3daac6 --- /dev/null +++ b/trunk/dist/game/data/multisell/991002.xml @@ -0,0 +1,24 @@ + + + + 33918 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/multisell/991003.xml b/trunk/dist/game/data/multisell/991003.xml new file mode 100644 index 0000000000..a1ff0527e4 --- /dev/null +++ b/trunk/dist/game/data/multisell/991003.xml @@ -0,0 +1,48 @@ + + + + 33918 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/stats/npcs/33900-33999.xml b/trunk/dist/game/data/stats/npcs/33900-33999.xml index 59c9485688..d4ddf29d91 100644 --- a/trunk/dist/game/data/stats/npcs/33900-33999.xml +++ b/trunk/dist/game/data/stats/npcs/33900-33999.xml @@ -306,8 +306,7 @@ - - + HUMAN FEMALE diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 384520fbeb..3cf024930d 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -52399,3 +52399,6 @@ INSERT INTO `spawnlist` VALUES ('Stronghold II', 1, 23267, -87326, 54243, -2387, 0, 0, 20915, 60, 0, 0, 0), ('Stronghold II', 1, 23267, -87081, 53715, -2375, 0, 0, 2294, 60, 0, 0, 0), ('Stronghold II', 1, 23267, -81637, 49750, -3259, 0, 0, 9489, 60, 0, 0, 0); + +-- Hunters Village Bracelet Npc +INSERT INTO `spawnlist` VALUES ('Aria_Hunter_Vilage', 1, 33918, 116390, 75387, -2712, 0, 0, 12298, 60, 0, 0, 0);