diff --git a/trunk/dist/game/data/Routes.xml b/trunk/dist/game/data/Routes.xml index 4fc7810e46..a4ba6bca11 100644 --- a/trunk/dist/game/data/Routes.xml +++ b/trunk/dist/game/data/Routes.xml @@ -1368,8 +1368,8 @@ - - + + @@ -1377,4 +1377,20 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/html/default/33780.htm b/trunk/dist/game/data/html/default/33780.htm new file mode 100644 index 0000000000..7a9d00191e --- /dev/null +++ b/trunk/dist/game/data/html/default/33780.htm @@ -0,0 +1,5 @@ +Hesed of the Black Anvil Guild:
+I am Hesed! Hesed of the Black Anvil Guild, the proud nurturer of renowned artisans and warsmiths.I came to the Isle of Souls on a very important mission.
+Say, have you ridden a ship before? My gods, the swaying! Didn't you see any big ships on your way? Yes, that's the very one. No one told me such a big could sway so much! I miss home and all, but just thinking of getting back on that ship makes me ill.
+ + \ No newline at end of file diff --git a/trunk/dist/game/data/html/merchant/32167.htm b/trunk/dist/game/data/html/merchant/32167.htm index cd717470ba..96f17b09de 100644 --- a/trunk/dist/game/data/html/merchant/32167.htm +++ b/trunk/dist/game/data/html/merchant/32167.htm @@ -1,7 +1,6 @@ -Trade Nika:
-Welcome! Are you looking for something special?
-I have more exquisite goods now than ever before, thanks to all these new people coming to the village. Just ask if there's something you need.
- - +Nika:
+Welcome, welcome. What can I help you find?
+Hey wait, you look familiar. You have business here too? I'm working here temporarily at the request of the Dwarf Heirarchs. If you need anything just come by, and I'll be here.
+ \ No newline at end of file diff --git a/trunk/dist/game/data/html/teleporter/32189-1.htm b/trunk/dist/game/data/html/teleporter/32189-1.htm index affa61de13..a71825004d 100644 --- a/trunk/dist/game/data/html/teleporter/32189-1.htm +++ b/trunk/dist/game/data/html/teleporter/32189-1.htm @@ -1,5 +1,9 @@ &$556;

