Wasteland Teleport Device.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2015-04-28 22:46:58 +00:00
parent e6684c7457
commit 6f432f690a
4 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,4 @@
<html><body>Teleport Device:<br>
This is the Gludio territory known as the Wasteland.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3319001">"Move to the Town of Gludio"</Button>
</body></html>

View File

@ -1672,8 +1672,7 @@
<height normal="25" /> <height normal="25" />
</collision> </collision>
</npc> </npc>
<npc id="33072" level="85" type="L2Npc" name="Teleport Device"> <npc id="33072" level="85" type="L2Teleporter" name="Teleport Device">
<!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) -->
<race>ETC</race> <race>ETC</race>
<stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" --> <stats> <!-- str="88" int="79" dex="55" wit="78" con="82" men="78" -->
<vitals hp="7324" hpRegen="7.5" mp="7324" mpRegen="2.7" /> <vitals hp="7324" hpRegen="7.5" mp="7324" mpRegen="2.7" />

View File

@ -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', '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', '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'); 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);

View File

@ -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', 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', 3023302, 172458, 90314, -1984, 0, 1, 57);
INSERT INTO `teleport` VALUES ('Hunters Village -> Anghel Waterfall', 3023303, 172458, 90314, -1984, 3150, 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);