diff --git a/trunk/dist/game/data/html/teleporter/33072.htm b/trunk/dist/game/data/html/teleporter/33072.htm new file mode 100644 index 0000000000..7e118a7f00 --- /dev/null +++ b/trunk/dist/game/data/html/teleporter/33072.htm @@ -0,0 +1,4 @@ +Teleport Device:
+This is the Gludio territory known as the Wasteland.
+ + \ No newline at end of file diff --git a/trunk/dist/game/data/stats/npcs/33000-33099.xml b/trunk/dist/game/data/stats/npcs/33000-33099.xml index cd4ca1a7be..10bfa6c0de 100644 --- a/trunk/dist/game/data/stats/npcs/33000-33099.xml +++ b/trunk/dist/game/data/stats/npcs/33000-33099.xml @@ -1672,8 +1672,7 @@ - - + ETC diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 16c399b172..61c0fe03b3 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -49728,3 +49728,7 @@ INSERT INTO `spawnlist` VALUES ('20_14', '1', '33834', '16233', '-114355', '-226 INSERT INTO `spawnlist` VALUES ('20_14', '1', '33835', '16437', '-113838', '-226', '0', '0', '46433', '60', '0', '0', '0'); INSERT INTO `spawnlist` VALUES ('20_14', '1', '33836', '16606', '-114161', '-206', '0', '0', '30709', '60', '0', '0', '0'); INSERT INTO `spawnlist` VALUES ('20_14', '1', '33839', '14731', '-120358', '-1117', '0', '0', '13464', '60', '0', '0', '0'); + +-- Teleport Device Wasteland (Entrance) +INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES +('Wasteland', 1, 33072, -16365, 208927, -3664, 0, 0, 15805, 60, 0, 0, 0); diff --git a/trunk/dist/tools/sql/game/teleport.sql b/trunk/dist/tools/sql/game/teleport.sql index f1cbd89b19..7d92843ad1 100644 --- a/trunk/dist/tools/sql/game/teleport.sql +++ b/trunk/dist/tools/sql/game/teleport.sql @@ -1060,3 +1060,7 @@ INSERT INTO `teleport` VALUES ('Garden of Genesis -> Arcan', 3309001, 210803, 89 INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023301, 172458, 90314, -1984, 6300, 1, 57); INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023302, 172458, 90314, -1984, 0, 1, 57); INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023303, 172458, 90314, -1984, 3150, 1, 57); + +-- Teleport Device to Gludio +INSERT INTO `teleport` (`Description`, `id`, `loc_x`, `loc_y`, `loc_z`, `price`, `fornoble`, `itemId`) VALUES +('Wasteland -> Gludio', 3319001, -14567, 123872, -3104, 0, 0, 57);