+ + + + \ No newline at end of file diff --git a/trunk/dist/game/data/html/teleporter/32189.htm b/trunk/dist/game/data/html/teleporter/32189.htm index 5decaafbc7..232c90a538 100644 --- a/trunk/dist/game/data/html/teleporter/32189.htm +++ b/trunk/dist/game/data/html/teleporter/32189.htm @@ -1,6 +1,7 @@ Gatekeeper Largo:
-This is the port of the Kamael. Long ago, many goods flowed through here, brought here by ship. But now since people have become more significant than materials, I stand here ready to assist travel.
-Would you like to be teleported to the mainland of Aden, where many tribes live together?
- +Welcome to the port of the Kamaels. It used to be a bustling place here, you know. But now that there are more people than things traveling, I've come to stand here to help you.
+Will you go to Aden, the great melting pot?
+(If your main class is Lv. 76 or below, you can teleport for free.) + \ No newline at end of file diff --git a/trunk/dist/game/data/html/warehouse/19212-1.htm b/trunk/dist/game/data/html/warehouse/19212-1.htm new file mode 100644 index 0000000000..5020ba7850 --- /dev/null +++ b/trunk/dist/game/data/html/warehouse/19212-1.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Benis:
+
+ + + +
+ \ No newline at end of file diff --git a/trunk/dist/game/data/html/warehouse/19212-2.htm b/trunk/dist/game/data/html/warehouse/19212-2.htm new file mode 100644 index 0000000000..3243a64f58 --- /dev/null +++ b/trunk/dist/game/data/html/warehouse/19212-2.htm @@ -0,0 +1,7 @@ +Warehouse Keeper Benis:
+
+ + + +
+ \ No newline at end of file diff --git a/trunk/dist/game/data/html/warehouse/19212.htm b/trunk/dist/game/data/html/warehouse/19212.htm new file mode 100644 index 0000000000..7496b9ad7b --- /dev/null +++ b/trunk/dist/game/data/html/warehouse/19212.htm @@ -0,0 +1,7 @@ +Benis:
+Welcome! How are things on the Island? Dr. Chaos is a massive problem for the Dwarves. It's a shame that we had to reach out to other races for help, but what can you do, eh? Now, don't worry about warehouse - I'll be right here protecting your valuables!
+ + + + + \ No newline at end of file diff --git a/trunk/dist/game/data/scripts/ai/group_template/HillsOfGold.java b/trunk/dist/game/data/scripts/ai/group_template/HillsOfGold.java index 81d0851efb..f73b975845 100644 --- a/trunk/dist/game/data/scripts/ai/group_template/HillsOfGold.java +++ b/trunk/dist/game/data/scripts/ai/group_template/HillsOfGold.java @@ -34,6 +34,7 @@ public class HillsOfGold extends AbstractNpcAI // Npcs private static final int GOLEM_OF_REPAIRS = 19309; private static final int EXCAVATOR_GOLEM = 19312; + private static final int DRILL_GOLEM = 19310; private static final int SPICULA_1 = 23246; private static final int SPICULA_2 = 23247; private static final int YIN_FRAGMENT = 19308; @@ -43,6 +44,7 @@ public class HillsOfGold extends AbstractNpcAI 23255, 23257, 23259, + 23261, 23263, 23264, 23266, @@ -68,7 +70,7 @@ public class HillsOfGold extends AbstractNpcAI { break; } - if (nearby.isMonster() && ((nearby.getId() == GOLEM_OF_REPAIRS) || (nearby.getId() == EXCAVATOR_GOLEM))) + if (nearby.isMonster() && ((nearby.getId() == GOLEM_OF_REPAIRS) || (nearby.getId() == EXCAVATOR_GOLEM) || (nearby.getId() == DRILL_GOLEM))) { ((L2MonsterInstance) npc).addDamage(nearby, 1, null); break; @@ -97,7 +99,7 @@ public class HillsOfGold extends AbstractNpcAI @Override public String onSpawn(L2Npc npc) { - if ((npc.getId() == SPICULA_1) || (npc.getId() == SPICULA_1)) + if ((npc.getId() == SPICULA_1) || (npc.getId() == SPICULA_2)) { startQuestTimer("SPICULA_AGGRO", 5000, npc, null); } diff --git a/trunk/dist/game/data/scripts/ai/npc/Teleports/StrongholdsTeleports/32181.htm b/trunk/dist/game/data/scripts/ai/npc/Teleports/StrongholdsTeleports/32181.htm index 19628311c9..2c248675db 100644 --- a/trunk/dist/game/data/scripts/ai/npc/Teleports/StrongholdsTeleports/32181.htm +++ b/trunk/dist/game/data/scripts/ai/npc/Teleports/StrongholdsTeleports/32181.htm @@ -1,6 +1,6 @@ Gatekeeper Mellon:
Welcome to the heart of the Kamael homeland.
From here, you may only go directly to Kamael Village if you are an adventurer lower than level 20. What would you like to do? Will you go back?
- + \ 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 ee4dd72185..9ec4ff608d 100644 --- a/trunk/dist/game/data/stats/npcs/08500-08599.xml +++ b/trunk/dist/game/data/stats/npcs/08500-08599.xml @@ -25,8 +25,7 @@ - - + DWARF @@ -41,7 +40,7 @@ 500 - + diff --git a/trunk/dist/game/data/stats/npcs/19100-19199.xml b/trunk/dist/game/data/stats/npcs/19100-19199.xml index 30d4ca6ab2..16351d9bed 100644 --- a/trunk/dist/game/data/stats/npcs/19100-19199.xml +++ b/trunk/dist/game/data/stats/npcs/19100-19199.xml @@ -2392,8 +2392,8 @@ - DWARF + @@ -2407,7 +2407,7 @@ 334 - + @@ -2418,8 +2418,8 @@ - DWARF + @@ -2433,7 +2433,7 @@ 334 - + diff --git a/trunk/dist/game/data/stats/npcs/19200-19299.xml b/trunk/dist/game/data/stats/npcs/19200-19299.xml index 34b139df6e..e9776cb20a 100644 --- a/trunk/dist/game/data/stats/npcs/19200-19299.xml +++ b/trunk/dist/game/data/stats/npcs/19200-19299.xml @@ -313,8 +313,7 @@ - - + DWARF diff --git a/trunk/dist/game/data/stats/npcs/19300-19399.xml b/trunk/dist/game/data/stats/npcs/19300-19399.xml index 4708128009..272ae84cf8 100644 --- a/trunk/dist/game/data/stats/npcs/19300-19399.xml +++ b/trunk/dist/game/data/stats/npcs/19300-19399.xml @@ -229,15 +229,14 @@ - - + ETC - + - + @@ -245,22 +244,21 @@ 500 - + - - + + - - + + - - + ETC @@ -275,14 +273,13 @@ 500 - + - - + ETC @@ -297,7 +294,7 @@ 500 - + @@ -311,8 +308,7 @@ - - + ETC @@ -327,14 +323,13 @@ 500 - + - - + ETC @@ -349,7 +344,7 @@ 500 - + @@ -363,8 +358,7 @@ - - + ETC @@ -379,7 +373,7 @@ 500 - + @@ -541,15 +535,14 @@ - - + ETC - + - + @@ -557,7 +550,7 @@ 500 - + diff --git a/trunk/dist/game/data/stats/npcs/23200-23299.xml b/trunk/dist/game/data/stats/npcs/23200-23299.xml index 6c29fa0315..322f0bd655 100644 --- a/trunk/dist/game/data/stats/npcs/23200-23299.xml +++ b/trunk/dist/game/data/stats/npcs/23200-23299.xml @@ -1900,15 +1900,14 @@ - HUMANOID - + - + - + @@ -1921,12 +1920,16 @@ - - - - + + + + - + + + SPICULA_AGGRO + + @@ -1936,6 +1939,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1945,15 +1979,14 @@ - HUMANOID - + - + - + @@ -1966,12 +1999,16 @@ - - - - + + + + - + + + SPICULA_AGGRO + + @@ -1981,6 +2018,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1990,15 +2058,14 @@ - HUMANOID - + - + - + @@ -2010,13 +2077,17 @@ - - + + - - + + - + + + SPICULA_AGGRO + + @@ -2026,6 +2097,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2035,15 +2137,14 @@ - HUMANOID - + - + - + @@ -2055,13 +2156,17 @@ - - + + - - + + - + + + SPICULA_AGGRO + + @@ -2071,6 +2176,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2080,15 +2216,14 @@ - HUMANOID - + - + - + @@ -2100,13 +2235,17 @@ - - + + - - + + - + + + SPICULA_AGGRO + + @@ -2116,6 +2255,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2125,15 +2295,14 @@ - HUMANOID - + - + - + @@ -2145,13 +2314,17 @@ - - + + - - + + - + + + SPICULA_AGGRO + + @@ -2161,6 +2334,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2191,12 +2395,16 @@ - - - - + + + + - + + + SPICULA_AGGRO + + @@ -2224,27 +2432,30 @@ - - - - + + + + - + + + SPICULA_AGGRO + + - HUMANOID - + - + - + @@ -2257,12 +2468,16 @@ - - - - + + + + - + + + SPICULA_AGGRO + + @@ -2272,6 +2487,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2280,15 +2526,14 @@ - CONSTRUCT - + - + - + @@ -2300,13 +2545,17 @@ - - + + - - + + - + + + GOLEMS + + @@ -2317,6 +2566,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2373,15 +2653,14 @@ - CONSTRUCT - + - + - + @@ -2393,13 +2672,17 @@ - - + + - - + + - + + + GOLEMS + + @@ -2411,6 +2694,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2451,15 +2765,14 @@ - CONSTRUCT - + - + - + @@ -2471,12 +2784,17 @@ - - + + - - + + + + + GOLEMS + + @@ -2488,6 +2806,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2540,15 +2889,14 @@ - CONSTRUCT - + - + - + @@ -2560,13 +2908,17 @@ - - + + - - + + - + + + GOLEMS + + @@ -2577,19 +2929,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - CONSTRUCT - + - + - + @@ -2601,13 +2983,17 @@ - - + + - - + + - + + + SPICULA_AGGRO + + @@ -2620,6 +3006,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2630,15 +3048,14 @@ - CONSTRUCT - + - + - + @@ -2650,12 +3067,17 @@ - - + + - - + + + + + GOLEMS + + @@ -2666,6 +3088,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2673,15 +3126,14 @@ - CONSTRUCT - + - + - + @@ -2693,12 +3145,17 @@ - - + + - - + + + + + GOLEMS + + @@ -2709,6 +3166,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2758,15 +3246,14 @@ - CONSTRUCT - + - + - + @@ -2778,12 +3265,17 @@ - - + + - - + + + + + GOLEM + + @@ -2793,6 +3285,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2801,15 +3324,14 @@ - CONSTRUCT - + - + @@ -2821,13 +3343,17 @@ - - + + - - + + - + + + GOLEMS + + @@ -2838,6 +3364,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trunk/dist/game/data/stats/npcs/30500-30599.xml b/trunk/dist/game/data/stats/npcs/30500-30599.xml index 94175c7392..f4c260752b 100644 --- a/trunk/dist/game/data/stats/npcs/30500-30599.xml +++ b/trunk/dist/game/data/stats/npcs/30500-30599.xml @@ -1193,7 +1193,7 @@ - + diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 5ddc90868b..66498c6121 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -51637,6 +51637,765 @@ DELETE FROM spawnlist WHERE npc_templateid in (22240, 22241); -- Remove Muertos 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'); +DELETE FROM spawnlist WHERE npc_templateid in (32190, 32191, 32192); +DELETE FROM spawnlist WHERE npc_templateid in (22243, 22244); 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 +('Isle of Souls', 1, 19197, -110752, 47454, -1031, 0, 0, 945, 60, 0, 0, 0), -- Soldier +('Isle Of Souls', 1, 8520, -105272, 48788, -1786, 0, 0, 31354, 60, 0, 0, 0), -- Dwarf runing +('Isle of Souls', 1, 8501, -111049, 48270, -990, 0, 0, 52175, 60, 0, 0, 0), -- Dwarf runing +('Isle of Souls', 1, 30930, -110635, 47485, -1043, 0, 0, 64013, 60, 0, 0, 0); -- Rogent +UPDATE `spawnlist` SET `location` = '',`count` = 1,`npc_templateid` = 32189,`locx` = -74033,`locy` = 53663,`locz` = -3682,`randomx` = 0,`randomy` = 0,`heading` = 49151,`respawn_delay` = 60,`respawn_random` = 0,`loc_id` = 0,`periodOfDay` = 0 WHERE `spawnlist`.`location` = '' AND `spawnlist`.`count` = 1 AND `spawnlist`.`npc_templateid` = 32189 AND `spawnlist`.`locx` = -74033 AND `spawnlist`.`locy` = 53663 AND `spawnlist`.`locz` = -3682 AND `spawnlist`.`randomx` = 0 AND `spawnlist`.`randomy` = 0 AND `spawnlist`.`heading` = 49151 AND `spawnlist`.`respawn_delay` = 60 AND `spawnlist`.`respawn_random` = 0 AND `spawnlist`.`loc_id` = 0 AND `spawnlist`.`periodOfDay` = 0; +INSERT INTO `spawnlist` VALUES +('Isle of Souls Harbor', 1, 33780, -74427, 53324, -3682, 0, 0, 17127, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19212, -74049, 53042, -3682, 0, 0, 62422, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 32167, -73972, 53952, -3682, 0, 0, 49467, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73575, 52019, -3681, 0, 0, 16383, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73573, 51970, -3681, 0, 0, 15835, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73572, 52087, -3681, 0, 0, 15162, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73571, 52156, -3681, 0, 0, 16383, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73535, 52337, -3681, 0, 0, 15031, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73528, 52154, -3681, 0, 0, 16932, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73527, 51961, -3681, 0, 0, 15001, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73526, 52016, -3681, 0, 0, 15479, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19196, -73526, 52090, -3681, 0, 0, 16383, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73518, 53519, -3681, 0, 0, 33922, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73504, 53455, -3681, 0, 0, 30402, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73500, 53485, -3681, 0, 0, 30212, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73494, 53416, -3681, 0, 0, 32767, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73438, 53453, -3681, 0, 0, 33692, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73437, 53485, -3681, 0, 0, 34490, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73422, 53415, -3681, 0, 0, 32985, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73401, 53491, -3681, 0, 0, 30049, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73393, 53457, -3681, 0, 0, 19739, 60, 0, 0, 0), +('Isle of Souls Harbor', 1, 19197, -73374, 53416, -3681, 0, 0, 31415, 60, 0, 0, 0); +INSERT INTO `spawnlist` VALUES +('Mimir's Forest', 1, 19196, -95033, 57416, -3103, 0, 0, 64864, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -95014, 57804, -3027, 0, 0, 62980, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -95008, 57360, -3102, 0, 0, 867, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94991, 57867, -3024, 0, 0, 64841, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94980, 57310, -3099, 0, 0, 1480, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94978, 57931, -3026, 0, 0, 63714, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94949, 57415, -3105, 0, 0, 65411, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94941, 57801, -3025, 0, 0, 65107, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94931, 57368, -3103, 0, 0, 1079, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94922, 57865, -3024, 0, 0, 65233, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94917, 57321, -3101, 0, 0, 1803, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94909, 57925, -3024, 0, 0, 64631, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94866, 57802, -3024, 0, 0, 139, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94863, 57414, -3105, 0, 0, 0, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94859, 57863, -3024, 0, 0, 65204, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94845, 57374, -3105, 0, 0, 3355, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94843, 57921, -3024, 0, 0, 64904, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -94841, 57334, -3104, 0, 0, 1767, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -92437, 53061, -2416, 0, 0, 14508, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -92216, 52713, -2430, 0, 0, 3438, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -92185, 52881, -2429, 0, 0, 12199, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -84306, 56621, -2677, 0, 0, 27064, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -84258, 56535, -2668, 0, 0, 23028, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -84191, 56620, -2670, 0, 0, 21892, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -83974, 56659, -2669, 0, 0, 15290, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -83871, 56689, -2669, 0, 0, 15086, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -81032, 49727, -3251, 0, 0, 22418, 60, 0, 0, 0), +('Mimir's Forest', 1, 19196, -80462, 49653, -3248, 0, 0, 7008, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -91242, 58526, -2992, 0, 0, 52447, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -91135, 58569, -3000, 0, 0, 52961, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -91068, 58871, -3002, 0, 0, 61706, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -91046, 58713, -2998, 0, 0, 55775, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90950, 58830, -2999, 0, 0, 46111, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90209, 59588, -3141, 0, 0, 56543, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90193, 59641, -3149, 0, 0, 60699, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90179, 59703, -3148, 0, 0, 60981, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90158, 59569, -3124, 0, 0, 61816, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90156, 59754, -3149, 0, 0, 59624, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90139, 59614, -3126, 0, 0, 53988, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90126, 59672, -3131, 0, 0, 60015, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90108, 59550, -3108, 0, 0, 61748, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90091, 59717, -3126, 0, 0, 60138, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90088, 59595, -3110, 0, 0, 61816, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90073, 59644, -3115, 0, 0, 60466, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90044, 59527, -3093, 0, 0, 61937, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90028, 59683, -3107, 0, 0, 60374, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -90025, 59567, -3094, 0, 0, 61173, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -89994, 59607, -3093, 0, 0, 61086, 60, 0, 0, 0), +('Mimir's Forest', 1, 19197, -89977, 59658, -3094, 0, 0, 60782, 60, 0, 0, 0); +INSERT INTO `spawnlist` VALUES +('Mimir's Forest', 1, 8501, -91972, 58331, -3020, 0, 0, 10557, 60, 0, 0, 0), +('Mimir's Forest', 1, 8501, -80644, 49764, -3248, 0, 0, 9593, 60, 0, 0, 0); + +-- Yin Fragment +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 19308, -109524, 48731, -1214, 0, 0, 17398, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -108613, 45883, -1459, 0, 0, 40198, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -107285, 45299, -1628, 0, 0, 42035, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -107148, 49260, -1608, 0, 0, 297, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -106569, 44430, -1700, 0, 0, 35902, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -106098, 47398, -1505, 0, 0, 39627, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -105146, 42938, -1765, 0, 0, 38083, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -104760, 41436, -2018, 0, 0, 53880, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -103975, 49904, -1936, 0, 0, 40880, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -102540, 50041, -2044, 0, 0, 8645, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -98832, 49083, -2170, 0, 0, 6623, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -94747, 49554, -2431, 0, 0, 4431, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -93008, 39066, -2475, 0, 0, 27838, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -91657, 55151, -2662, 0, 0, 11522, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -89807, 57458, -2700, 0, 0, 45702, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -88431, 38612, -2380, 0, 0, 14325, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -87954, 56145, -2506, 0, 0, 65320, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -87798, 40058, -2525, 0, 0, 60585, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -87576, 58062, -2876, 0, 0, 10910, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -86422, 59284, -2760, 0, 0, 64675, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -85235, 57166, -2758, 0, 0, 13824, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -83135, 53197, -3191, 0, 0, 26525, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -83054, 58234, -2781, 0, 0, 43915, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -82486, 51691, -3301, 0, 0, 52861, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -81577, 53037, -3391, 0, 0, 47022, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -80767, 54937, -3474, 0, 0, 55571, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -78691, 51528, -3515, 0, 0, 48510, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -77915, 49063, -3283, 0, 0, 32684, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -76808, 48899, -3291, 0, 0, 48195, 60, 0, 0, 0), +('Stronghold II', 1, 19308, -76048, 49696, -3486, 0, 0, 50874, 60, 0, 0, 0); +-- Golem of Repairs - Black Anvil Guild +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 19309, -108726, 45480, -1519, 0, 0, 61198, 60, 0, 0, 0), +('Stronghold II', 1, 19309, -107741, 49562, -1530, 0, 0, 33255, 60, 0, 0, 0), +('Stronghold II', 1, 19309, -104330, 50272, -1949, 0, 0, 31244, 60, 0, 0, 0), +('Stronghold II', 1, 19309, -103188, 41028, -2198, 0, 0, 44874, 60, 0, 0, 0), +('Stronghold II', 1, 19309, -101716, 50442, -2098, 0, 0, 1641, 60, 0, 0, 0), +('Stronghold II', 1, 19309, -90357, 39228, -2491, 0, 0, 35412, 60, 0, 0, 0); +-- Drill Golem - Black Anvil Guild +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 19310, -109377, 45411, -1413, 0, 0, 49743, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -109376, 45675, -1427, 0, 0, 16344, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -107709, 49440, -1537, 0, 0, 43492, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -106345, 43692, -1769, 0, 0, 54422, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -105322, 45828, -1525, 0, 0, 48525, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -104604, 50329, -1922, 0, 0, 28127, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -92143, 39027, -2473, 0, 0, 42702, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -90538, 39068, -2491, 0, 0, 27819, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -82128, 52250, -3361, 0, 0, 53020, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -81715, 52691, -3377, 0, 0, 49923, 60, 0, 0, 0), +('Stronghold II', 1, 19310, -75974, 53923, -3654, 0, 0, 64900, 60, 0, 0, 0); +-- Excavator Golem - Black Anvil Guild +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 19312, -108775, 45209, -1513, 0, 0, 47286, 60, 0, 0, 0), +('Stronghold II', 1, 19312, -105693, 46259, -1524, 0, 0, 51137, 60, 0, 0, 0), +('Stronghold II', 1, 19312, -103724, 41421, -2144, 0, 0, 61997, 60, 0, 0, 0), +('Stronghold II', 1, 19312, -100649, 50472, -2114, 0, 0, 1382, 60, 0, 0, 0), +('Stronghold II', 1, 19312, -90945, 39097, -2489, 0, 0, 32450, 60, 0, 0, 0), +('Stronghold II', 1, 19312, -81420, 50307, -3329, 0, 0, 56196, 60, 0, 0, 0), +('Stronghold II', 1, 19312, -76468, 54022, -3646, 0, 0, 25922, 60, 0, 0, 0); +-- Yin +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 19320, -109940, 51072, -1004, 0, 0, 32767, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -108423, 51704, -983, 0, 0, 58289, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -107791, 42753, -1426, 0, 0, 3835, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -107765, 47490, -1438, 0, 0, 35483, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -105225, 51960, -1607, 0, 0, 25990, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -104507, 40236, -1835, 0, 0, 6397, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -103604, 44042, -1458, 0, 0, 45796, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -103042, 46584, -1129, 0, 0, 14136, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -92789, 50443, -2440, 0, 0, 45472, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -90099, 52727, -2501, 0, 0, 34341, 60, 0, 0, 0), +('Stronghold II', 1, 19320, -87685, 54129, -2355, 0, 0, 19102, 60, 0, 0, 0); +-- Spicula 1 +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23246, -109426, 45442, -1406, 0, 0, 48056, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -109395, 45736, -1427, 0, 0, 19533, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -108834, 45230, -1506, 0, 0, 29201, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -108781, 45501, -1512, 0, 0, 14369, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -107730, 49781, -1515, 0, 0, 19370, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -107676, 49400, -1543, 0, 0, 45796, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -106332, 43631, -1775, 0, 0, 19739, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -105727, 46265, -1524, 0, 0, 30946, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -105363, 45728, -1526, 0, 0, 45093, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -104632, 50411, -1914, 0, 0, 29598, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -104247, 50155, -1954, 0, 0, 53052, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -103168, 41074, -2202, 0, 0, 64994, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -101832, 50430, -2095, 0, 0, 36011, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -100635, 50434, -2117, 0, 0, 33877, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -92093, 38991, -2467, 0, 0, 46013, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -90932, 39053, -2490, 0, 0, 36372, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -90588, 39009, -2491, 0, 0, 41819, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -90389, 39282, -2491, 0, 0, 21963, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -82141, 52332, -3361, 0, 0, 18023, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -81650, 52707, -3380, 0, 0, 31354, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -81352, 50337, -3335, 0, 0, 32767, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -76561, 54050, -3646, 0, 0, 2699, 60, 0, 0, 0), +('Stronghold II', 1, 23246, -76061, 53930, -3651, 0, 0, 31930, 60, 0, 0, 0); +-- Spicula 2 +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23247, -104227, 50242, -1958, 0, 0, 53037, 60, 0, 0, 0), +('Stronghold II', 1, 23247, -103676, 41368, -2150, 0, 0, 21535, 60, 0, 0, 0), +('Stronghold II', 1, 23247, -101653, 50411, -2098, 0, 0, 32386, 60, 0, 0, 0), +('Stronghold II', 1, 23247, -100770, 50473, -2108, 0, 0, 50704, 60, 0, 0, 0); +-- Spicula 3 +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23248, -110692, 45418, -1144, 0, 0, 55052, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -109914, 49289, -1215, 0, 0, 30440, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -107831, 44969, -1623, 0, 0, 54326, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -106364, 50107, -1759, 0, 0, 32529, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -103469, 50214, -2002, 0, 0, 62409, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -96829, 49644, -2491, 0, 0, 28180, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -91269, 40315, -2313, 0, 0, 3474, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -90250, 57223, -2693, 0, 0, 43350, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -90033, 38994, -2491, 0, 0, 40052, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -88755, 56799, -2731, 0, 0, 29205, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -87636, 58556, -2869, 0, 0, 15357, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -85142, 58862, -2689, 0, 0, 56897, 60, 0, 0, 0), +('Stronghold II', 1, 23248, -77827, 51094, -3471, 0, 0, 18922, 60, 0, 0, 0); +-- Spicula 4 +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23249, -111961, 47664, -959, 0, 0, 41877, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -110919, 45963, -1057, 0, 0, 45574, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -110187, 46338, -1306, 0, 0, 31509, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -109792, 47027, -1219, 0, 0, 58327, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -109372, 49166, -1291, 0, 0, 38928, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -105171, 46114, -1520, 0, 0, 12258, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -92438, 38869, -2470, 0, 0, 17630, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -91711, 38771, -2453, 0, 0, 51167, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -89131, 57295, -2694, 0, 0, 10718, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -88569, 38873, -2407, 0, 0, 53490, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -86318, 57583, -2885, 0, 0, 11202, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -79105, 50326, -3401, 0, 0, 10064, 60, 0, 0, 0), +('Stronghold II', 1, 23249, -75729, 50367, -3558, 0, 0, 65483, 60, 0, 0, 0); +-- Spicula 5 +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23250, -111085, 45622, -1110, 0, 0, 37121, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -107394, 49313, -1583, 0, 0, 30554, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -106408, 44424, -1710, 0, 0, 7940, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -106289, 49789, -1764, 0, 0, 38867, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -105042, 50118, -1883, 0, 0, 14229, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -103809, 41666, -2111, 0, 0, 12205, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -95135, 49968, -2490, 0, 0, 37080, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -91053, 38858, -2482, 0, 0, 43359, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -89765, 39219, -2491, 0, 0, 47508, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -89301, 57313, -2679, 0, 0, 31667, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -85634, 59108, -2668, 0, 0, 22666, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -81714, 55940, -3245, 0, 0, 52470, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -81321, 55685, -3350, 0, 0, 65350, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -78861, 52931, -3352, 0, 0, 19461, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -78209, 51614, -3559, 0, 0, 23639, 60, 0, 0, 0), +('Stronghold II', 1, 23250, -76178, 51455, -3539, 0, 0, 10875, 60, 0, 0, 0); +-- Spicula 6 +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23251, -109108, 49343, -1327, 0, 0, 33275, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -107982, 45248, -1603, 0, 0, 58994, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -107624, 49758, -1540, 0, 0, 21359, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -105908, 49935, -1809, 0, 0, 37151, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -105506, 42961, -1773, 0, 0, 48649, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -103955, 42039, -2041, 0, 0, 13563, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -102831, 49653, -1889, 0, 0, 47696, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -86458, 59828, -2741, 0, 0, 15276, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -78511, 53273, -3356, 0, 0, 8071, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -77772, 55831, -3650, 0, 0, 21886, 60, 0, 0, 0), +('Stronghold II', 1, 23251, -76507, 50122, -3504, 0, 0, 34125, 60, 0, 0, 0); +-- Yin Spicula +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23254, -110160, 50922, -1025, 0, 0, 27819, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -110130, 51163, -1023, 0, 0, 15092, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -109911, 51266, -1024, 0, 0, 37994, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -109897, 50908, -1019, 0, 0, 40875, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -109751, 51208, -1023, 0, 0, 61908, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -108595, 51535, -1008, 0, 0, 6719, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -108401, 51583, -998, 0, 0, 44705, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -108345, 51462, -1004, 0, 0, 62572, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -108302, 51801, -998, 0, 0, 19976, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -108255, 51670, -999, 0, 0, 12124, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -108030, 47463, -1460, 0, 0, 43196, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107929, 42759, -1443, 0, 0, 22666, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107914, 42677, -1442, 0, 0, 51039, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107878, 47279, -1458, 0, 0, 56353, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107854, 47737, -1468, 0, 0, 25870, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107819, 42599, -1446, 0, 0, 39271, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107698, 42902, -1443, 0, 0, 2078, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107689, 47445, -1445, 0, 0, 36577, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107616, 42745, -1445, 0, 0, 54172, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -107615, 47551, -1452, 0, 0, 10027, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -104586, 40339, -1829, 0, 0, 19055, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -104540, 40160, -1841, 0, 0, 44176, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -104448, 40338, -1824, 0, 0, 21728, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -104413, 40123, -1838, 0, 0, 14985, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -104376, 40210, -1834, 0, 0, 12189, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103686, 44025, -1454, 0, 0, 19102, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103674, 43980, -1452, 0, 0, 26024, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103621, 43940, -1450, 0, 0, 36490, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103562, 43962, -1452, 0, 0, 43350, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103516, 44036, -1460, 0, 0, 50948, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103218, 46615, -1146, 0, 0, 50694, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103180, 46464, -1143, 0, 0, 51723, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -103013, 46411, -1146, 0, 0, 62330, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -102897, 46675, -1143, 0, 0, 18284, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -102869, 46523, -1144, 0, 0, 6894, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -92881, 50444, -2455, 0, 0, 44281, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -92820, 50565, -2455, 0, 0, 31396, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -92764, 50316, -2455, 0, 0, 56876, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -92664, 50558, -2455, 0, 0, 17233, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -91782, 55223, -2675, 0, 0, 19530, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -91740, 55088, -2666, 0, 0, 23095, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -91578, 55042, -2675, 0, 0, 42138, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -91491, 55296, -2678, 0, 0, 1480, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -91453, 55199, -2681, 0, 0, 53046, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -90272, 52652, -2520, 0, 0, 25279, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -90272, 52769, -2520, 0, 0, 16383, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -90193, 52583, -2517, 0, 0, 37940, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -90091, 52879, -2517, 0, 0, 698, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -90034, 52742, -2515, 0, 0, 32049, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -87755, 53977, -2376, 0, 0, 42781, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -87679, 53956, -2379, 0, 0, 62724, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -87653, 54283, -2372, 0, 0, 27642, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -87567, 53986, -2375, 0, 0, 2729, 60, 0, 0, 0), +('Stronghold II', 1, 23254, -87511, 54207, -2376, 0, 0, 13795, 60, 0, 0, 0); +-- Light Golem +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23255, -110328, 51385, -1031, 0, 0, 17732, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -110176, 50713, -1019, 0, 0, 31759, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -109108, 51405, -1017, 0, 0, 31276, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -108661, 52101, -1004, 0, 0, 10429, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -108296, 43611, -1441, 0, 0, 46362, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -108227, 47203, -1469, 0, 0, 45002, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -108003, 47736, -1469, 0, 0, 44742, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -107461, 42685, -1464, 0, 0, 14432, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -107283, 42548, -1468, 0, 0, 336, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -105743, 51739, -1626, 0, 0, 48513, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -105398, 52254, -1634, 0, 0, 18118, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -105143, 40566, -1831, 0, 0, 17214, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -104852, 51786, -1628, 0, 0, 46187, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -104728, 39991, -1849, 0, 0, 54173, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -104464, 39745, -1839, 0, 0, 53948, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -104194, 44142, -1434, 0, 0, 20701, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -103923, 44436, -1456, 0, 0, 8616, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -103392, 46755, -1151, 0, 0, 38483, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -103232, 44143, -1451, 0, 0, 61352, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -103164, 44661, -1436, 0, 0, 5847, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -102966, 47015, -1147, 0, 0, 30216, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -93134, 50574, -2466, 0, 0, 37282, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -92867, 50117, -2466, 0, 0, 55208, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -92135, 54812, -2688, 0, 0, 46329, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -92021, 55223, -2689, 0, 0, 30709, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -91369, 54620, -2684, 0, 0, 62974, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -91244, 55398, -2699, 0, 0, 14722, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -90556, 52901, -2538, 0, 0, 18901, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -90243, 52054, -2532, 0, 0, 37875, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -89652, 52369, -2538, 0, 0, 41308, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -89392, 52647, -2538, 0, 0, 51822, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -88355, 54180, -2391, 0, 0, 39152, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -87937, 53745, -2387, 0, 0, 57136, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -87865, 54524, -2387, 0, 0, 34747, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -87110, 54669, -2387, 0, 0, 18064, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -87031, 54183, -2383, 0, 0, 12567, 60, 0, 0, 0), +('Stronghold II', 1, 23255, -81672, 49705, -3252, 0, 0, 27622, 60, 0, 0, 0); +-- Twosword +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23257, -109862, 50772, -1016, 0, 0, 41031, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -109804, 51724, -1013, 0, 0, 30117, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -108699, 52143, -1003, 0, 0, 35030, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -108295, 43365, -1444, 0, 0, 35844, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -108098, 51449, -993, 0, 0, 63704, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -107644, 47156, -1468, 0, 0, 60488, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -107342, 42861, -1446, 0, 0, 60327, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -107194, 47687, -1470, 0, 0, 9051, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -106353, 41340, -1676, 0, 0, 46038, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -105830, 41203, -1798, 0, 0, 51655, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -105808, 51969, -1623, 0, 0, 38760, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -105276, 40158, -1829, 0, 0, 34852, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -105031, 52472, -1630, 0, 0, 25478, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -104035, 43972, -1439, 0, 0, 29919, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -103816, 39884, -1822, 0, 0, 54756, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -103321, 43772, -1440, 0, 0, 41231, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -103258, 46994, -1148, 0, 0, 33442, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -103198, 44292, -1447, 0, 0, 63033, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -103078, 44028, -1442, 0, 0, 53601, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -102937, 46208, -1151, 0, 0, 63004, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -93247, 50274, -2466, 0, 0, 46417, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -92207, 50959, -2460, 0, 0, 6308, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -91901, 55617, -2689, 0, 0, 31994, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -91857, 54364, -2679, 0, 0, 45804, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -91263, 55895, -2700, 0, 0, 20170, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -91119, 55118, -2693, 0, 0, 9592, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -90653, 52409, -2538, 0, 0, 39773, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -90264, 53111, -2538, 0, 0, 27039, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -89898, 52887, -2529, 0, 0, 18432, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -88113, 54159, -2388, 0, 0, 38415, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -87774, 53704, -2388, 0, 0, 55830, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -87526, 54512, -2387, 0, 0, 30840, 60, 0, 0, 0), +('Stronghold II', 1, 23257, -81566, 49851, -3275, 0, 0, 11914, 60, 0, 0, 0); +-- Broken-bodied Golem +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23259, -111053, 46159, -1039, 0, 0, 31509, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -109361, 49398, -1292, 0, 0, 21972, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -109087, 45753, -1470, 0, 0, 12641, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -108272, 49155, -1392, 0, 0, 53988, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -107060, 45224, -1643, 0, 0, 62180, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -106769, 49645, -1708, 0, 0, 42014, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -105634, 42478, -1877, 0, 0, 39813, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -105456, 46119, -1525, 0, 0, 41359, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -105293, 46295, -1521, 0, 0, 52551, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -103982, 41422, -2117, 0, 0, 47956, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -101404, 50587, -2085, 0, 0, 29790, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -98299, 49716, -2401, 0, 0, 56118, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -96707, 49515, -2498, 0, 0, 56118, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -92722, 39779, -2336, 0, 0, 27858, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -91772, 39217, -2460, 0, 0, 34150, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -89013, 39928, -2404, 0, 0, 16756, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -87500, 56293, -2497, 0, 0, 3286, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -85393, 56535, -2751, 0, 0, 3404, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -84340, 56867, -2718, 0, 0, 62679, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -84127, 57815, -2881, 0, 0, 60220, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -81641, 56509, -3170, 0, 0, 13768, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -81423, 50060, -3311, 0, 0, 6234, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -80107, 56649, -3711, 0, 0, 39086, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -79129, 56009, -3638, 0, 0, 34593, 60, 0, 0, 0), +('Stronghold II', 1, 23259, -76463, 49826, -3488, 0, 0, 38774, 60, 0, 0, 0); +-- Broken Berserker Golem +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23261, -110079, 51049, -1019, 0, 0, 53539, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -108546, 51703, -998, 0, 0, 34620, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -107941, 47510, -1455, 0, 0, 810, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -107802, 42881, -1441, 0, 0, 8300, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -105167, 51811, -1624, 0, 0, 22922, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -104518, 40360, -1820, 0, 0, 3124, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -103532, 44128, -1463, 0, 0, 9113, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -103014, 46514, -1137, 0, 0, 42597, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -92862, 50284, -2456, 0, 0, 10697, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -92789, 50443, -2440, 0, 0, 14791, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -91623, 55301, -2675, 0, 0, 43643, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -90132, 52616, -2515, 0, 0, 13028, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -87658, 54035, -2371, 0, 0, 6334, 60, 0, 0, 0), +('Stronghold II', 1, 23261, -81517, 49996, -3298, 0, 0, 19006, 60, 0, 0, 0); +-- Broken Golem of Repairs +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23263, -111606, 46442, -963, 0, 0, 54830, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -110944, 47211, -1046, 0, 0, 11995, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -110464, 51436, -1027, 0, 0, 20290, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -110340, 51618, -1016, 0, 0, 10145, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -110144, 49034, -1178, 0, 0, 37163, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -109739, 48728, -1208, 0, 0, 48191, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -109729, 51390, -1026, 0, 0, 63589, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -109630, 49195, -1253, 0, 0, 5190, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -108611, 51419, -1008, 0, 0, 30759, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -108463, 45160, -1558, 0, 0, 53544, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -108326, 47579, -1469, 0, 0, 40959, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -108125, 42921, -1453, 0, 0, 24435, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -108087, 51989, -998, 0, 0, 64392, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -107941, 51885, -992, 0, 0, 59080, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -107868, 47958, -1469, 0, 0, 31187, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -107790, 43155, -1453, 0, 0, 6359, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -107462, 47896, -1469, 0, 0, 25859, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -107340, 42749, -1457, 0, 0, 57879, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -106672, 41763, -1560, 0, 0, 17648, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -106643, 41525, -1600, 0, 0, 26845, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -106642, 44201, -1726, 0, 0, 61649, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -106512, 49960, -1749, 0, 0, 24212, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105886, 43290, -1787, 0, 0, 37848, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105793, 50384, -1787, 0, 0, 30100, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105789, 40374, -1797, 0, 0, 28493, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105635, 48087, -1628, 0, 0, 52565, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105616, 43433, -1738, 0, 0, 861, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105400, 40205, -1825, 0, 0, 31102, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105363, 44312, -1609, 0, 0, 45026, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105256, 41433, -1891, 0, 0, 3975, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -105191, 47437, -1511, 0, 0, 616, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -104909, 40141, -1847, 0, 0, 12920, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -104386, 41731, -2068, 0, 0, 11612, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -104370, 39732, -1837, 0, 0, 31415, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -104119, 39777, -1829, 0, 0, 36308, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -104080, 41588, -2105, 0, 0, 21946, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -103446, 41445, -2162, 0, 0, 63222, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -103434, 46413, -1151, 0, 0, 47877, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -103398, 50633, -2008, 0, 0, 23839, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -103247, 50459, -2028, 0, 0, 25319, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -103237, 46157, -1151, 0, 0, 55993, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -102799, 50403, -2041, 0, 0, 48058, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -102594, 47037, -1150, 0, 0, 14977, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -102436, 50688, -2018, 0, 0, 13264, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -100280, 50880, -2083, 0, 0, 32714, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -99990, 50063, -2169, 0, 0, 60959, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -95660, 49942, -2486, 0, 0, 30203, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -95648, 49650, -2456, 0, 0, 49580, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -93048, 50009, -2466, 0, 0, 55870, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -92987, 50001, -2466, 0, 0, 36140, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -92384, 50578, -2466, 0, 0, 11293, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -92382, 39606, -2381, 0, 0, 8954, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -92244, 55009, -2688, 0, 0, 41880, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -92065, 54658, -2688, 0, 0, 54070, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91517, 39251, -2458, 0, 0, 31698, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91502, 38522, -2432, 0, 0, 56435, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91392, 55737, -2698, 0, 0, 24376, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91264, 39077, -2477, 0, 0, 22684, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91196, 55055, -2692, 0, 0, 7481, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91166, 38861, -2476, 0, 0, 32491, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -91007, 55337, -2700, 0, 0, 10225, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -90244, 52399, -2535, 0, 0, 4601, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -90128, 38877, -2488, 0, 0, 42038, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -90107, 57453, -2699, 0, 0, 30870, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -90003, 58769, -2984, 0, 0, 48541, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89949, 56651, -2749, 0, 0, 26616, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89878, 57933, -2725, 0, 0, 6251, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89800, 53216, -2538, 0, 0, 17956, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89727, 52288, -2538, 0, 0, 61735, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89719, 57106, -2667, 0, 0, 52192, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89689, 57578, -2703, 0, 0, 8313, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89544, 53198, -2538, 0, 0, 64803, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89499, 52513, -2538, 0, 0, 55663, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -89413, 39880, -2385, 0, 0, 375, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88892, 59817, -2824, 0, 0, 32854, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88674, 59740, -2819, 0, 0, 49066, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88672, 59985, -2792, 0, 0, 6802, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88408, 59821, -2787, 0, 0, 29042, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88163, 54506, -2387, 0, 0, 40027, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88015, 53910, -2388, 0, 0, 56893, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -88004, 39671, -2531, 0, 0, 41767, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -87918, 53512, -2387, 0, 0, 23658, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -87768, 54836, -2387, 0, 0, 28213, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -87404, 39562, -2523, 0, 0, 24287, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -87195, 56098, -2462, 0, 0, 59602, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -87082, 54429, -2386, 0, 0, 8839, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -87061, 39595, -2518, 0, 0, 62019, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -85049, 58067, -2908, 0, 0, 17362, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -84728, 60089, -2576, 0, 0, 37032, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -84306, 57834, -2880, 0, 0, 31664, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -83552, 57498, -2882, 0, 0, 14832, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -83106, 58782, -2727, 0, 0, 16194, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -83000, 58570, -2750, 0, 0, 10871, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -82154, 53390, -3330, 0, 0, 27041, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -82048, 56337, -3132, 0, 0, 56258, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -81829, 51305, -3297, 0, 0, 59995, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -81781, 56597, -3135, 0, 0, 8053, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -81570, 53792, -3363, 0, 0, 42472, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -81466, 53573, -3396, 0, 0, 53776, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -81452, 52694, -3385, 0, 0, 55417, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -80971, 50369, -3358, 0, 0, 873, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -80549, 56988, -3652, 0, 0, 32953, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -80416, 57278, -3683, 0, 0, 11898, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -80332, 50512, -3388, 0, 0, 18188, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -80155, 56262, -3682, 0, 0, 47864, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -80070, 50616, -3399, 0, 0, 3941, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -79713, 49671, -3303, 0, 0, 61489, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -79683, 56257, -3655, 0, 0, 41061, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -79428, 56517, -3690, 0, 0, 25272, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -79353, 49968, -3342, 0, 0, 7194, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78960, 50056, -3261, 0, 0, 55921, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78917, 50628, -3451, 0, 0, 36956, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78848, 55908, -3640, 0, 0, 44627, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78847, 51320, -3505, 0, 0, 28411, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78751, 52614, -3357, 0, 0, 9526, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78697, 56234, -3670, 0, 0, 32553, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -78340, 51095, -3540, 0, 0, 51714, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -77507, 54931, -3531, 0, 0, 22343, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -76863, 52364, -3643, 0, 0, 19431, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -76717, 52651, -3654, 0, 0, 36631, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -76675, 51739, -3527, 0, 0, 39237, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -76477, 52041, -3619, 0, 0, 40098, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -76248, 54174, -3642, 0, 0, 59856, 60, 0, 0, 0), +('Stronghold II', 1, 23263, -76219, 53122, -3661, 0, 0, 43727, 60, 0, 0, 0); +-- Broken Drill Golem +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23264, -111770, 47790, -962, 0, 0, 20443, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -111531, 46307, -965, 0, 0, 37109, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -111411, 47349, -979, 0, 0, 17625, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -111298, 46410, -1009, 0, 0, 30494, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -110964, 48736, -1083, 0, 0, 35120, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -110904, 46450, -1069, 0, 0, 45360, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -110466, 46416, -1249, 0, 0, 51553, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -110355, 51299, -1033, 0, 0, 25720, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -110000, 51533, -1026, 0, 0, 6078, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -109993, 47209, -1206, 0, 0, 25093, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -109844, 49416, -1221, 0, 0, 65250, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -109734, 50918, -1019, 0, 0, 53409, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -109146, 51363, -1016, 0, 0, 4643, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -108339, 52039, -1002, 0, 0, 63551, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -108291, 42752, -1457, 0, 0, 35933, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -108028, 42485, -1465, 0, 0, 57265, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107983, 43588, -1445, 0, 0, 64770, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107972, 51858, -994, 0, 0, 60756, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107515, 42995, -1451, 0, 0, 541, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107286, 48005, -1469, 0, 0, 61386, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107256, 47674, -1469, 0, 0, 50094, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107221, 47248, -1470, 0, 0, 50007, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -107036, 49595, -1665, 0, 0, 45606, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -106972, 44330, -1699, 0, 0, 29454, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -106471, 46561, -1490, 0, 0, 40014, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105946, 41677, -1834, 0, 0, 37376, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105730, 51951, -1628, 0, 0, 24209, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105491, 43272, -1743, 0, 0, 65061, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105418, 50154, -1849, 0, 0, 44135, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105332, 51524, -1625, 0, 0, 37822, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105144, 42150, -1956, 0, 0, 25571, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105029, 39793, -1818, 0, 0, 32692, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -105019, 40650, -1818, 0, 0, 5473, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -104804, 51802, -1626, 0, 0, 52990, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -104753, 39791, -1843, 0, 0, 40564, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -104655, 52156, -1621, 0, 0, 10764, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -104514, 41471, -2052, 0, 0, 1474, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -104507, 40019, -1843, 0, 0, 21029, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -104062, 43748, -1427, 0, 0, 33122, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -103086, 43985, -1441, 0, 0, 27061, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -103079, 51106, -1870, 0, 0, 25829, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102963, 51015, -1909, 0, 0, 11666, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102952, 46341, -1151, 0, 0, 52851, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102936, 41035, -2222, 0, 0, 289, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102889, 43865, -1426, 0, 0, 47117, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102841, 44108, -1434, 0, 0, 50199, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102781, 50574, -2035, 0, 0, 19648, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102722, 51172, -1890, 0, 0, 5813, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102652, 49882, -1982, 0, 0, 57143, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102648, 50675, -2009, 0, 0, 21850, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102567, 46298, -1151, 0, 0, 64375, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102381, 50039, -2062, 0, 0, 53437, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -102369, 46866, -1150, 0, 0, 12885, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -100800, 50863, -2044, 0, 0, 11102, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -100086, 50879, -2089, 0, 0, 24063, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -99842, 50568, -2145, 0, 0, 14620, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -96056, 49535, -2476, 0, 0, 64401, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -92975, 50963, -2451, 0, 0, 63216, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -92727, 51152, -2472, 0, 0, 3914, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -92270, 55610, -2689, 0, 0, 37196, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -92186, 54992, -2688, 0, 0, 50561, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -91801, 55822, -2689, 0, 0, 34174, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -91777, 54830, -2689, 0, 0, 61602, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -91480, 40242, -2315, 0, 0, 14070, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -90513, 52405, -2538, 0, 0, 31716, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -90177, 52371, -2536, 0, 0, 38972, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -90044, 53239, -2538, 0, 0, 6536, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -90021, 40037, -2356, 0, 0, 30132, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -89877, 52574, -2529, 0, 0, 49007, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -89663, 39871, -2368, 0, 0, 34144, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -89464, 52922, -2538, 0, 0, 60717, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -89148, 59911, -2835, 0, 0, 29156, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -88572, 38832, -2400, 0, 0, 22328, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -88368, 53616, -2407, 0, 0, 46867, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -88248, 54155, -2393, 0, 0, 38206, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -87919, 54344, -2388, 0, 0, 30416, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -87772, 39942, -2528, 0, 0, 51451, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -87635, 53326, -2392, 0, 0, 61606, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -87603, 59016, -2866, 0, 0, 15637, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -87218, 53695, -2383, 0, 0, 7555, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -85805, 57318, -2774, 0, 0, 33511, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -85371, 57349, -2759, 0, 0, 23178, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -84661, 57071, -2819, 0, 0, 28430, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -84637, 58100, -2895, 0, 0, 65245, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -84603, 56643, -2700, 0, 0, 59654, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -84344, 56931, -2728, 0, 0, 8744, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -84227, 57544, -2869, 0, 0, 55360, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -83317, 57509, -2890, 0, 0, 487, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -81738, 50704, -3314, 0, 0, 50719, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -81693, 56306, -3205, 0, 0, 52215, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -81453, 53949, -3374, 0, 0, 28862, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -81329, 56176, -3257, 0, 0, 2971, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -81164, 55812, -3347, 0, 0, 53591, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -81112, 53815, -3407, 0, 0, 49151, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -80343, 51252, -3309, 0, 0, 19471, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -79754, 51910, -3346, 0, 0, 41112, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -79553, 52377, -3452, 0, 0, 12144, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -79037, 56175, -3649, 0, 0, 11105, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -78775, 50241, -3266, 0, 0, 8191, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -78536, 56000, -3645, 0, 0, 34458, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -78218, 56052, -3648, 0, 0, 25595, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -78072, 50195, -3268, 0, 0, 47080, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -77635, 50232, -3271, 0, 0, 881, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -76989, 53920, -3634, 0, 0, 39084, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -76719, 51350, -3509, 0, 0, 44423, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -76493, 50399, -3521, 0, 0, 15857, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -76234, 52054, -3593, 0, 0, 13246, 60, 0, 0, 0), +('Stronghold II', 1, 23264, -75549, 52510, -3675, 0, 0, 52523, 60, 0, 0, 0); +-- Broken Pincer Golem +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23266, -111562, 46835, -994, 0, 0, 17428, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -110730, 46706, -1100, 0, 0, 48882, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -110400, 51036, -1032, 0, 0, 44997, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -110177, 51566, -1026, 0, 0, 36947, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -109631, 46323, -1240, 0, 0, 40308, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -108461, 49483, -1405, 0, 0, 21836, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -108177, 48014, -1468, 0, 0, 26626, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -108034, 42398, -1458, 0, 0, 37652, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -108025, 42708, -1454, 0, 0, 16081, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -108021, 43128, -1449, 0, 0, 16284, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -108009, 47050, -1469, 0, 0, 54782, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -107831, 44969, -1623, 0, 0, 26626, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -107543, 48113, -1469, 0, 0, 9980, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -105730, 52173, -1626, 0, 0, 12574, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -105251, 50474, -1816, 0, 0, 49780, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -105029, 47016, -1501, 0, 0, 52983, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -105012, 51597, -1631, 0, 0, 55566, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -104785, 52055, -1633, 0, 0, 61371, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -103990, 44318, -1449, 0, 0, 15035, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -103959, 40124, -1817, 0, 0, 5946, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -103845, 50418, -1997, 0, 0, 36522, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -103639, 44406, -1451, 0, 0, 2562, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -103225, 44464, -1443, 0, 0, 1451, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -102869, 44386, -1432, 0, 0, 63286, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -102856, 50041, -1991, 0, 0, 32821, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -100141, 50758, -2098, 0, 0, 58008, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -95397, 49876, -2489, 0, 0, 35003, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -92607, 38861, -2468, 0, 0, 21248, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -92487, 50169, -2466, 0, 0, 63781, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -90029, 39313, -2489, 0, 0, 4662, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -88608, 39694, -2519, 0, 0, 60071, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -88583, 39382, -2523, 0, 0, 49985, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -87432, 39049, -2350, 0, 0, 44010, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -86746, 57683, -2829, 0, 0, 23702, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -85784, 59542, -2631, 0, 0, 29829, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -85248, 58117, -2918, 0, 0, 30200, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -84955, 56697, -2792, 0, 0, 57321, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -84585, 56274, -2556, 0, 0, 49420, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -83417, 57718, -2866, 0, 0, 21038, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -81681, 53260, -3400, 0, 0, 62738, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -81489, 49887, -3282, 0, 0, 4561, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -81155, 55422, -3391, 0, 0, 6988, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -80534, 51426, -3298, 0, 0, 14438, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -80324, 56992, -3685, 0, 0, 23267, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -79850, 56827, -3709, 0, 0, 19356, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -79093, 52171, -3477, 0, 0, 17621, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -78688, 56087, -3648, 0, 0, 2112, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -78517, 52786, -3375, 0, 0, 6611, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -78151, 56267, -3682, 0, 0, 867, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -77716, 50647, -3287, 0, 0, 9729, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -77664, 51947, -3587, 0, 0, 40331, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -77557, 55462, -3631, 0, 0, 15014, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -77039, 50121, -3316, 0, 0, 63863, 60, 0, 0, 0), +('Stronghold II', 1, 23266, -76921, 54365, -3619, 0, 0, 19271, 60, 0, 0, 0); +-- Screw Golem +INSERT INTO `spawnlist` VALUES +('Stronghold II', 1, 23267, -110514, 51014, -1029, 0, 0, 47210, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -109663, 51535, -1020, 0, 0, 2313, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -109585, 51127, -1020, 0, 0, 51122, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -108887, 51973, -1015, 0, 0, 16499, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -108867, 51743, -1013, 0, 0, 50056, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -108701, 51190, -1010, 0, 0, 42928, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -108317, 43140, -1443, 0, 0, 42469, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -107888, 42377, -1465, 0, 0, 39285, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -107855, 48065, -1469, 0, 0, 20534, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -107806, 43515, -1451, 0, 0, 3674, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -107521, 42368, -1474, 0, 0, 336, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -107462, 47130, -1470, 0, 0, 37517, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -106013, 40723, -1788, 0, 0, 41118, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -105646, 40644, -1825, 0, 0, 191, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -105642, 52206, -1630, 0, 0, 34794, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -105074, 52274, -1637, 0, 0, 60699, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -105022, 51542, -1627, 0, 0, 42804, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -104965, 40221, -1845, 0, 0, 30546, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -104936, 39934, -1843, 0, 0, 57343, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -104129, 40015, -1832, 0, 0, 417, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -104060, 43837, -1435, 0, 0, 16149, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -103916, 39849, -1823, 0, 0, 54967, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -103645, 44359, -1454, 0, 0, 63223, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -103192, 43825, -1440, 0, 0, 50457, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -102962, 47116, -1135, 0, 0, 17011, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -102844, 46363, -1151, 0, 0, 10747, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -102389, 46719, -1149, 0, 0, 6925, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -92543, 50040, -2466, 0, 0, 50318, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -92366, 50410, -2466, 0, 0, 3597, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -91960, 55507, -2689, 0, 0, 27894, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -91604, 54586, -2689, 0, 0, 55584, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -91230, 55425, -2700, 0, 0, 12008, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -91137, 54858, -2688, 0, 0, 4908, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -90579, 52772, -2538, 0, 0, 47311, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -90408, 52519, -2537, 0, 0, 55351, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -89891, 52153, -2538, 0, 0, 62465, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -89776, 53058, -2538, 0, 0, 12831, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -87558, 54738, -2387, 0, 0, 20955, 60, 0, 0, 0), +('Stronghold II', 1, 23267, -87403, 53643, -2387, 0, 0, 63567, 60, 0, 0, 0), +('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); diff --git a/trunk/dist/tools/sql/game/teleport.sql b/trunk/dist/tools/sql/game/teleport.sql index 45e721735b..a0c4b37554 100644 --- a/trunk/dist/tools/sql/game/teleport.sql +++ b/trunk/dist/tools/sql/game/teleport.sql @@ -1071,3 +1071,7 @@ INSERT INTO `teleport` (`Description`, `id`, `loc_x`, `loc_y`, `loc_z`, `price`, ('Ragraman', 3319006, -53027, 172265, -3680, 0, 0, 57), ('Iris', 3319007, -31348, 169552, -3840, 0, 0, 57), ('Thorn', 3319008, -28460, 183596, -3760, 0, 0, 57); + +INSERT INTO `teleport` VALUES +('Isle of Souls Harbor -> Gludin', 1140, -80684, 149770, -3040, 7300, 0, 57), +('Isle of Souls Harbor -> Rune Township', 1141, 43835, -47749, -792, 10000, 0, 57);