From f1f54cae7e1d239bdfe26952f84ec9e0b525b745 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 11 May 2015 16:17:41 +0000 Subject: [PATCH] Missing Arms of Timiniel NPCs. Contributed by Stayway. --- trunk/dist/game/data/html/default/30370-1.htm | 5 +++++ trunk/dist/game/data/html/default/30370.htm | 5 ++++- trunk/dist/tools/sql/game/spawnlist.sql | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 trunk/dist/game/data/html/default/30370-1.htm diff --git a/trunk/dist/game/data/html/default/30370-1.htm b/trunk/dist/game/data/html/default/30370-1.htm new file mode 100644 index 0000000000..a0ba9e82bb --- /dev/null +++ b/trunk/dist/game/data/html/default/30370-1.htm @@ -0,0 +1,5 @@ +Nerupa:
+You will? A complet stranger?
+Well, I will not decline you help - but please know that your discoveries may well safeguard Aden's natural beauty for years to come.
+Oh, and you should know that this plague has occurred elsewhere, in Magmeid. Maybe you can connect the two events, and find a common link? + \ No newline at end of file diff --git a/trunk/dist/game/data/html/default/30370.htm b/trunk/dist/game/data/html/default/30370.htm index d827fc0c8b..f5fc43083c 100644 --- a/trunk/dist/game/data/html/default/30370.htm +++ b/trunk/dist/game/data/html/default/30370.htm @@ -1,4 +1,7 @@ Nerupa:
-Go to the Elven Village and meet the newbie helper. He will give you a lot of important advice. Not to mention a few gifts!
+I am Nerupa, warrior of the Arachne tribe. For hundreds of years have I protected this forest and its naive Elvish children, as sworn to the Mother Tree.
+But a strange plague began to spread, blighting the Mother Tree, and we were forced to flee to this place.
+How I miss sitting under the Mother Tree's boughs, watching the twinkling stars...
+ \ No newline at end of file diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 7c576b30ab..a539107402 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -46195,6 +46195,11 @@ INSERT INTO `spawnlist` VALUES ('26_20', '1', '33956', '207236', '86780', '-1028 -- Anghel Waterfall Portal to Arcan INSERT INTO `spawnlist` VALUES ('25_20', '1', '32910', '175148', '90632', '-2202', '0', '0', '0', '60', '0', '0', '0'); +-- Arms of Timiniel (Fairy Settlement) +INSERT INTO `spawnlist` VALUES ('Fairy Settlement', '0', '33560', '214328', '79635', '826', '0', '0', '7579', '0', '0', '0', '0'); +INSERT INTO `spawnlist` VALUES ('Fairy Settlement', '0', '32921', '214499', '79671', '826', '0', '0', '26856', '0', '0', '0', '0'); +INSERT INTO `spawnlist` VALUES ('Fairy Settlement', '0', '30370', '215678', '80911', '826', '0', '0', '38971', '0', '0', '0', '0'); + -- Correct spawns for Hunters Village npc Managers DELETE FROM `spawnlist` WHERE (npc_templateid='33463' AND locx='116963' AND locy='77253' AND locz='-2688'); DELETE FROM `spawnlist` WHERE (npc_templateid='32327' AND locx='116935' AND locy='77258' AND locz='-2688');