diff --git a/trunk/dist/game/data/Routes.xml b/trunk/dist/game/data/Routes.xml index 271618456b..4fc7810e46 100644 --- a/trunk/dist/game/data/Routes.xml +++ b/trunk/dist/game/data/Routes.xml @@ -1368,4 +1368,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/html/trainer/32182.htm b/trunk/dist/game/data/html/default/32182.htm similarity index 64% rename from trunk/dist/game/data/html/trainer/32182.htm rename to trunk/dist/game/data/html/default/32182.htm index d71c80a86f..695e24bef3 100644 --- a/trunk/dist/game/data/html/trainer/32182.htm +++ b/trunk/dist/game/data/html/default/32182.htm @@ -1,6 +1,4 @@ Master Coplan:
Do you know the legend of the ancient heroes who saved the Island of Souls from invaders? These Hills of Gold are supposed to be where they made their final stand. Sometimes when I close my eyes and meditate, I can almost see them here! I can't explain it, but it's like I'm tapping into a vast river of energy...
- - \ No newline at end of file diff --git a/trunk/dist/game/data/html/trainer/32183.htm b/trunk/dist/game/data/html/default/32183.htm similarity index 68% rename from trunk/dist/game/data/html/trainer/32183.htm rename to trunk/dist/game/data/html/default/32183.htm index 44d634bdd2..2ded1cfc3f 100644 --- a/trunk/dist/game/data/html/trainer/32183.htm +++ b/trunk/dist/game/data/html/default/32183.htm @@ -1,6 +1,4 @@ Master Yunha:
Are you curious about the Golden Hills? They are the legendary spot where our ancient Kamael heroes rescued our people from an invading army. It is said that one of the heroes used a magical golden shield to ward off the enemies' attack. The story has become so widely known that the place itself is becoming a tourist destination. Well, now that I've satisfied your curiosity, what else can I for you?
- - \ No newline at end of file diff --git a/trunk/dist/game/data/html/default/33986.htm b/trunk/dist/game/data/html/default/33986.htm new file mode 100644 index 0000000000..b8c288fee3 --- /dev/null +++ b/trunk/dist/game/data/html/default/33986.htm @@ -0,0 +1,6 @@ +Minstrel Tauresia:
+I know it's dark, but look at this beautiful place! The Isle of Souls has taken my heart.
+This place gives me a creative mind. Some say that it's scary, but that's because they don't know its true beauty.
+I'm glad that I came out to see the world with Liberatto.

+ + \ No newline at end of file diff --git a/trunk/dist/game/data/html/trainer/32182-noteach.htm b/trunk/dist/game/data/html/trainer/32182-noteach.htm deleted file mode 100644 index f7e21e4853..0000000000 --- a/trunk/dist/game/data/html/trainer/32182-noteach.htm +++ /dev/null @@ -1,3 +0,0 @@ -Master Coplan:
-Why did you come here? I don't know you propose to do here, but neither the Hills of Gold nor I can be of much importance to you. What really is important to you? - \ No newline at end of file diff --git a/trunk/dist/game/data/html/trainer/32183-noteach.htm b/trunk/dist/game/data/html/trainer/32183-noteach.htm deleted file mode 100644 index 7c737dd60a..0000000000 --- a/trunk/dist/game/data/html/trainer/32183-noteach.htm +++ /dev/null @@ -1,3 +0,0 @@ -Master Yunha:
-You wish to learn skills from me? Perhaps if you were a female Kamael soldier or a Warder... But since you are not, please leave -- you have nothing to gain from me. - \ No newline at end of file diff --git a/trunk/dist/game/data/stats/npcs/08500-08599.xml b/trunk/dist/game/data/stats/npcs/08500-08599.xml index 15fad1a8d8..ee4dd72185 100644 --- a/trunk/dist/game/data/stats/npcs/08500-08599.xml +++ b/trunk/dist/game/data/stats/npcs/08500-08599.xml @@ -473,8 +473,7 @@ - - + DWARF @@ -484,12 +483,12 @@ - + 500 - + diff --git a/trunk/dist/game/data/stats/npcs/32100-32199.xml b/trunk/dist/game/data/stats/npcs/32100-32199.xml index 0d7ee863a8..723ad8434b 100644 --- a/trunk/dist/game/data/stats/npcs/32100-32199.xml +++ b/trunk/dist/game/data/stats/npcs/32100-32199.xml @@ -3192,7 +3192,7 @@ - + @@ -3232,7 +3232,7 @@ - + diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 898b2ba601..ed4e14555c 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -51631,3 +51631,11 @@ DELETE FROM spawnlist WHERE npc_templateid in (31756, 31757); INSERT INTO `spawnlist` VALUES ('Test Server Helper', 1, 31756, -114330, 256693, -1260, 0, 0, 51210, 60, 0, 0, 0), ('Test Server Helper', 1, 31757, -114410, 256693, -1260, 0, 0, 49151, 60, 0, 0, 0); + +-- Kamael Isle Of Souls Spawns NPC's +DELETE FROM `spawnlist` WHERE (npc_templateid='22256' AND locx='-81966' AND locy='52069' AND locz='-4600'); +DELETE FROM `spawnlist` WHERE (npc_templateid='32184' AND locx='-95500' AND locy='52164' AND locz='-2024'); +DELETE FROM `spawnlist` WHERE (npc_templateid='32185' AND locx='-95571' AND locy='52496' AND locz='-2024'); +INSERT INTO `spawnlist` VALUES +('Isle Of Souls', 1, 19196, -105540, 49403, -1800, 0, 0, 23330, 60, 0, 0, 0), -- Soldier +('Isle Of Souls', 1, 8520, -105272, 48788, -1786, 0, 0, 31354, 60, 0, 0, 0); -- Dwarf runing