Fixed teleport location some Ye Sagira teleport devices.
Contributed by gyo.
This commit is contained in:
parent
c8245111ac
commit
88d69177a6
21
trunk/dist/db_installer/sql/game/teleport.sql
vendored
21
trunk/dist/db_installer/sql/game/teleport.sql
vendored
@ -1030,15 +1030,18 @@ INSERT INTO `teleport` VALUES
|
||||
|
||||
-- Ye Sagira
|
||||
INSERT INTO `teleport` VALUES
|
||||
('Ye Sagira Explorarion Observatory -> The 1st Exploration Zone',3318001,-115005,237383,-3088,0,0,57),
|
||||
('Ye Sagira Explorarion Observatory -> Exit to the East',3318101,-109294,237397,-2928,0,0,57),
|
||||
('Ye Sagira Explorarion Observatory -> Exit to the West',3318102,-122189,241009,-2328,0,0,57),
|
||||
('Ye Sagira Explorarion Observatory -> Return to town',3318103,-114413,252159,-1592,0,0,57),
|
||||
('Enter The Ruins of Ye Sagira', 3318004, -114896, 230162, -1655, 0, 0, 57),
|
||||
('The 2nd Exploration Zone', 3318005, -118350, 233992, -2904, 0, 0, 57),
|
||||
('The 3rd Exploration Zone', 3318006, -116380, 239086, -2736, 0, 0, 57),
|
||||
('The 4th Exploration Zone', 3318007, -112388, 238699, -2904, 0, 0, 57),
|
||||
('The 5th Exploration Zone', 3318008, -110964, 233816, -3192, 0, 0, 57);
|
||||
('Ye Sagira Explorarion Observatory -> The 1st Exploration Zone',3318001, -115005, 237383, -3088,0,0,57),
|
||||
('Ye Sagira Explorarion Observatory -> Exit to the East',3318101, -109294, 237397, -2928,0,0,57),
|
||||
('Ye Sagira Explorarion Observatory -> Exit to the West',3318102, -122189, 241009, -2328,0,0,57),
|
||||
('Ye Sagira Explorarion Observatory -> Return to village',3318103, -114413, 252159, -1592,0,0,57),
|
||||
('Ruins of Ye Sagira Exploration Observatory', 3318004, -114675, 230171, -1648, 0, 0, 57),
|
||||
('The 2nd Exploration Zone Blue', 3318005, -118350, 233992, -2904, 0, 0, 57),
|
||||
('The 3rd Exploration Zone Blue', 3318006, -116303, 239062, -2736, 0, 0, 57),
|
||||
('The 4th Exploration Zone Blue', 3318007, -112382, 238710, -2904, 0, 0, 57),
|
||||
('The 5th Exploration Zone Blue', 3318008, -110980, 233774, -3200, 0, 0, 57),
|
||||
('The 2nd Exploration Zone Red', 3318009, -116777, 233958, -2896, 0, 0, 57),
|
||||
('The 3rd Exploration Zone Red', 3318010, -118123, 239306, -2736, 0, 0, 57),
|
||||
('The 4th Exploration Zone Red', 3318011, -112314, 240190, -2920, 0, 0, 57);
|
||||
|
||||
-- Reliquary of the Giants
|
||||
INSERT INTO `teleport` VALUES ('Reliquary of the Giants', 3334401, -114562, 227307, -2864, 0, 0, 57);
|
||||
|
@ -1,5 +1,5 @@
|
||||
<html><body>Ye Sagira Teleport Device:<br>
|
||||
Your current location is the 5th Exploration Zone. Where would you like to go?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318007" msg="811;4th Exploration Zone">"I want to go to the 4th Exploration Zone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318011" msg="811;4th Exploration Zone">"I want to go to the 4th Exploration Zone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318004" msg="811;Ruins of Ye Sagira">"I'll go back to the Ruins of Ye Sagira Exploration Observatory."</Button>
|
||||
</body></html>
|
@ -1,5 +1,5 @@
|
||||
<html><body>Ye Sagira Teleport Device:<br>
|
||||
Your current location is the 4th Exploration Zone. Where would you like to go?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318006" msg="811;3th Exploration Zone">"I want to go to the 3rd Exploration Zone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318010" msg="811;3th Exploration Zone">"I want to go to the 3rd Exploration Zone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318004" msg="811;Ruins of Ye Sagira">"I'll go back to the Ruins of Ye Sagira Exploration Observatory."</Button>
|
||||
</body></html>
|
@ -1,5 +1,5 @@
|
||||
<html><body>Ye Sagira Teleport Device:<br>
|
||||
Your current location is the 3rd Exploration Zone. Where would you like to go?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318005" msg="811;2nd Exploration Zone">"I want to go to the 2nd Exploration Zone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318009" msg="811;2nd Exploration Zone">"I want to go to the 2nd Exploration Zone."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3318004" msg="811;Ruins of Ye Sagira">"I'll go back to the Ruins of Ye Sagira Exploration Observatory."</Button>
|
||||
</body></html>
|
Loading…
Reference in New Issue
Block a user