xzjv
Community Developer
- Joined
- Mar 17, 2014
- Messages
- 1,243
- Reaction score
- 46
Code:
public class WaypointInfo
{
public WaypointInfo(int number, int levelAreaSnoId, int worldSnoId, string name)
{
Name = name;
Number = number;
WorldSno = (SNOWorld)worldSnoId;
WorldSnoId = worldSnoId;
LevelAreaSno = (SNOLevelArea)levelAreaSnoId;
LevelAreaSnoId = levelAreaSnoId;
}
public string Name { get; set; }
public int Number { get; set; }
public SNOWorld WorldSno { get; set; }
public int WorldSnoId { get; set; }
public SNOLevelArea LevelAreaSno { get; set; }
public int LevelAreaSnoId { get; set; }
}
public static readonly Dictionary<int, WaypointInfo> OpenWorldWaypoints = new Dictionary<int, WaypointInfo>
{
{ 0, new WaypointInfo(0, 332339, 332336, "New Tristram") },
{ 1, new WaypointInfo(1, 101351, 71150, "The Old Ruins") },
{ 2, new WaypointInfo(2, 19780, 50579, "Cathedral Level 1") },
{ 3, new WaypointInfo(3, 19783, 50582, "Cathedral Level 2") },
{ 4, new WaypointInfo(4, 19785, 50584, "Cathedral Level 4") },
{ 5, new WaypointInfo(5, 19787, 50585, "The Royal Crypts") },
{ 6, new WaypointInfo(6, 19954, 71150, "The Weeping Hollow") },
{ 7, new WaypointInfo(7, 72712, 71150, "Cemetery of the Forsaken") },
{ 8, new WaypointInfo(8, 19952, 71150, "Fields of Misery") },
{ 9, new WaypointInfo(9, 19952, 71150, "Drowned Temple") },
{ 10, new WaypointInfo(10, 19953, 71150, "The Festering Woods") },
{ 11, new WaypointInfo(11, 119870, 167721, "Wortham Chapel Cellar") },
{ 12, new WaypointInfo(12, 78572, 180550, "Caverns of Araneae") },
{ 13, new WaypointInfo(13, 93632, 71150, "Southern Highlands") },
{ 14, new WaypointInfo(14, 19941, 71150, "Northern Highlands") },
{ 15, new WaypointInfo(15, 19774, 2826, "Halls of Agony Level 1") },
{ 16, new WaypointInfo(16, 19775, 58982, "Halls of Agony Level 2") },
{ 17, new WaypointInfo(17, 19776, 58983, "Halls of Agony Level 3") },
{ 18, new WaypointInfo(18, 19943, 71150, "Leoric's Manor Courtyard") },
{ 19, new WaypointInfo(19, 168314, 161472, "Hidden Camp") },
{ 20, new WaypointInfo(20, 19836, 70885, "Howling Plateau") },
{ 21, new WaypointInfo(21, 210451, 109894, "City of Caldeum") },
{ 22, new WaypointInfo(22, 63666, 70885, "Stinging Winds") },
{ 23, new WaypointInfo(23, 19839, 70885, "Road to Alcarnus") },
{ 24, new WaypointInfo(24, 57425, 70885, "Dahlgur Oasis") },
{ 25, new WaypointInfo(25, 53834, 70885, "Desolate Sands") },
{ 26, new WaypointInfo(26, 19800, 50613, "Archives of Zoltun Kulle") },
{ 27, new WaypointInfo(27, 62752, 59486, "Ancient Waterway") },
{ 28, new WaypointInfo(28, 92945, 172909, "Bastion's Keep Stronghold") },
{ 29, new WaypointInfo(29, 93173, 93099, "Stonefort") },
{ 30, new WaypointInfo(30, 75436, 93104, "The Keep Depths Level 1") },
{ 31, new WaypointInfo(31, 93103, 75434, "The Keep Depths Level 2") },
{ 32, new WaypointInfo(32, 136448, 136415, "The Keep Depths Level 3") },
{ 33, new WaypointInfo(33, 154644, 95804, "The Battlefields") },
{ 34, new WaypointInfo(34, 155048, 95804, "The Bridge of Korsikk") },
{ 35, new WaypointInfo(35, 112565, 95804, "Rakkis Crossing") },
{ 36, new WaypointInfo(36, 86080, 81049, "Arreat Crater Level 1") },
{ 37, new WaypointInfo(37, 80791, 79401, "Tower of the Damned Level 1") },
{ 38, new WaypointInfo(38, 119305, 81934, "Arreat Crater Level 2") },
{ 39, new WaypointInfo(39, 119653, 119641, "Tower of the Cursed Level 1") },
{ 40, new WaypointInfo(40, 119306, 119290, "The Core of Arreat") },
{ 41, new WaypointInfo(41, 428494, 428493, "The Ruins of Sescheron") },
{ 42, new WaypointInfo(42, 92945, 172909, "Bastion's Keep Stronghold") },
{ 43, new WaypointInfo(43, 109514, 109513, "Gardens of Hope 1st Tier") },
{ 44, new WaypointInfo(44, 409512, 409510, "Gardens of Hope 2nd Tier") },
{ 45, new WaypointInfo(45, 409517, 409511, "Gardens of Hope 3rd Tier") },
{ 46, new WaypointInfo(46, 109538, 121579, "The Silver Spire Level 1") },
{ 47, new WaypointInfo(47, 109540, 129305, "The Silver Spire Level 2") },
{ 48, new WaypointInfo(48, 109526, 109525, "Hell Rift Level 1") },
{ 49, new WaypointInfo(49, 409001, 409000, "Besieged Tower Level 1") },
{ 50, new WaypointInfo(50, 270011, 304235, "The Survivors' Enclave") },
{ 51, new WaypointInfo(51, 261758, 261712, "Westmarch Commons") },
{ 52, new WaypointInfo(52, 338946, 338944, "Briarthorn Cemetery") },
{ 53, new WaypointInfo(53, 263493, 263494, "Westmarch Heights") },
{ 54, new WaypointInfo(54, 258142, 267412, "Paths of the Drowned") },
{ 55, new WaypointInfo(55, 283553, 283552, "Passage to Corvus") },
{ 56, new WaypointInfo(56, 283567, 283566, "Ruins of Corvus") },
{ 57, new WaypointInfo(57, 271234, 271233, "Pandemonium Fortress Level 1") },
{ 58, new WaypointInfo(58, 360494, 271235, "Pandemonium Fortress Level 2") },
{ 59, new WaypointInfo(59, 338602, 338600, "Battlefields of Eternity") },
{ 60, new WaypointInfo(60, 427763, 408254, "Greyhollow Island") },
};