MQ2Piggyzone.ini

freewilly

Lifetimer
Joined
Sep 20, 2006
Messages
191
Reaction score
23
Points
18
Is there a guide on how to update MQ2Piggyzone.ini? I've looked here and on MQ2, and googled in general and can't find much of anything. It seems you apply a short name to the zone ID and the zones connected to it as such,
Spoiler:
790=scorchedwoods "Scorched Woods",791,800,794
. Then define possible waypoints when zoning into a particular zone, like such
Spoiler:
[scorchedwoods]
default=1896.00 -1930.00 -16.00 158
.

Doing this for most of EoK I find once into one of the EoK zones everything works as expected, but trying to come from any zone outside of EoK, it can't find a path. I'm guessing this is because there is not a directly connected zone from the other worlds without going through some transporter or clicking something. So, I guess my question is, how do you configure MQ2Piggyzone.ini to work with the worlds like this?
 
I saw that post, but it does not explain how the .ini works, nor my specific question.
 
I'm not familiar with EoK zones, but there is a "[NPCTeleporters]" section which is used for NPC teleporters to get around with, if an NPC in the zone will teleport you when you say something to them.

The numbers after each zone is what zone they connect to. If there is no exit from the EoK zone, then you don't put a number at the end of that zone name. If you use the /dumpconnections command inside the zone, it should tell you what zone exits are available in the zone so you can put them in the ini to use.

EoK connections are already in ini, but may not be perfect for connections.

Code:
;---Empire of Kunark
787=gnomemtn "Gnome Memorial Mountain"
788=drogab "The Temple of Droga",791
789=charasisb "The Howling Stones"
790=scorchedwoods "The Scorched Woods",794,800,791
791=frontiermtnsb "Frontier Mountains",790,788,793
792=gorowyn "Gorowyn"
793=korshaext "Gates of Kor-Sha",791,799
794=lceanium "Lceanium",790
799=korshaint "Kor-Sha Laboratory",793
800=chardoktwo "Chardok",790
813=charasistwo "The Howling Stone"
814=skyfiretwo "The Skyfire Mountains"
815=overtheretwo "The Overthere"
816=veeshantwo "Veeshan's Peak"

In the MQ2PiggyZone.ini is information on the zonein location, as in what location your character should be in, when you piggyzone into the zone.

Code:
; Zone In Locations - used to determine where to zone
; Can use different waypoints manually, "default" is used if no waypoint specified
; Format as follows:
; [shortname]
; waypoint=Y X Z Heading
; fromZoneName=Y X Z Heading

[drogab]
default=1381.00 306.00 3.75 300
fromFrontierMtnsb=1392.46 373.44 3.75 360
 
Question about doors with piggyzone

It seems some doors / switches work fine and others don't. I'm trying to figure out why.

/zonelog has helped a great deal with zone lines where you simply run across the connection. Doors obviously work - PoK zonelines are doors. I would specifically like to figure out two zones, and I could probably figure it out from there.

798=pohealth "Plane of Health",18
and
727=rubak "Rubak Oseka, Temple of the Sea",726

Old zones like Charasis were accessed by clicking a door, so I know it's possible. The next project will be ShardsLanding and the multitude of connections to new and old connections.
 
Last edited:
Here's what I've got so far...

Filename: MQ2PiggyZone_ZoneLocs.ini
Put this in the MQ2\Logs folder

I'll post more zones as I get them done. I haven't finished, but it's pretty far. Interestingly, you can /zone to windsong (which is done via a clicked platform that raises), but it doesn't update from Windsong down to Pillars of Alra, even though it doesn't require a click - just step on the platform.

TO DO (could use help with these):
1) Get zone to Rubak Oseka working
2) Get RoF zones working (assuming you have your portals unlocked - if you don't /shame)
3) Get TBM zones working - connecting PoLife with PoDecay would be a bad idea considering you may land in a deadly spot
4) Finish incorporating all of the new zones with the old (RoF to old school / etc)
5) sort the file out by xpac

Code:
[sarithcity]
frombeastdomain=461.00 -814.00 0.00 190.00
fromresplendent=984.00 -100.00 -8.00 137.00
fromarelis=913.00 -606.00 -2.00 115.00

[arelis]
fromsarithcity=-1508.00 730.00 -36.00 65.00
fromargath=3375.00 -1925.00 133.00 163.00

[argath]
fromarelis=-419.00 134.00 -399.00 35.00

[beastdomain]
fromsarithcity=-4852.00 4575.00 184.00 330.00
fromeviltree=-6127.00 3381.00 61.00 427.00

[eviltree]
frombeastdomain=-795.00 1084.00 82.00 436.00

[resplendent]
fromsarithcity=70.00 -81.00 10.00 5.00
fromcityofbronze=1583.00 1883.00 27.00 397.00
frompillarsalra=4038.00 173.00 581.00 277.00
fromgrelleth=2879.00 71.00 -330.00 314.00

[cityofbronze]
fromresplendent=-1073.00 -2775.00 62.00 180.00
fromsepulcher=-0.21 -1313.73 5.59 127.00

[pillarsalra]
fromresplendent=-1595.00 267.00 11.00 510.00

[windsong]
frompillarsalra=-186.50 -1165.00 8.00 122.00

[grelleth]
fromresplendent=24.00 0.00 3.00 511.00

[sepulcher]
fromcityofbronze=-818.00 -17.00 87.00 0.00
fromeastsepulcher=533.01 -877.21 7.98 128.00
fromwestsepulcher=128.05 727.45 7.98 448.00

[eastsepulcher]
fromsepulcher=532.43 -934.51 7.69 300.00

[westsepulcher]
fromsepulcher=68.15 788.24 7.70 193.00

[lceanium]
fromscorchedwoods=1896.00 -1930.00 -16.00 158.00

[scorchedwoods]
fromlceanium=-2852.00 -1584.00 -369.00 19.00
fromchardoktwo=7248.00 -4100.00 -236.00 508.00
fromfrontiermtnsb=-2859.00 -4887.00 -26.00 136.00

[chardoktwo]
fromscorchedwoods=-21.00 0.00 2.00 363.00

[frontiermtnsb]
fromscorchedwoods=-2573.00 3857.00 -359.00 383.00
fromkorshaext=3732.00 -3305.00 200.00 245.00
fromdrogab=3567.00 2717.00 118.00 3.00
fromovertheretwo=7333.00 1559.00 390.00 255.00

[korshaext]
fromfrontiermtnsb=50.00 21.00 -20.00 478.00
fromkorshaint=2638.00 -1201.00 -311.00 325.00

[korshaint]
fromkorshaext=2692.00 -1174.00 -315.00 465.00

[drogab]
fromfrontiermtnsb=1381.00 306.00 5.00 299.00

[overtheretwo]
fromfrontiermtnsb=-2330.00 1520.00 245.00 485.00

[kattacastrumb]
fromtempesttemple=-89.00 29.00 10.00 94.00

[tempesttemple]
fromkattacastrumb=-551.00 -353.00 161.00 85.00
fromendlesscaverns=796.00 -9.00 -26.00 240.00

[brotherisland]
fromtempesttemple=41.71 2.23 19.49 -6.00
fromdegmar=-3408.00 -3397.00 403.00 508.00

[degmar]
frombrotherisland=45.00 14.00 -25.00 282.00
 
Last edited:
Doors / switches

I'm very familiar with those, but incorporating it into the piggyzone use is just odd.

I'm sure I'm overlooking something simple.
 
I was only making sure you knew about them for testing purposes, not for adding them or w/e.

Some stuff is range related for example, so you can eliminate that by testing both ways, in and out of 'range'.

That's just one possibility.

htw
 
Progress made

I've made a good bit of progress, but I learned something...

/dumpconnections in Sarith doesn't list a connection for Rubak and oddly, /dumpconnections doesn't show a connection for PoShadows in ShardsLanding...it shows all of the other zones. I'm about 50% through all of the to do list. I'm pretty sure I'll have it all by tomorrow. I'll post it as soon as it's finished.

Any chance someone who's familiar with it could look into why PoShadows isn't listed in ShardsLanding?
 
New ini+

I've finished the inis after hours or figuring out how parts of piggyzone works. I hope this helps everyone out.

Feel free to use this any way that'll help make my fellow players happy and keep the playing the game.

Updated mq2piggyzone.ini (unofficial update, but it includes links for each xpac)
Code:
; Last Updated: 2010-11-08
; Version: 4.222
;
; 07/2007 MAJOR MODIFICATIONS ASIDE FROM PROPER LOC/HEADING ADJUSTMENTS:
; Moved Magus(#1) location behind wall so players cannot see you pop in
; No Longer know a route to zones connected to kattacastrum (have to step on portal)
; ##(re-enabled 9/6/11) - Disabled Translocators as they dont work (spell range too far)
; Disabled OOT and moved OOT to the new zone (only way to get there is on boat, no /zone)
; Moved EverFrost from Permafrost to LDON camp
; RatheMtn from Feerrott to Lake Rathe
; Gfay from Crushbone to LFAY
; Butcher from Kaladim to LDON camp
; Dagnor's Cauldron from kedge to unrest
; Field of Bone from EmJungle to POK BOOK
; Overthere from Warslik to POK BOOK
; Draniksscar to Harbingers (wont affect zoning from pok-->dscar, only within oow zones back to it)
; The Buried Sea to Portal exit of KattaCastrum
;
;
;
; NPCTeleporters - Checked First, Uses movement packet and message packet
; Cannot skip a ListNumber, if you comment out 18, and do not replace it
; the array will stop at 17 even if there is 19-30 following the comment
; Format as follows:
; ListNumber=ZoneIDofNPC "NPC Name" PacketY PacketX PacketZ ZoneNumberToGoTo "Phrase to Say" ZoneNumberToGoTo "Phrase to Say"
;

[NPCTeleporters]
1=344 "Magus_Alaria00" 621.20 11.68 2 68 "butcherblock" 408 "commonlands" 30 "everfrost" 392 "north ro" 393 "south ro" 182 "nedaria"
2=182 "Magus_Wenla00" 1012.73 1511.08 82 68 "Butcherblock" 408 "Commonlands" 30 "Everfrost" 392 "North Ro" 393 "South Ro" 280 "Natimbi" 279 "Abysmal Sea"
3=279 "Magus_Pellen00" -137.21 76.93 141.00 280 "Natimbi" 182 "Nedaria"
4=280 "Magus_Releua00" -655.32 -1624.60 256.00 182 "Nedaria" 279 "Abysmal Sea"
5=68 "Magus Tira" -1084 -2450 0  408 "Commonlands" 30 "Everfrost" 392 "North Ro" 393 "South Ro" 182 "Nedaria"
6=30 "Magus Delin" 1802 -5041 -60 408 "Commonlands" 68 "Butcherblock" 392 "North Ro" 182 "Nedaria"
7=408 "Magus Zeir" -1626 -178 4 30 "Everfrost" 68 "Butcherblock" 392 "North Ro" 393 "South Ro" 182 "Nedaria"
8=392 "Magus Arindri" 7904 -558 100 30 "Everfrost" 68 "Butcherblock" 408 "Commonlands" 393 "South Ro" 182 "Nedaria"
9=393 "Magus Jerira" -79 -286 108.56 30 "Everfrost" 68 "Butcherblock" 408 "Commonlands" 392 "North Ro" 182 "Nedaria"
10=202 "Devin Traical" 13.00 486.00 -90.66 187 "travel"
; 11 = for Shadowrest from Commonlands
11=408 "Khaite_Ranna00" -1878.37 -2410.14 37.00 187 "ready"
12=189 "Arias" -122.00 -25.00 17.33 202 "ready to leave"
;
; Priests of Discord
; 13=poknowledge,14=rivervale,15=efp,16=qeynos,17=grobb,18=oggok,19=halas,
; 20=neriakb,21=kaladima,22=akanon,23=felwithea,24=gfaydark,25=erudnext
; 26=sharvahl,27=crescentreach,28=cabeast
;
13=202 "Priest_of_Discord00" 46.82 579.39 5.35 302 "wish go"
14=19 "Priest_of_Discord00" 55.00 -308.00 1.00 302 "wish go"
15=382 "Priest_of_Discord00" -1285.00 -717.00 7.00 302 "wish go"
16=2 "Priest_of_Discord00" 33.00 305.00 4.00 302 "wish go"
17=52 "Priest_of_Discord00" 48.00 -16.00 4.00 302 "wish go"
18=49 "Priest_of_Discord00" -257.00 202.00 37.00 302 "wish go"
19=29 "Priest_of_Discord00" 102.00 67.00 4.00 302 "wish go"
20=41 "Priest_of_Discord00" -68.00 -609.00 -29.00 302 "wish go"
21=60 "Priest_of_Discord00" 17.00 32.00 4.00 302 "wish go"
22=55 "Priest_of_Discord00" 340.00 65.00 -12.00 302 "wish go"
23=61 "Priest_of_Discord00" -14.00 105.00 4.00 302 "wish go"
24=54 "Priest_of_Discord00" 310.00 290.00 1.00 302 "wish go"
25=24 "Priest_of_Discord00" -30.00 80.00 20.00 302 "wish go"
26=155 "Priest_of_Discord00" -866.00 135.00 -188.00 302 "wish go"
27=394 "Priest_of_Discord00" -1560.00 -1525.00 -86.00 302 "wish go"
28=106 "Priest_of_Discord00" 761.57 -330.00 19.00 302 "wish go"
; 29=for Qvic from Natimbi
29=280 "#Madronoa00" 1070.00 1580.00 526.00 295 "wish travel"
30=414 "Dovon_Traical00" 2012.00 -1397.00 116.00 187 "ready"
31=202 "Herald of Druzzil Ro" -257.00 214.00 -122.50 219 "time"
32=219 "Herald of Druzzil Ro" 55.00 -49.00 9.43 202 "send"
33=709 "Al`Kabor" -578.00 -6254.00 -670.19 702 "leave"


34=393 "Translocator Tradil" 4186 -2488 5 96 "Travel to Timorous Deep"
35=96 "Translocator Jorbin" 5862 3623 2 393 "travel to south ro" 93 "travel to overthere"
36=93 "#Translocator_Breya00" 3435.48 2748.35 -158 96 "travel to timorous deep"
37=392 "#Translocator_Ionie00" 6057.85 -2593.81 -2 110 "travel to Iceclad"
38=110 "#Translocator_Kurione00" 5354.79 358.88 -16.25 392 "travel to north ro"
39=68 "Translocator Gethia" 854 3167 12 96 "travel to timorous "
40=68 "Translocator Fithop" 1351 3253 12 409 "Travel to Ocean of Tears"
41=96 "#Translocator_Deela00" -4523.64 -3239.63 20 68 "travel to butcherblock" 84 "travel to firiona"
42=84 "#Translocator_Drabilt00" -4399.71 1365.78 -102.94 96 "travel to timorous"
43=69 "Translocator Narrik" 273 -9200 4  68 "Travel to Butcherblock" 382 "Travel to Freeport"
44=10 "Translocator Setikan" -20 -1020 -52 409 "Travel to Ocean of Tears"
45=1 "#Translocator_Sedina00" 6 195 4 98 "travel to crossing"
46=98 "#Translocator_Jempar00" -1780 683 4 1 "travel to qeynos" 24 "travel to erudin"
47=24 "#Translocator_Eniela00" 68.00 -361.00 24.00 98 "travel to crossing"
;
; draniksscar to homeloc - this could be used to exit Draniks' Scar
; The issue with this is your character save file stores the location you
; entered into OOW from, and so you will always return to that location
; so without advanced support, there is no way to assure what route you will be
; taking to get home. this is the same way the Shadowrest book works as well.
;
48=302 "Priest_of_Discord01" -1400.15 -1418.41 228.21 202 "go home"
;


; ZoneConnections - Used to determine what zones connect and /findpath to desired zone
; Format as follows:
; ZoneID=shortName "LongName",connectingzone,connectingzone,connectingzone
;

[ZoneConnections]
;------Classic Everquest
1=qeynos "South Qeynos",2,45
2=qeynos2 "North Qeynos",1,4,45,202
3=qrg "Surefall Glade",4,181
4=qeytoqrg "Qeynos Hills",2,3,12,17
6=highkeep "HighKeep",407
;8=freportn "North Freeport"
;9=freportw "West Freeport"
;10=freporte "East Freeport"
11=runnyeye "Clan Runnyeye",16,415
12=qey2hh1 "West Karana",4,13
13=northkarana "North Karana",12,15,14
14=southkarana "South Karana",13,18,51
15=eastkarana "East Karana",13,16,407
16=beholder "Gorge of King Xorbb",11,15
17=blackburrow "BlackBurrow",4,30
18=paw "Infected Paw",14
19=rivervale "Rivervale",20,415
20=kithicor "Kithicor Forest",19,407,408
;21=commons "West Commonlands",20,22,36
;22=ecommons "East Commonlands",21,25,383,392
23=erudnint "Erudin Palace",24
24=erudnext "Erudin",23,414
25=nektulos "Nektulos Forest",27,40,202,365,408
26=cshome "Sunset Home"
27=lavastorm "Lavastorm Mountains",25,31,32,44,80,337,341
28=nektropos "Nektropos"
29=halas "Halas",30
30=everfrost "Everfrost Peaks",17,29,73,202
31=soldunga "Solusek's Eye",27,32,278
32=soldungb "Nagafen's Lair",27,31,278
;33=misty "Misty Thicket"			
;34=nro "North Ro"
;35=sro "South Ro"
36=befallen "Befallen",408
;37=oasis "Oasis of Marr"
;38=tox "Toxxulia Forest"
39=hole "The Ruins of Old Paineel",75,480
40=neriaka "Neriak Foreign Quarter",25,41
41=neriakb "Neriak Commons",40,42
42=neriakc "Neriak Third Gate",41
43=neriakd "Neriak - Fourth Gate"
44=najena "Najena",27
45=qcat "Qeynos Catacombs",1,2
;46=innothule "Innothule Swamp"
47=feerrott "The Feerrott",48,49,50,72,202,413,700
48=cazicthule "Cazic-Thule",47
49=oggok "Oggok",47
50=rathemtn "Mountains of Rathe",47,51,202
51=lakerathe "Lake Rathetear",14,50,77
52=grobb "Grobb",413
53=aviak "Aviak Village"
54=gfaydark "Greater Faydark",57,58,61,68,202
55=akanon "Ak'Anon",448
;56=steamfont "Steamfont Mountains",55,57,202
57=lfaydark "Lesser Faydark",54,448,59
58=crushbone "Clan Crushbone",54
59=mistmoore "Castle Mistmoore",57
60=kaladima "Kaladim",67,68
61=felwithea "Felwithe",54,62
62=felwitheb "Felwithe",61
63=unrest "Estate of Unrest",70
64=kedge "Kedge Keep",70
65=guktop "Upper Guk",66,413
66=gukbottom "Lower Guk",65
67=kaladimb "Kaladim",60
68=butcher "Butcherblock Mountains",54,60,70,202,409
;69=oot "Ocean of Tears"
70=cauldron "Dagnor's Cauldron",63,64,68
71=airplane "Plane of Sky"
72=fearplane "Plane of Fear",47
73=permafrost "Permafrost Keep",30
;74=kerraridge "Kerra Isle"
75=paineel "Paineel",39,101,414
76=hateplane "The Plane of Hate"
77=arena "The Arena",51,202

;------The Ruins of Kunark
78=fieldofbone "The Field of Bone",79,83,88,94,97,106,202
79=warslikswood "Warsliks Wood",78,82,85,93,104
80=soltemple "Temple of Solusek Ro",27
81=droga "Temple of Droga",92,107
82=cabwest "West Cabilis",79,85,106
83=swampofnohope "Swamp of No Hope",78,84,95,106
84=firiona "Firiona Vie",83,85,86,202
85=lakeofillomen "Lake of Ill Omen",79,82,84,92,109
86=dreadlands "Dreadlands",84,87,92,102
87=burningwood "Burning Woods",86,91,92,103
88=kaesora "Kaesora",78
89=sebilis "Old Sebilis",95
90=citymist "City of Mist",94
91=skyfire "Skyfire Mountains",87,93,108
92=frontiermtns "Frontier Mountains",81,85,86,87,93,107
93=overthere "The Overthere",79,92,91,105,202
94=emeraldjungle "The Emerald Jungle",78,90,95
95=trakanon "Trakanon's Teeth",83,89,94
96=timorous "Timorous Deep",19,24,29,41,49,52,54,55,60,61,82,382
97=kurn "Kurn's Tower",78
98=erudsxing "Erud's Crossing"
100=stonebrunt "Stonebrunt Mountains",101,224
101=warrens "The Warrens",75,100
102=karnor "Karnor's Castle",86
103=chardok "Chardok",87,277
104=dalnir "Dalnir",79
105=charasis "Howling Stones",93
106=cabeast "East Cabilis",78,82,83
107=nurga "Mines of Nurga",81,92
108=veeshan "Veeshan's Peak",91
109=veksar "Veksar",85

;------Scars of Velios
110=iceclad "Iceclad Ocean",111,116
111=frozenshadow "Tower of Frozen Shadow",110
112=velketor "Velketor's Labyrinth",118
113=kael "Kael Drakkal",116,119
114=skyshrine "Skyshrine",117,119
115=thurgadina "Thurgadin",118,129
116=eastwastes "Eastern Wastes",110,113,118,121,128
117=cobaltscar "Cobalt Scar",114,125
118=greatdivide "Great Divide",112,115,116,126,202
119=wakening "The Wakening Land",113,114,127
120=westwastes "Western Wastes",123,124,125
121=crystal "Crystal Caverns",116
123=necropolis "Dragon Necropolis",120
124=templeveeshan "Temple of Veeshan",120,126
125=sirens "Siren's Grotto",117,120
126=mischiefplane "Plane of Mischief",117
127=growthplane "Plane of Growth"
128=sleeper "Sleeper's Tomb",116
129=thurgadinb "Icewell Keep",115,118
130=erudsxing2 "Marauder's Mire"

;------Shadows of Luclin
150=shadowhaven "Shadow Haven",151,152,153,156
151=bazaar "The Bazaar",150,152,202
152=nexus "The Nexus",13,86,118,150,151,159,160,161,165,166,169,170,202,408
153=echo "Echo Caverns",150,157,164
154=acrylia "Acrylia Caverns",167
155=sharvahl "Shar Vahl",165,166
156=paludal "Paludal Caverns",165,166,150
157=fungusgrove "Fungus Grove",153,170
158=vexthal "Vex Thal",176
159=sseru "Sanctus Seru",152,168,174
160=katta "Katta Castellum",170,172
161=netherbian "Netherbian Lair",152,168,174
162=ssratemple "Ssraeshza Temple",164,171
163=griegsend "Grieg's End",174,175
164=thedeep "The Deep",153,162
165=shadeweaver "Shadeweaver's Thicket",155,156,202
166=hollowshade "Hollowshade Moor",155,156,167
167=grimling "Grimling Forest",154,166,172
168=mseru "Marus Seru",159,161,169
169=letalis "Mons Letalis",168,171
170=twilight "The Twilight Sea",157,160,175
171=thegrey "The Grey",162,169,175
172=tenebrous "The Tenebrous Mountains",160,167
173=maiden "The Maiden's Eye",174,176,179
174=dawnshroud "Dawnshroud Peaks",159,161,163,173
175=scarlet "The Scarlet Desert",163,170,171
176=umbral "The Umbral Plains",158,173
179=akheva "Akheva Ruins",173
180=arena2 "The Arena"
181=jaggedpine "The Jaggedpine Forest",3,182
182=nedaria "Nedaria's Landing",181
183=tutorial "Tutorial Zone"
184=load "Loading"
185=load2 "Loading"
186=hateplaneb "The Plane of Hate"
187=shadowrest "Shadowrest"
188=tutoriala "The Mines of Gloomingdeep"
189=tutorialb "The Mines of Gloomingdeep"
190=clz "Loading"

;------Planes of Power
200=codecay "Ruins of Lxanvom",203
201=pojustice "Plane of Justice",203
202=poknowledge "Plane of Knowledge",2,25,30,47,50,54,68,78,84,93,118,151,152,165,187,203,219,224,344,383,395,413,414,415,448
203=potranquility "Plane of Tranquility",200,201,202,204,205,206,207,208,209,210,211,212,214,215,216,217,218,219,798
204=ponightmare "Plane of Nightmare",203,221
205=podisease "Plane of Disease",200,203
206=poinnovation "Plane of Innovation",203
207=potorment "Plane of Torment",203
208=povalor "Plane of Valor",203,211
209=bothunder "Torden, The Bastion of Thunder",203
210=postorms "Plane of Storms",203,209
211=hohonora "Halls of Honor",203,220,
212=solrotower "Solusek Ro's Tower",203,217
213=powar "Plane of War"
214=potactics "Drunder, Fortress of Zek",203
215=poair "Eryslai, the Kingdom of Wind",203
216=powater "Reef of Coirnav",203
217=pofire "Doomfire, The Burning Lands",203
218=poeartha "Vegarlson, The Earthen Badlands",203,222
219=potimea "Plane of Time",202,203,459,460,461,462,463,464,465
220=hohonorb "Temple of Marr",211
221=nightmareb "Lair of Terris Thule",204
222=poearthb "Stronghold of the Twelve",218
223=potimeb "Plane of Time",219

;------Legacy of Yakesha
224=gunthak "Gulf of Gunthak",100,202,225,227
225=dulak "Dulak's Harbor",224,226
226=torgiran "Torgiran Mines",225,227
227=nadox "Crypt of Nadox",224,226,228
228=hatesfury "Hate's Fury, The Scorned Maiden",227

;------Lost Dungeons of Norrath
229=guka "The Cauldron of Lost Souls"
230=ruja "The Bloodied Quarries"
231=taka "The Sunken Library"
232=mira "The Silent Gallery"
233=mmca "The Forlorn Caverns"
234=gukb "The Drowning Crypt"
235=rujb "The Halls of War"
236=takb "The Shifting Tower"
237=mirb "The Maw of the Menagerie"
238=mmcb "The Dreary Grotto"
239=gukc "The Ancient Aqueducts"
240=rujc "The Wind Bridges"
241=takc "The Fading Temple"
242=mirc "The Spider Den"
243=mmcc "The Asylum of Invoked Stone"
244=gukd "The Mushroom Grove"
245=rujd "The Gladiator Pits"
246=takd "The Royal Observatory"
247=mird "The Hushed Banquet"
248=mmcd "The Chambers of Eternal Affliction"
249=guke "The Foreboding Prison"
250=ruje "The Drudge Hollows"
251=take "The River of Recollection"
252=mire "The Frosted Halls"
253=mmce "The Sepulcher of the Damned"
254=gukf "The Chapel of the Witnesses"
255=rujf "The Fortified Lair of the Taskmasters"
256=takf "The Sandfall Corridors"
257=mirf "The Forgotten Wastes"
258=mmcf "The Ritualistic Summoning Grounds"
259=gukg "The Root Garden"
260=rujg "The Hidden Vale"
261=takg "The Balancing Chamber"
262=mirg "The Heart of the Menagerie"
263=mmcg "The Cesspits of Putrescence"
264=gukh "The Accursed Sanctuary"
265=rujh "The Blazing Forge"
266=takh "The Sweeping Tides"
267=mirh "The Morbid Laboratory"
268=mmch "The Aisles of Blood"
269=ruji "The Arena of Chance"
270=taki "The Antiquated Palace"
271=miri "The Theater of Imprisoned Horrors"
272=mmci "The Halls of Sanguinary Rites"
273=rujj "The Barracks of War"
274=takj "The Prismatic Corridors"
275=mirj "The Grand Library"
276=mmcj "The Infernal Sanctuary"
277=chardokb "The Halls of Betrayal",103
278=soldungc "The Caverns of Exile",32

;------Gates of Discord
279=abysmal "The Abysmal Sea"
280=natimbi "Natimbi, the Broken Shores",281,293
281=qinimi "Qinimi, Court of Nihilia",280,282,283,284
282=riwwi "Riwwi, Coliseum of Games",281,283,284
283=barindu "Barindu, Hanging Gardens",281,282,284
284=ferubi "Ferubi, Forgotten Temple of Taelosia",281,282,283
285=snpool "Sewers of Nihilia, Pool of Sludge"
286=snlair "Sewers of Nihilia, Lair of Trapped Ones"
287=snplant "Sewers of Nihilia, Purifying Plant"
288=sncrematory "Sewers of Nihilia, the Crematory"
289=tipt "Tipt, Treacherous Crags",283
290=vxed "Vxed, The Crumbling Caverns",283
291=yxtta "Yxtta, Pulpit of Exiles",293
292=uqua "Uqua, The Ocean God Chantry"
293=kodtaz "Kod'Taz, Broken Trial Grounds",280,291,295
294=ikkinz "Ikkinz, Chambers of Destruction"
295=qvic "Qvic, Prayer Grounds of Calling",293,297
296=inktuta "Inktu`Ta, The Unmasked Chapel",295
297=txevu "Txevu, Lair of the Elite",295,298
298=tacvi "Tacvi, Seat of the Slaver",295
299=qvicb "Qvic, the Hidden Vault"

;------Omens of War
300=wallofslaughter "Wall of Slaughter",303,316,317
301=bloodfields "The Bloodfields",302,336
302=draniksscar "Dranik's Scar",301,303,335
303=causeway "Nobles' Causeway",300,302
304=chambersa "Muramite Proving Grounds"
305=chambersb "Muramite Proving Grounds"
306=chambersc "Muramite Proving Grounds"
307=chambersd "Muramite Proving Grounds"
308=chamberse "Muramite Proving Grounds"
309=chambersf "Muramite Proving Grounds"
316=provinggrounds "Muramite Proving Grounds",300,334
317=anguish "Asylum of Anguish",300
318=dranikhollowsa "Dranik's Hollows"
319=dranikhollowsb "Dranik's Hollows"
320=dranikhollowsc "Dranik's Hollows"
321=dranikhollowsd "Dranik's Hollows"
322=dranikhollowse "Dranik's Hollows"
323=dranikhollowsf "Dranik's Hollows"
324=dranikhollowsg "Dranik's Hollows"
325=dranikhollowsh "Dranik's Hollows"
326=dranikhollowsi "Dranik's Hollows"
327=dranikhollowsj "Dranik's Hollows"
328=dranikcatacombsa "Catacombs of Dranik"
329=dranikcatacombsb "Catacombs of Dranik"
330=dranikcatacombsc "Catacombs of Dranik"
331=draniksewersa "Sewers of Dranik"
332=draniksewersb "Sewers of Dranik"
333=draniksewersc "Sewers of Dranik"
334=riftseekers "Riftseekers' Sanctum",316
335=harbingers "Harbingers' Spire",302
336=dranik "The Ruined City of Dranik",301
337=broodlands "The Broodlands",27,338,340,343	
338=stillmoona "Stillmoon Temple",337,339
339=stillmoonb "The Ascent",338
340=thundercrest "Thundercrest Isles",337
341=delvea "Lavaspinner's Lair",27,337,342
342=delveb "Tirranun's Delve",341
343=thenest "The Accursed Nest",337

;------Dragons of Norrath
344=guildlobby "The Guild Lobby",202,345
345=guildhall "Guild Hall",344
346=barter "The Barter Hall"
347=illsalin "Ruins of Illsalin",362
348=illsalina "Imperial Bazaar"
349=illsalinb "Temple of the Korlach"
350=illsalinc "The Nargilor Pits"
351=dreadspire "Dreadspire Keep",358
354=drachnidhive "The Hive",358
355=drachnidhivea "Living Larder"
356=drachnidhiveb "Coven of the Skinwalkers"
357=drachnidhivec "Queen Sendaii's Lair"
358=westkorlach "Stoneroot Falls",351,354,362
359=westkorlacha "Chambers of Xill"
360=westkorlachb "Caverns of the Lost"
361=westkorlachc "Lair of the Korlach"
362=eastkorlach "Undershore",347,358,365
363=eastkorlacha "Snarlstone Dens"
364=shadowspine "Shadowspine"
365=corathus "Corathus Creep",25,362,487
366=corathusa "Sporali Caverns"
367=corathusb "Corathus Lair"
368=nektulosa "Shadowed Grove"
369=arcstone "Arcstone",371
370=relic "Relic",369
371=skylance "Skylance"
372=devastation "The Devastation",382
373=devastationa "The Seething Wall",372
374=rage "Sverag, Stronghold of Rage",372
375=ragea "Razorthorn, Tower of Sullon Zek",374
376=takishruins "Ruins of Takish-Hiz",378,393
377=takishruinsa "The Root of Ro",376
378=elddar "The Elddar Forest",376,379
379=elddara "Tunare's Shrine",378
380=theater "Theater of Blood"
381=theatera "Deathknell, Tower of Dissonance"

;------Prophecy of Ro
382=freeporteast "East Freeport",372,383,384,392
383=freeportwest "West Freeport",202,382,384,408
384=freeportsewers "Freeport Sewers",382,383,392
385=freeportacademy "Academy of Arcane Sciences"
386=freeporttemple "Temple of Marr"
387=freeportmilitia "Freeport Militia House"
388=freeportarena "Arena"
389=freeportcityhall "City Hall"
390=freeporttheater "Theater"
391=freeporthall "Hall of Truth"
392=northro "North Ro",382,384,393,408
393=southro "South Ro",376,392,413
394=crescent "Crescent Reach",395
395=moors "Blightfire Moors",202,394,396,397,407
396=stonehive "Stone Hive",395
397=mesa "Goru`kar Mesa",395,398,399,403
398=roost "Blackfeather Roost",397
399=steppes "The Steppes",397,400
400=icefall "Icefall Glacier",399,401
401=valdeholm "Valdeholm",400,402
402=frostcrypt "Frostcrypt, Throne of the Shade King",401
403=sunderock "Sunderock Springs",397,404,405
404=vergalid "Vergalid Mines",403
405=direwind "Direwind Cliffs",403,406
406=ashengate "Ashengate, Reliquary of the Scale",405

;------The Buried Sea
407=highpasshold "Highpass Hold",6,15,20,395
408=commonlands "Commonlands",20,25,36,383,392
409=oceanoftears "Ocean Of Tears"
410=kithforest "Kithicor Forest"
411=befallenb "Befallen"
412=highpasskeep "HighKeep"
413=innothuleb "Innothule Swamp",47,52,65,202,393
414=toxxulia "Toxxulia Forest",24,75,202,422
415=mistythicket "Misty Thicket",11,19,202
416=kattacastrum "Katta Castrum",423
417=thalassius "Thalassius, the Coral Keep"
418=atiiki "Jewel of Atiiki"
419=zhisza "Zhisza, the Shissar Sanctuary",416,420
420=silyssar "Silyssar, New Chelsith",419
421=solteris "Solteris, the Throne of Ro"
422=barren "Barren Coast",414
423=buriedsea "The Buried Sea",416
424=jardelshook "Jardel's Hook"
425=monkeyrock "Monkey Rock"
426=suncrest "Suncrest Isle"
427=deadbone "Deadbone Reef"
428=blacksail "Blacksail Folly"
429=maidensgrave "Maiden's Grave"
430=redfeather "Redfeather Isle"

;------Secrets of Faydwer
431=shipmvp "The Open Sea"
432=shipmvu "The Open Sea"
433=shipmvu "The Open Sea"
434=shipuvu "The Open Sea"
435=shipmvm "The Open Sea"
436=mechanotus "Fortress Mechanotus",438,439,440,441,442
437=mansion "Meldrath's Majecstic Mansion",436,448,438
438=steamfactory "The Steam Factory",436,442,437
439=shipworkshop "S.H.I.P Workshop",436
440=gyrospireb "Gyrospire Beza",436,442
441=gyrospirez "Gyrospire Zeka",436,442
442=dragonscale "Dragonscale Hills",436,446,448
443=lopingplains "Loping Plains",444,448
444=hillsofshade "Hills of Shade",443
445=bloodmoon "Bloodmoon Keep",443
446=crystallos "Crystallos, Lair of the Awakened",442
447=guardian "The Mechamatic Guardian"
448=steamfontmts "Steamfont Mountains",55,57,202,442,443
449=cryptofshade "Crypt of Shade"
450=dragonscalea "Tinmizer's Wunderwerks"
451=dragonscaleb "Deepscar's Den"

;------Seeds of Destruction
452=oldfieldofbone "Field of Scale",453,454,455,459,460,461,462,463,464,465
453=oldkaesoraa "Kaesora Library",452
454=oldkaesorab "Hatchery Wing",452
455=oldkurn "Kurn's Tower",452
456=oldkithicor "Bloody Kithicor",457,459,460,461,462,463,464,465
457=oldcommons "Old Commonlands",456
458=oldhighpass "Highpass Hold"
459=thevoida "The Void",219,456,475,470,472,466,452
460=thevoidb "The Void",219,456,475,470,472,466,452
461=thevoidc "The Void",219,456,475,470,472,466,452
462=thevoidd "The Void",219,456,475,470,472,466,452
463=thevoide "The Void",219,456,475,470,472,466,452
464=thevoidf "The Void",219,456,475,470,472,466,452
465=thevoidg "The Void",219,456,475,470,472,466,452
466=oceangreenhills "Oceangreen Hills",12,459,460,461,462,463,464,465,467,468
467=oceangreenvillage "Oceangreen Village",466,469
468=oldblackburrow "Blackburrow",466
469=bertoxtemple "Temple of Bertoxxulous",467
470=discord "Korafax, Home of the Riders",471,459,460,461,462,463,464,465
471=discordtower "Citadel of the Worldslayer",470
472=oldbloodfield "Old Bloodfields",302,474,459,460,461,462,463,464,465
473=precipiceofwar "The Precipice of War"
474=olddranik "City of Dranik",472
475=toskirakk "Toskirakk",476,465,459,460,461,462,463,464,465
476=korascian "Korascian Warrens",475,477
477=rathechamber "Rathe Council Chambers",476
478=oldfieldofboneb "Field of Scale",106,455,83,459,460,461,462,463,464,465

;------Underfoot
479=crafthalls "Ngreth's Den"
480=brellsrest "Brell's Rest",39,482,483,484,488,490,492
481=fungalforest "Fungal Forest",485,488
482=underquarry "The Underquarry",480,485,486,488
483=coolingchamber "The Cooling Chamber",480,488
484=shiningcity "Kernagir, The Shining City",480,490
485=arthicrex "Arthicrex",481,482,487,489
486=foundation "The Foundation",482
487=lichencreep "Lichen Creep",365,485
488=pellucid "Pellucid Grotto",480,482,483
489=stonesnake "Volska's Husk",485,491
490=brellstemple "Brell's Temple",480
491=convorteum "The Convorteum",489
492=brellsarena "Brell's Arena",480
493=weddingchapel "Wedding Chapel",202
494=weddingchapeldark "Wedding Chapel",202
495=dragoncrypt "Lair of the Fallen",202

;------House of Thule
700=feerrott2 "The Feerrott",202,701
701=thulehouse1 "House of Thule",700,702,703,704,706
702=thulehouse2 "House of Thule, Upper Floors",701,707,710,711,709
703=housegarden "The Grounds",701,705
704=thulelibrary "The Library",701
705=well "The Well",703
706=fallen "Erudin Burning",701
707=morellcastle "Morell's Castle",702,708
708=somnium "Sanctum Somnium",707
709=alkabormare "Al'Kabor's Nightmare",702
710=miragulmare "Miragul's Nightmare",702,713
711=thuledream "Fear Itself",702
712=neighborhood "Sunrise Hills",344
713=phylactery "Miragul's Phylactery",710
714=phinterior3a1 "House Interior"
715=phinterior1a1 "House Interior"
716=phinterior3a2 "House Interior"
717=phinterior3a3 "House Interior"
718=phinterior1a2 "House Interior"
719=phinterior1a3 "House Interior"
720=phinterior1b1 "Dragon House Interior"

;------Veil of Alaris
723=phinterior1d1 "Dragon House Interior"
724=argath "Argath, Bastion of Illdaera",725,728
725=arelis "Valley of Lunanyn",724,726,729
726=sarithcity "Sarith, City of Tides",725,727,729
727=rubak "Rubak Oseka, Temple of the Sea",726
728=beastdomain  "Beasts' Domain",724,726
729=resplendent "The Resplendent Temple",726,730,732
730=pillarsalra  "Pillars of Alra",729,731
731=windsong "Windsong Sanctuary",730
732=cityofbronze "Erillion, City of Bronze",729,733
733=sepulcher "Sepulcher of Order",732,734,735
734=eastsepulcher "Sepulcher East",733
735=westsepulcher "Sepulcher West".733
736=shadowedmount "Shadowed Mount"
737=guildhalllrg "Grand Guild Hall"
738=guildhallsml "Greater Guild Hall"
739=plhogrinteriors1a1 "One Bedroom House Interior"
740=plhogrinteriors1a2 "One Bedroom House Interior"
741=plhogrinteriors3a1 "Three Bedroom House Interior"
742=plhogrinteriors3a2 "Three Bedroom House Interior"
743=plhogrinteriors3b1 "Three Bedroom House Interior"
744=plhogrinteriors3b2 "Three Bedroom House Interior"
745=plhdkeinteriors1a1 "One Bedroom House Interior"
746=plhdkeinteriors1a2 "One Bedroom House Interior"
747=plhdkeinteriors1a3 "One Bedroom House Interior"
748=plhdkeinteriors3a1 "Three Bedroom House Interior"
749=plhdkeinteriors3a2 "Three Bedroom House Interior"
750=plhdkeinteriors3a3 "Three Bedroom House Interior"

;------Rain of Fear
751=guildhall3 "Modest Guild Hall"
752=shardslanding "Shard's Landing",753,754,755,757,758,759,760,763,764,765
753=xorbb "Valley of King Xorbb",752
754=kaelshard "Kael Drakkel: The King's Madness",755
755=eastwastesshard "East Wastes: Zeixshi-Kar's Awakening",752,754,756,116
756=crystalshard "The Crystal Caverns: Fragment of Fear",755
757=breedinggrounds "The Breeding Grounds",752,123
758=eviltree "Evantil, the Vile Oak",752
759=grelleth "Grelleth's Palace, the Chateau of Filth",752
760=chapterhouse "Chapterhouse of the Fallen",752
761=pomischief "The Plane of Mischief"
762=burnedwoods "The Burned Woods"
763=chelsith "Chelsith Reborn",752
764=poshadow "Plane of Shadow",752
765=heartoffear "Heart of Fear",752,768
766=phinteriortree "Evantil's Abode"
767=interiorwalltest "Wall Wall Wall"
768=heartoffearb "Heart of Fear: The Rebirth",752,769
769=heartoffearc "Heart of Fear: The Epicenter",768

;------Call of the Forsaken
770=bixiewarfront "Bixie Warfront"
771=deadhills "The Dead Hills"
772=ethernere "Ethernere Tainted West Karana"
773=thevoidh "The Void"
774=plhbixieint "Bixie Hive"
775=towerofrot "Tower of Rot"
776=arginhiz "Argin-Hiz"
777=exalted "Exalted Paineel"

;------The Darkened Sea
778=arxmentis "Arx Mentis"
779=brotherisland "Brother Island",781,785
780=kattacastrumb "Katta Castrum: Deluge",785
781=dredge "Combine Dredge"
782=endlesscaverns "Caverns of Endless Song",785
783=thuliasaur "Thuliasaur Island"
784=degmar "Degmar, the Lost Castle",779
785=tempesttemple "Tempest Temple",779,780,782
786=plhpirateshipint "Pirate Ship"

998=fhalls "The Forgotten Halls"

;-----The Broken Mirror
798=pohealth "Plane of Health",18,777
795=cosul "Crypt of Sul",777,797
796=codecayb "Crypt of Decay",797
797=exaltedb "Sul Vius: Demiplane of Decay",796,795
777=exalted "Sul Vius: Demiplane of Life",798,795

;---Empire of Kunark
787=gnomemtn "Gnome Memorial Mountain"
788=drogab "The Temple of Droga",791
789=charasisb "The Howling Stones"
790=scorchedwoods "The Scorched Woods",794,800,791
791=frontiermtnsb "Frontier Mountains",790,788,793
792=gorowyn "Gorowyn"
793=korshaext "Gates of Kor-Sha",791,799
794=lceanium "Lceanium",790
799=korshaint "Kor-Sha Laboratory",793
800=chardoktwo "Chardok",790
813=charasistwo "The Howling Stone"
814=skyfiretwo "The Skyfire Mountains"
815=overtheretwo "The Overthere"
816=veeshantwo "Veeshan's Peak"

; Zone In Locations - used to determine where to zone
; Can use different waypoints manually, "default" is used if no waypoint specified
; Format as follows:
; [shortname]
; waypoint=Y X Z Heading
; fromZoneName=Y X Z Heading
;

[Qeynos]
default=590.00 -76.00 2.75 250
backup=590.00 -76.00 2.13 185.13
fromNorthQeynos=590.00 -76.00 2.75 250
fromQeynosNorthSide=464.00 -440.00 2.75 252
fromQCATGuilds=-147.00 -608.00 -24.25 135
fromErudCrossingTranslocator=15.00 176.00 3.75 90

[Qeynos2]
default=219.00 487.00 3.75 267
backup=-32.08 358.72 2.13 4.64
fromQeynosHills=1395.00 -957.50 3.75 250
fromQCat=302.00 -161.00 -13.00 348
fromQCatLake=190.00 340.00 -30.00 427
fromSouthQeynos=-155.00 -7.00 2.75 2
fromPlaneOfKnowledge=219.00 487.00 3.75 267

[QRG]
default=-611.00 114.00 3.75 2
backup=-611.00 114.00 3.13 61.09
fromQeynosHills=-611.00 114.00 3.75 2
fromJaggedpine=66.00 -511.00 42.75 256

[Qeytoqrg]
default=5198.00 84.00 -2.84 286
backup=5198.00 84.00 -3.47 140.63
fromBlackburrow=3431.00 -1155.00 3.75 322
fromSurefall=5198.00 84.00 -2.84 286
fromWestKarana=1238.00 -2449.00 -2.00 63

;5 - Highpass - Upgraded/Inactive Zone

[Highkeep]
default=-90.00 100.00 3.75 415
backup=62.00 99.00 3.13 264.38
fromHighpassHold=-90.00 100.00 3.75 415

;8 - freeportn - Merged into freeportwest
;9 - freeportw - Merged into freeportwest
;10 - freeporte - Upgraded into freeporteast

[Runnyeye]
default=228.00 152.00 4.75 198
backup=228.00 152.00 6.19 143.55
fromMistyThicket=228.00 152.00 4.75 198
fromBeholder=-112.00 -14.00 3.75 393

[Qey2HH1]
default=36.00 45.00 -0.50 320
backup=36.00 45.00 -3.87 232.03
fromQeynosHills=36.00 45.00 -0.50 320
fromNorthKarana=-98.50 -15995.00 -0.18 118

[NorthKarana]
default=-4505.00 1213.00 -30.65 511
backup=-2350.58 3152.83 -0.81 268.85
fromEastKarana=12.00 -3097.00 -33.00 126
fromSouthKarana=-4505.00 1213.00 -30.65 511
fromWestKarana=-98.38 3269.75 -0.18 386

[SouthKarana]
default=-3143.00 931.00 -11.00 324
backup=-3143.00 931.00 -8.81 164.53
fromLakeRathe=-8563.00 1156.00 4.00 18
fromPaw=-3143.00 931.00 -11.00 324
fromLakeRathe=-8563.00 1156.00 4.00 18
fromNorthKarana=2889.38 907.50 -30.65 249

[EastKarana]
default=11.50 1141.38 -33.00 382
backup=11.50 1141.38 -34.22 270.00
fromHighPass=-3073.00 -8335.00 693.66 119
fromXorbb=3626.88 -2018.00 6.91 323
fromNorthKarana=11.50 1141.38 -33.00 382

[Beholder]
default=903.00 -1844.00 4.75 249
backup=905.81 -1861.04 4.16 97.69
fromRunnyeye=903.00 -1844.00 4.75 249

[Blackburrow]
default=95.00 -340.00 3.75 238
backup=95.00 -340.00 3.13 175.78
fromEverfrost=95.00 -340.00 3.75 238

[paw]
default=-126.00 72.00 0.00 494
backup=-109.55 56.93 3.13 283.88
fromSouthKarana=-126.00 72.00 0.00 494

[Rivervale]
default=-79.00 78.00 3.75 388
backup=-79.00 78.00 4.93 278.80 
fromMistyThicket=-79.00 78.00 3.75 388
fromKithicor=-369.00 -282.00 3.75 487

[Kithicor]
default=2006.00 3788.00 466.00 258
backup=2020.35 3827.21 465.77 189.59 
fromRiverVale=2006.00 3788.00 466.00 258
fromHighpassHold=539.00 4897.00 693.66 273
fromCommonlands=1470.00 -1091.00 -48.34 310

; 21 - commons - Merged to commonlands
; 22 - ecommons - Merged to commonlands

[ErudnInt]
default=711.00 805.00 21.75 0
backup=711.00 805.00 21.13 356.31
fromErudNext=711.00 805.00 21.75 0

[ErudnExt]
default=-1556.00 -184.00 -44.22 0
backup=-1553.05 -184.81 -44.84 349.87
fromCrossingTranslocator=95.00 -341.00 23.75 90
fromToxxulia=-1556.00 -184.00 -44.22 0
fromErudInt=-774.00 -183.00 54.72 0

[Nektulos]
default=2275.88 744.13 38.00 266
backup=2275.88 744.13 38.20 187.03
fromCommonlands=-2192.00 -419.00 3.05 430
fromNeriakA=1820.25 -963.13 27.00 145
fromLavastorm=2275.88 744.13 38.00 266
fromPlaneOfKnowledge=-814.00 -843.00 8.10 457
fromCorathusCreep=-1026.00 1187.00 -11.17 442

;26 - cshome - no known connected zones

[Lavastorm]
default=118.00 -18.00 -62.00 506
backup=118.00 -18.00 -62.97 357.95
fromNektulos=118.00 -18.00 -62.00 506
fromNajena=519.00 -1755.00 -98.00 249
fromSolTemple=1317.00 -1673.00 -102.00 360
fromDelvea=2708.00 -676.00 -99.00 308
fromSola=1375.00 1082.00 -76.00 15
fromSolb=2322.00 117.00 17.00 75

;28 - nektropos - wtf is nektropos?

[Halas]
default=-649.00 -73.00 3.75 18
backup=-649.00 -73.00 3.13 34.38
fromTDFirepots=-0.21 -0.01 3.75 142
fromEverfrost=-649.00 -73.00 3.75 18

[Everfrost]
default=1863.00 -5043.00 -60.00 240
backup=2022.00 -7073.00 -60.72 128
fromHalas=3684.00 380.00 3.75 246
fromPermafrost=2022.00 -7073.00 -60.09 117
fromBlackburrow=-3058.00 -530.00 -109.43 5
fromMagus=1863.00 -5043.00 -60.15 240

[SoldungA]
default=-443.00 -525.00 70.00 265
backup=-443.00 -525.00 73.09 181.10
fromSolc=-986.00 -566.00 2.00 425
fromLavastorm=-443.00 -525.00 70.00 265
fromSolb=-363.00 -398.00 11.75 136
 
[SoldungB]
default=-413.00 -265.00 -110.00 279
backup=-413.00 -265.00 -108.84 179.30
fromLavastorm=-413.00 -265.00 -110.00 279
fromSola=-362.75 -404.00 11.75 328

;33 - misty "Misty Thicket" - Upgraded independently July 2007
;34 - nro "North Ro" - Merged into South Ro
;35 - sro "South Ro" - Merged into South Ro

[Befallen]
default=-77.00 21.00 3.00 384
backup=-64.00 35.00 3.44 181.15
fromCommonlands=-77.00 21.00 3.00 384

;37 - oasis "Oasis of Marr" - Merged into South Ro
;38 - tox  - Upgraded to Toxxulia with TBS expansion

[hole]
default=628.00 -940.00 -94.00 483
backup=626.00 292.00 -906.50 320.04
fromPaineel=628.00 -940.00 -94.00 483
frombrellsrest=744.00 209.00 -889.00 240.00

[NeriakA]
default=82.13 -361.00 -10.25 128
backup=85.75 -361.00 -10.87 98.44
fromNektulos=53.00 154.00 28.00 256
fromNeriakB=82.13 -361.00 -10.25 128

[NeriakB]
default=200.00 -852.50 -38.22 243
backup=198.35 -852.87 -38.84 186.16
fromNeriakA=80.00 -367.00 -10.25 386
fromNeriakC=200.00 -852.50 -38.22 243

[NeriakC]
default=206.00 -853.13 -38.22 5
backup=206.00 -852.63 -38.84 15.41
fromNeriakb=206.00 -853.13 -38.22 5

;43 - neriakd - doesnt exist?

[Najena]
default=-15.00 856.00 5.00 386
backup=-15.00 856.00 3.13 263.47
fromLavastorm=-15.00 856.00 5.00 386

[Qcat]
default=217.00 -301.00 -38.22 388
backup=-167.02 136.71 -52.84 358.47
fromNorthQeynos=1057.00 -49.00 -43.00 40
fromNorthQeynosLake=889.00 217.00 -50.00 16
fromSouthQeynosThisPortsToGuildUseMe=217.00 -301.00 -38.22 388

[Innothule]
default=2449.00 1034.00 -24.00 336
backup=2547.54 1157.02 -25.84 192.87
fromUpperGuk=143.00 -823.00 -11.00 128
fromGrobb=-2754.00 -615.00 -32.00 260
fromSouthRo=2449.00 1034.00 -24.00 336
fromFeerrott=-1137.00 1900.00 -11.00 430

[Feerrott]
default=-1133.00 -3128.00 -10.00 46
backup=-1139.39 -3128.85 -9.22 40.43
fromRatheMountains=377.00 3424.00 3.75 285
fromInnothule=-1133.00 -3128.00 -10.00 46
fromOggok=1672.00 808.00 58.00 249
fromCazicThule=-1464.00 -107.00 52.00 5
frompoknowledge=908.00 -163.00 -7.42 248

[cazicthule]
default=59.00 -66.00 4.00 7
backup=59.00 -66.00 3.13 4.92
fromFeerrott=59.00 -66.00 4.00 7

[Oggok]
default=-385.00 -99.00 1.00 4
backup=-375.73 -96.84 3.13 1.56
fromFeerrott=-385.00 -99.00 1.00 4

[Rathemtn]
default=3411.00 3036.00 -2.00 427
backup=419.48 -3101.71 3.13 356.67
fromPlaneOfKnowledge=-1158.00 313.00 1.00 286
fromFeerrott=415.00 -3083.00 3.75 492
fromLakeRathe=3411.00 3036.00 -2.00 427

[LakeRathe]
default=2353.00 2676.00 96.00 510
backup=2353.00 2676.00 95.00 358.59
fromArena=2353.00 2676.00 96.00 510
fromSouthKarana=4374.00 1151.00 1.00 243

[Grobb]
default=-130.00 50.00 5.00 3
backup=-130.00 50.00 3.13 0.70
fromInnothuleSwamp=-130.00 50.00 5.00 3

;53 - Aviak Village - the birds are apparently homeless

[Gfaydark]
default=-2624.00 -1113.00 3.75 503
backup=2608.00 -53.00 18.97 172.27
fromPlaneOfKnowledge=-188.00 -734.00 -0.09 430
fromCrushbone=2608.00 -53.00 19.59 249
fromFelwitheA=-1931.00 -2632.00 24.16 124
fromLfaydark=-2624.00 -1113.00 3.75 503
fromButcher=-1650.00 2673.00 3.75 406

[Akanon]
default=54.00 -77.00 3.75 257
backup=54.00 -77.00 4.92 88.40
fromSteamfontmts=54.00 -77.00 3.75 257

[Lfaydark]
default=-1115.00 3359.00 3.75 264
backup=-1115.00 3359.00 3.13 180.00
fromGfaydark=2175.00 -1202.00 3.75 243
fromMistmoore=-1115.00 3359.00 3.75 264
fromSteamfontmts=918.00 -2177.00 -1.03 69

[Crushbone]
default=-660.00 162.00 3.75 508
backup=-641.68 162.22 3.13 0.70
fromGfaydark=-660.00 162.00 3.75 508

[Mistmoore]
default=-347.09 126.00 -178.19 0
backup=-347.00 126.00 -178.81 358.85
fromLfaydark=-347.09 126.00 -178.19 0

[KaladimA]
default=-64.00 42.00 3.75 508
backup=-64.00 42.00 3.13 356.48
fromButcher=-64.00 42.00 3.75 508
fromKaladimB=422.00 334.00 -17.55 256

[FelwitheA]
default=40.00 200.00 3.75 386
backup=40.65 206.62 3.13 268.30
fromGfaydark=40.00 200.00 3.75 386
fromFelwitheB=344.00 -720.00 -10.25 243

[FelwitheB]
default=244.00 -834.00 -10.25 509
backup=244.00 -834.00 -10.87 358.59
fromFelwitheA=244.00 -834.00 -10.25 509

[Unrest]
default=64.00 330.00 3.75 257
backup=64.00 330.00 3.13 180.00
fromCauldron=64.00 330.00 3.75 257

[Kedge]
default=110.00 30.00 326.00 239
backup=110.00 30.00 303.00 182.11
fromCauldron=110.00 30.00 326.00 239

[GukTop]
default=-35.00 19.00 4.00 384
backup=-52.00 34.00 3.13 324.13
fromInnothuleSwamp=-35.00 19.00 4.00 384
fromLowerGuk=1196.00 -192.00 -78.00 135

[GukBottom]
default=1196.00 -212.00 -78.00 375
backup=1197.00 -217.00 -80.84 178.97
fromUpperGuk=1196.00 -212.00 -78.00 375

[KaladimB]
default=416.00 340.00 -21.11 0
backup=416.00 340.00 -21.74 302.95
fromKaladimA=416.00 340.00 -21.11 0

[Butcher]
default=-1107.00 -2489.00 0.34 324
backup=3131.00 -179.00 3.13 186.12
fromMagus=-1107.00 -2489.00 0.34 324
fromGfaydark=-1320.00 -3082.00 3.75 132
fromPlaneOfKnowledge=1726.00 -523.00 0.34 45
fromKaladim=3131.00 -179.00 3.75 254
fromDagnors=-2935.00 -337.00 3.75 16

; 69 - OOT - Upgraded March 16, 2007

[Cauldron]
default=-2032.00 -626.00 93.75 506
backup=-1182.00 -1009.00 -331.15 354.94
fromButcherblock=2856.00 262.00 473.09 216
fromUnrest=-2032.00 -626.00 93.75 506
fromKedge=-1182.00 -1009.00 -330.62 477

;71 - airplane "Plane of Sky" - only via wizard portal spell

[fearplane]
default=-773.00 1029.00 108.00 1
backup=-773.00 1029.00 106.79 0.70
fromFeerrott=-773.00 1029.00 108.00 1

[Permafrost]
default=-60.00 100.00 3.75 379
backup=-60.00 100.00 3.13 274.95
fromEverfrost=-60.00 100.00 3.75 379

;74 - kerraridge "Kerra Isle" - Merged into Toxxulia with TBS release

[Paineel]
default=883.00 98.00 3.75 192
backup=883.00 98.00 3.13 132.50
fromToxxulia=883.00 98.00 3.75 192
fromWarrens=712.00 -876.00 -33.25 107
fromHole=595.00 -941.00 -94.00 247

[Arena]
default=-1009.00 147.00 50.00 247
backup=-638.88 15.13 -15.80 82.17
fromPlaneOfKnowledge=-1009.00 147.00 50.00 247

[FieldOfBone]
default=-2980.00 1845.00 11.00 259
backup=-1965.61 -1062.73 -0.99 358.77
fromSwampOfNoHope=-3365.00 890.63 26.77 485
fromEmeraldJungle=-1787.71 -1095.68 -7.57 26
fromCabEast=-2735.00 3532.00 7.85 47
fromWarsliksWood=1253.63 4300.00 -6.48 395
fromPlaneOfKnowledge=-2980.00 1845.00 11.00 259
fromKaesora=-1893.00 -162.00 -128.00 380
fromKurn=459.00 1022.00 70.00 365

[WarsliksWood]
default=-3649.00 1190.00 53.84 102
backup=-3659.34 1197.01 55.60 135.06
fromCabWest=-2254.00 -1107.00 271.00 127
fromLakeOfIllOmen=-3649.00 1190.00 53.84 102
fromFieldofBone=1272.50 -3933.00 -0.99 78
fromDalnir=2568.00 4548.00 -240.97 60
fromOverthere=-241.00 4070.00 246.00 384

[SolTemple]
default=250.00 56.00 3.00 479
backup=250.00 56.00 2.13 15.86
fromLavastorm=250.00 56.00 3.00 479

[droga]
default=1412.00 376.00 4.00 274
backup=1412.00 376.00 3.13 185.63
fromNurga=-1320.00 -920.00 -76.00 8
fromFrontierMtns=1412.00 376.00 4.00 274

[Cabwest]
default=668.00 1327.00 8.00 260
backup=668.00 1327.00 3.13 271.14
fromCabEast=-90.25 300.00 3.75 128
fromWarslikWoods=668.00 1327.00 8.00 260
fromLakeOfIllOmen=-987.00 566.00 8.00 4

[Swampofnohope]
default=1735.00 -4542.00 90.00 256
backup=1690.72 -4542.00 102.98 180.00
fromFirionaVie=-4391.00 -2631.63 3.13 17
fromTrakanon=1735.00 -4542.00 90.00 256
fromFieldofBone=5566.00 1036.25 20.19 238
fromCabEast=3119.00 3056.00 2.00 193

[firiona]
default=4990.00 -2632.38 3.18 257
backup=4990.00 -2192.13 -2.66 164.53
frompoknowledge=-455.00 4673.00 10.94 128
fromTimorousTranslocator=-4346.00 1406.00 -102.94 90
fromSwampOfNoHope=4990.00 -2632.38 3.18 257
fromLakeOfIllOmen=1291.00 3516.00 210.00 367
fromDreadlands=299.00 6010.00 -76.00 181

[LakeofIllOmen]
default=1293.00 -4410.00 216.00 131
backup=1293.00 -4410.00 213.35 101.25
fromCabWest=6504.00 -6628.00 37.00 259
fromVeksar=-339.75 -59.02 -190.00 128
fromFirionaVie=1293.00 -4410.00 216.00 131
fromFrontierMtns=-410.00 3345.00 115.00 384

[Dreadlands]
default=3380.00 -791.50 199.47 265
backup=3380.00 -795.13 201.22 187.73
fromFirionaVie=291.00 -6102.00 140.00 446
fromKarnor=702.00 -1948.00 30.00 130
fromBurningWoods=3380.00 -791.50 199.47 265

[BurningWood]
default=5275.00 1785.13 -160.03 245
backup=5271.09 1777.47 -158.28 178.59
fromFrontier=-2804.00 -4625.00 -16.28 293
fromChardok=7313.00 -4149.00 -234.00 0
fromSkyfire=5275.00 1785.13 -160.03 245
fromDreadlands=-5047.00 -792.00 201.00 506
 
[Kaesora]
default=370.00 40.00 102.00 256
backup=370.00 40.00 99.10 180.00
fromFieldofBone=370.00 40.00 102.00 256

[Sebilis]
default=248.00 -1.00 41.00 257
backup=248.00 -1.00 39.13 180.70
fromTrakanon=248.00 -1.00 39.75 257

[CityMist]
default=26.00 -886.00 5.00 128
backup=26.00 -886.00 5.00 128
fromEmeraldJungle=26.00 -886.00 5.00 128

[Skyfire]
default=-1089.00 -4327.00 44.00 128
backup=-1199.00 -4322.25 41.66 90.00
fromOverthere=-1089.00 -4327.00 44.00 128
fromBurningWoods=-5708.00 1816.63 -159.88 509

[FrontierMtns]
default=-406.00 -4620.00 115.00 176
backup=-406.00 -4620.00 112.38 123.75
fromOverthere=5970.00 1423.00 368.09 256
fromDreadlands=-3801.00 -3234.00 -340.00 305
fromNurga=-2686.00 -538.00 -490.00 260
fromDroga=3279.00 2966.00 350.00 496
fromLakeOfIllOmen=-406.00 -4620.00 115.00 176
fromBurningWood=-2321.00 4300.00 -450.00 60

[Overthere]
default=3133.00 1888.00 -49.34 128
backup=-241.00 -4377.83 246.37 90.00
fromWarslik=-241.00 -4390.00 248.00 128
fromFrontierMtns=-6050.00 1394.63 370.77 503
fromSkyFire=-1100.00 4216.00 104.00 382
frompoknowledge=3133.00 1888.00 -49.34 128
fromHowlingStones=-92.00 796.00 -502.87 252

[EmeraldJungle]
default=-1867.78 5323.43 -4.14 449
backup=-1965.00 5330.00 1.21 270.70
fromFieldOfBone=-1867.78 5323.43 -4.14 449
fromCityMist=272.00 -1865.00 -327.00 384
fromTrakanon=-3425.00 1472.63 -340.72 0

[Trakanon]
default=3975.00 1472.75 -340.62 256
backup=3975.00 1559.75 -338.97 180.00
fromSwampOfNoHope=1555.00 4455.00 -271.00 0
fromEmeraldJungle=3975.00 1472.75 -340.62 256
fromSebilis=-1637.00 -4759.00 -472.78 256

[Timorous]
default=-4613.00 -3282.00 19.47 90
backup=-4613.00 -3282.00 18.84 52.66
fromFirionaVieTranslocator=-4613.00 -3282.00 19.47 90

[Kurn]
default=-280.00 63.00 2.00 107
backup=-280.00 63.00 3.13 62.14
fromFieldOfBone=-280.00 63.00 2.00 107

[ErudsXing]
default=-1773.00 690.00 3.00 90
backup=-1773.00 690.00 3.16 277.86
fromQeynosTranslocator=-1773.00 690.00 3.00 90

[Stonebrunt]
default=-3735.00 2920.00 -35.94 251
backup=-3735.00 2920.00 -36.56 172.76
fromWarrens=-3735.00 2920.00 -35.94 251
fromGunthak=-4110.00 -1545.00 -376.40 0

[Warrens]
default=748.00 -914.00 -34.39 388
backup=748.00 -914.00 -35.02 272.81
fromPaineel=748.00 -914.00 -34.39 388

[Karnor]
default=-82.00 389.00 2.00 381
backup=-82.00 389.00 5.50 267.19
fromDreadlands=-82.00 389.00 2.00 381

[Chardok]
default=-100.00 930.00 105.00 384
backup=-100.00 930.00 105.47 270.00
fromBurningWoods=-100.00 930.00 105.00 384
fromChardokB=-177.00 73.00 -298.00 145

[Dalnir]
default=-6.00 95.00 4.00 387
backup=-5.95 94.95 3.13 279.38
fromWarsliks=-6.00 95.00 4.00 387

[Charasis]
default=0.00 0.00 -2.00 191
backup=0.00 0.00 -4.87 137.81
fromOverthere=0.00 0.00 -4.25 191

[Cabeast]
default=1362.00 -417.00 8.00 129
backup=1362.00 -417.00 3.13 90.70
fromFieldofBone=1362.00 -417.00 8.00 129
fromCabWest=-44.63 270.00 3.75 388
fromSwampOfNoHope=-78.00 -656.00 8.00 492

[nurga]
default=-2227.00 -1799.00 4.00 10
backup=-2227.00 -1799.00 3.13 9.84
fromFrontierMtns=-2227.00 -1799.00 4.00 10
fromDroga=-840.00 -920.00 -172.18 248

[veeshan]
default=40.00 1680.00 27.13 0.00

[Veksar]
default=-637.00 0.00 -26.00 0
backup=-637.00 0.00 -26.87 0.00
fromLakeofIllOmen=-637.00 0.00 -26.00 0

[Iceclad]
default=-4427.50 10700.00 561.00 377
backup=-4523.25 10700.00 560.26 269.30
fromEasternWastes=-4427.50 10700.00 561.00 377
fromFrozenShadow=1786.00 2739.00 112.29 348
fromNorthRoTranslocator=5321.00 385.00 -16.25 90

[FrozenShadow]
default=100.00 200.00 3.75 0
backup=100.00 200.00 3.12 0.00
fromIceclad=100.00 200.00 3.75 0

[Velketor]
default=589.00 -72.00 -152.00 254
backup=589.00 -72.00 -152.81 178.59
fromGreatDivide=589.00 -72.00 -152.00 254

[Kael]
default=-8.00 -655.00 124.00 128
backup=-8.00 -655.00 123.07 90.00
fromEasternWastes=-8.00 -655.00 124.00 128
fromWakeningLand=-133.00 3190.00 -395.00 384

[skyshrine]
default=-210.00 -730.00 10.00 20
backup=-210.00 -730.00 3.13 14.06
fromWakening=-210.00 -730.00 10.00 20

[Thurgadina]
default=-1230.00 -22.00 0.00 0
backup=-1230.00 -22.00 -1.87 25.66
fromGreatDivide=-1230.00 -22.00 0.00 0
fromThurgadinB=240.00 35.00 3.00 256
fromThurgadinBPits=-665.00 -88.00 -95.00 256

[EastWastes]
default=-1769.00 6675.00 197.00 365
backup=-1769.00 6675.00 191.32 270.70
fromGreatDivide=-1769.00 6675.00 197.00 365
fromKael=-6248.00 7020.00 -299.00 381
fromIceclad=-4425.00 -5915.00 560.88 128
fromCrystalCaverns=-4065.00 478.00 145.69 505
fromSleepers=-7279.00 133.00 161.41 204

[Cobaltscar]
default=1583.00 1626.00 66.69 265
backup=1583.00 1626.00 66.07 186.33
fromMischiefPlane=0.00 0.00 0.00 0
fromsirens=1583.00 1626.00 66.69 265

[Greatdivide]
default=49.00 -114.00 100.00 256
backup=49.00 -114.00 99.82 180.00
fromPlaneOfKnowledge=-41.00 -1811.00 393.44 0
fromVelketor=-6759.00 3332.00 -36.00 395
fromIcewellKeep=-1643.00 2080.00 132.00 286
fromEasternWastes=-1785.00 -5103.00 233.00 135
fromThurgadinA=49.00 -114.00 100.00 256

[Wakening]
default=1543.00 4766.00 -60.00 372
backup=1543.00 4766.00 -60.84 261.56
fromKael=-561.00 -5043.00 -195.00 128
fromSkyshrine=1543.00 4766.00 -60.00 372

[Westwastes]
default=-5156.00 -3850.00 -248.00 132
backup=-5156.00 -3850.00 -248.62 92.81
fromSirens=-5156.00 -3850.00 -248.00 132
fromNecropolis=-2867.00 508.00 -196.75 386
fromTempleOfVeeshan=1283.00 695.00 -195.97 256

[Crystal]
default=487.00 303.00 -74.00 384
backup=487.00 303.00 -74.84 270.00
fromEastWastes=487.00 303.00 -74.00 384

[Necropolis]
default=-86.00 1976.00 3.75 425
backup=-86.00 1976.00 3.13 299.88
fromWestWastes=-86.00 1976.00 3.75 425

[Templeveeshan]
default=-2025.00 -499.00 -46.00 211
backup=-2025.00 -499.00 -46.84 139.52
fromWestWastes=-2025.00 -499.00 -46.22 211

[Sirens]
default=205.00 -91.00 3.75 252
backup=205.00 -91.00 3.13 177.19
fromCobaltScar=-598.00 70.00 -93.22 510
fromWestWastes=205.00 -91.00 3.75 252

[mischiefplane]
default=-1410.00 -395.00 114.72 0
backup=-1410.00 -395.00 114.09 0.00
fromGreatDivide=-1410.00 -395.00 114.72 0

[Growthplane]
default=-2493.00 3019.00 -22.61 180.00

[sleeper]
default=-13.00 -37.00 3.00 128
backup=-13.00 -37.00 3.13 90.00
fromEastWastes=-13.00 -37.00 3.75 128

[Thurgadinb]
default=106.00 45.00 3.00 0
backup=106.00 45.00 2.13 0.00
fromThurgadinA=106.00 45.00 3.00 0
fromThurgadinAPITS=-760.00 -78.00 -95.00 0

;130 - ErudsXing2 - Was Marauder's Mire on Stormhammer Server
;default=-1773.00 690.00 3.16 63.28

[Shadowhaven]
default=170.00 1570.00 -58.00 382
backup=170.00 1570.00 -58.87 270.70
fromNexus=170.00 1570.00 -58.25 382
fromEchoCaverns=380.00 1798.00 -54.64 256
fromPaludal=-1069.00 328.00 -28.25 0
fromBazaar=305.00 795.00 -100.25 256

[Bazaar]
default=-48.00 185.00 3.00 490
backup=-48.00 185.00 0.92 344.53
fromNexus=-48.00 185.00 3.00 490
fromShadowHaven=-160.00 -335.00 2.28 127
fromPOK=0.00 -418.00 -28.60 125

[Nexus]
default=48.00 442.00 -27.25 388
backup=-420.00 -90.00 -59.62 180.00
fromPOK=48.00 442.00 -27.25 388
fromNetherbian=418.00 16.00 -29.25 383
fromShadowHaven=-0.13 -11.88 -30.25 384

[Echo]
default=835.00 -900.00 -28.93 0
backup=835.00 -900.00 -29.56 0.00
fromShadowHaven=-1000.00 -81.00 0.75 0
fromShadowHavenToDeep=-1000.00 -81.00 0.75 44
fromShadowHaventoFG=835.00 -900.00 -28.93 0
fromFG=1145.00 1025.00 -125.25 384

[Acrylia]
default=30.00 -663.00 3.75 256
backup=30.00 -663.00 3.13 180.00
fromGrimling=30.00 -663.00 3.75 256

[SharVahl]
default=1665.00 -475.00 -212.25 256
backup=1665.00 -475.00 -212.87 180.00
fromHollowshade=1665.00 -475.00 -212.25 256
fromShadeweaver=-1685.00 495.00 -212.25 256

[Paludal]
default=-3906.00 -288.00 195.75 131
backup=-3906.00 -288.00 195.13 92.11
fromHollowshade=1584.00 -338.00 123.75 264
fromShadeweavers=-3906.00 -288.00 195.75 131
fromShadowHaven=-2210.00 874.00 -316.25 384

[Fungusgrove]
default=-2328.00 -1145.00 -308.00 128
backup=-2328.00 -1145.00 -308.87 90.00
fromTwilight=1955.00 2333.00 18.75 384
fromEchoCavernsActualZoneLocation=-2328.00 -1145.00 -308.25 128

[Vexthal]
default=216.00 -1664.00 -35.00 2
backup=216.00 -1664.00 -40.37 1.41
fromUmbral-EQZoneCall=216.00 -1664.00 -35.00 2
fromUmbral-ActualLanding=216.00 -1664.00 -40.37 2

[Sseru]
default=1443.05 -144.94 60.00 256
backup=1469.00 -305.00 59.13 180.70
fromDawnshroud=1469.06 -305.04 59.75 257
fromDawnshroudRightActualZoneLocation=1443.05 -144.94 59.75 256
fromMarus=1151.00 389.00 59.75 379

[Katta]
default=700.00 -669.00 2.75 252
backup=700.00 -669.00 2.13 177.19
fromTwilight=-1750.00 -972.00 -266.25 0
fromTenebrous=700.00 -669.00 2.75 252

[Netherbian]
default=2045.00 -345.00 -63.00 125
backup=2045.00 -345.00 -63.62 87.89
fromNexus=2045.00 -345.00 -63.00 125
fromMarusSeru=525.00 1020.00 72.75 377
fromDawnshroud=-696.00 71.00 3.75 2

[Ssratemple]
default=-34.00 -25.00 3.75 128
backup=-34.00 -25.00 3.13 90.00
fromTheDeep=-865.00 -506.00 -256.25 256
fromTheGrey=-34.00 -25.00 3.75 128

[Griegsend]
default=-99.00 932.00 -80.25 1
backup=-99.00 932.00 -80.87 0.70
fromScarletDesert=-99.00 932.00 -80.25 1
fromDawnshroud=-14.00 3513.00 -4.25 369

[TheDeep]
default=-385.00 -735.00 -60.25 128
backup=-385.00 -735.00 -60.87 90.00
fromEchoCaverns=-385.00 -735.00 -60.25 128
fromSSRA=-833.00 3055.00 -124.25 384

[Shadeweaver]
default=-2068.00 -3585.00 -94.40 125
backup=-2068.00 -3585.00 -95.03 87.89
fromSharVahl=-2068.00 -3585.00 -94.40 125
fromPaludal=2414.00 -467.00 -381.34 265
frompoknowledge=-2970.00 -2433.00 -214.34 236

[Hollowshade]
default=1170.00 3260.00 111.97 380
backup=1170.00 3260.00 111.34 267.19
fromGrimling=3326.00 -2528.00 266.44 256
fromSharVahl=1170.00 3260.00 111.97 380
fromPaludal=-1635.00 3030.00 -124.56 385

[grimling]
default=-1790.00 -1213.00 37.59 0
backup=-1790.00 -1213.00 36.97 0.00
fromTenebrous=1585.00 -693.00 61.23 261
fromAcrylia=865.00 1942.00 -268.06 0
fromHollowshade=-1790.00 -1213.00 37.59 0

[Mseru]
default=2139.00 -1170.00 161.47 237
backup=2139.00 -1170.00 160.85 166.64
fromNetherbian=600.00 -1835.00 -21.93 126
fromSeru=-2140.00 -1064.00 -27.40 128
fromMonsLetalis=2139.00 -1170.00 161.47 237

[Letalis]
default=-1390.00 -687.00 12.00 100
backup=-1390.00 -687.00 11.46 70.31
fromTheGrey=1401.00 -2.00 49.91 340
fromMarusSeruActualZoneLocation=-1390.00 -687.00 12.09 100

[Twilight]
default=-1187.00 2001.00 -26.97 0
backup=-1187.00 2001.00 -27.59 0.00
fromScarletDesert=-1187.00 2001.00 -26.97 0
fromKatta=-183.00 -1976.00 95.25 130

[TheGrey]
default=39.00 -70.00 -44.12 384
backup=39.00 -70.00 -44.75 270.00
fromSsra=39.00 -70.00 -44.12 384
fromMonsLetalis=-2113.00 353.00 -59.00 489
fromScarletDesert=631.00 -2049.00 4.20 145
fromMons=-2113.00 353.00 -59.00 489

[Tenebrous]
default=-59.07 1801.04 -36.00 380
backup=-59.00 1801.00 -36.62 267.19
fromKatta=-59.07 1801.04 -36.00 380
fromGrimlingForest=-1749.00 -1133.00 -22.38 470

[Maiden]
default=1015.00 2045.00 -210.00 256
backup=1015.00 2045.00 -211.52 180.00
fromDawnshroudActualZoneLocation=1015.00 2045.00 -210.90 256
fromAkheva=-2245.00 78.00 -156.25 21
fromUmbral=-220.00 -2082.00 -152.65 128

[Dawnshroud]
default=-710.00 -2035.00 52.28 256
backup=-710.00 -2035.00 51.66 180.00
fromNetherbian=2074.00 -113.00 87.16 380
fromGriegs=-1948.00 -864.00 103.13 2
fromMaidens=-710.00 -2035.00 52.28 256
fromSeru=-72.00 2081.00 89.75 384

[Scarlet]
default=-1118.00 -1810.00 -98.75 0
backup=779.00 1965.00 -40.29 270.00
fromGriegsEnd=2262.00 -504.00 10.13 129
fromTwilightSea=-1118.00 -1810.00 -98.75 0

[Umbral]
default=-575.00 2115.00 24.00 385
backup=-575.00 2115.00 23.06 270.70
fromMaidensEye-EQZoneCall=-575.00 2115.00 23.69 385
fromMaidensEye-AdjustedLanding=-575.00 2115.00 23.69 385
fromVexThal-EQZoneCall=-1451.00 -741.00 12.00 253
fromVexThal-AdjustedLanding=-1451.00 -741.00 7.13 253

[Akheva]
default=-1430.00 -70.00 22.75 0
backup=-1430.00 -70.00 22.13 0.00
fromMaidensEyeRightActualZoneLocation=-1430.00 -70.00 22.75 0

;180 - arena2 - beta lewtz

[Jaggedpine]
default=-518.00 3887.00 -7.00 256
backup=-518.00 3887.00 -7.81 180.00
fromNedaria-EQZoneCall=-518.00 3887.00 -7.00 256
fromNedaria-ActualLanding=-518.00 3887.00 -7.18 256
fromSurefall=1315.00 1790.00 -12.91 128

[Nedaria]
default=1053.00 1463.00 84.11 131
backup=1053.00 1463.00 83.49 92.11
fromMagus=1053.00 1463.00 84.11 131
fromJaggedpine=-122.00 -1739.00 257.41 128

;183 - tutorial
;184 - load ??
;185 - load2 ???
; 186 - hateplaneb - need wizard to port in or hand stone to npc in POK

[shadowrest]
default=-235.00 -42.00 7.47 0
fromCommonlandsActualZoneLocation=-235.00 -42.00 7.47 0

;188 - tutoriala
;189 - tutorialb
;190 - clz Loading?

[Codecay]
default=-65.00 -170.00 -94.25 128
backup=-65.00 -170.00 -94.87 90.00
fromPoTranqNOVARIATION=-65.00 -170.00 -94.25 128

[Pojustice]
default=-61.00 58.00 3.75 127
backup=-61.00 58.00 3.13 165.96
fromPOKActualZonePoint500=-61.00 58.00 3.75 127

[PoKnowledge]
default=-306.00 1398.00 -124.00 328
backup=-306.00 1398.00 -124.82 230.63
fromMistyThicket=830.00 1227.00 -157.25 511
fromWestFreeport=-445.00 -234.00 -152.25 0
fromKodtazEjection=-148.00 -285.00 -157.25 0
fromNorthQeynos=147.00 -289.00 -157.25 383
fromButcherblock=829.00 474.00 -157.25 511
fromBazaar=243.00 1340.00 -109.09 68
fromGuildLobby=-306.00 1398.00 -124.19 328
fromShadeweavesThicket=364.00 -293.00 -157.25 383
fromNexus=381.00 -76.00 -157.25 1
fromGreatDivide=393.00 -235.00 -157.25 0
fromPOTranquility=-148.00 -285.00 -157.25 383
fromFirionaVie=-363.00 -279.00 -157.00 383
fromOverthere=-840.00 884.00 -157.25 254
fromArena=-430.00 140.00 -152.00 260
fromFieldofBone=-655.00 36.00 -157.00 1
fromOggok=-844.00 444.00 -157.25 255
fromToxxulia=-840.00 1227.00 -157.00 257
fromGunthak=-747.00 1203.00 -157.00 128
fromNektulos=-841.00 132.00 -157.00 257
fromDraniksScar=54.00 575.00 3.75 150
fromGuildLobby=-306.00 1398.00 -124.19 328
fromMoors=60.00 -121.00 -156.25 125
fromPotimea=-241.00 226.00 -124.00 230.00

[PoTranquility]
default=774.00 -1463.00 -876.16 131
backup=774.00 -1463.00 -876.79 92.11
frompoknowledge=774.00 -1463.00 -876.16 131
fromCoDecay=1925.00 -1140.00 -875.65 185
fromPoDisease=1790.00 -1451.00 -770.00 256
fromhohonora=-192.00 -8.00 -628.56 403
fromPovalor=-181.00 -50.00 -616.59 153
fromPoNightmare=-189.00 -1225.00 -900.40 377
fromPoTorment=686.00 -1647.00 -909.12 504
fromPoInnovation=-1549.00 245.00 -917.81 380
fromPoStorms=-682.00 1097.00 -929.75 412
fromBoThunder=-720.00 1740.00 -931.28 348
fromPOJustice=-30.00 -587.00 -519.69 455
fromPoAir=788.00 -689.00 -612.09 505
frompotactics=-191.00 -4.00 -629.18 149
frompofire=255.00 -2100.00 -927.41 384
fromponightmarea=-189.00 -1225.00 -901.03 377
frompowater=-1200.00 1030.00 -777.28 439
frompoeartha=-1337.00 2167.00 -714.53 388
frompohealth=-344.00 -1410.00 -938 272


[Ponightmare]
default=282.00 1668.00 212.00 5
backup=282.00 1668.00 211.38 3.52
fromPoTranquility=282.00 1668.00 212.00 5
fromPoNightmareB=198.00 -1904.00 126.00 379

[Podisease]
default=-1245.00 -1750.00 -59.00 0
backup=-1245.00 -1750.00 -58.87 0.00
fromPoTranquility=-1245.00 -1750.00 -59.00 0

[Poinnovation]
default=516.00 263.00 -51.00 187
backup=516.00 263.00 -51.85 129.39
fromPoTranquility=516.00 263.00 -51.22 187

[Potorment]
default=1706.00 -341.00 -494.00 0
backup=1706.00 -341.00 -494.73 0.00
fromPoTranquility=1706.00 -341.00 -494.11 0

[Povalor]
default=-1668.00 190.00 64.00 0
backup=-1668.00 190.00 64.29 0.00
fromPoTranquility=-1668.00 190.00 64.91 0

[Bothunder]
default=207.00 178.00 -1620.00 0
backup=207.00 178.00 -1626.87 0.00
fromPoTranquility=207.00 178.00 -1620.00 0

[Postorms]
default=-2059.00 -1795.00 -471.00 0
backup=-2059.00 -1795.00 -472.34 0.00
fromPoTranquility=-2059.00 -1795.00 -471.71 0

[Hohonora]
default=0.00 -2755.00 0.00 128
backup=0.00 -2755.00 3.13 90.00
fromPoTranquility=0.00 -2755.00 0.00 128
fromHoHonorb=2.00 104.00 4.00 384

[Solrotower]
default=-2915.00 -1.00 -766.00 0
backup=-2915.00 -1.00 -764.87 0.00
fromPoTranquility=-2915.00 -1.00 -766.00 0

[Plane of War]

[Potactics]
default=10.00 -210.00 -38.87 0.00
fromPoTranquility=10.00 -210.00 -38.87 0

[Poair]
default=884.00 532.00 -90.00 0
backup=884.00 532.00 -92.76 0.00
fromPoTranquility=884.00 532.00 -90.00 0

[Powater]
default=-1234.00 -93.00 11.00 105
backup=-1234.00 -93.00 11.58 73.83
fromPoTranquility=-1234.00 -93.00 11.00 105

[Pofire]
default=1210.00 -1387.00 -180.00 251
backup=1210.00 -1387.00 -181.46 176.48
fromPoTranquility=1210.00 -1387.00 -180.00 251

[Poeartha]
default=201.00 -1153.00 71.00 130
backup=200.00 -1150.00 71.13 0.00
fromPoTranquility=200.00 -1150.00 71.00 0
fromPoEarthB=201.00 -1153.00 71.00 130

[Potimea]
default=140.00 223.00 9.00 350
backup=140.00 223.00 8.50 246.09
fromPoTranquility=140.00 223.00 9.00 350
fromPoKnowledge=110.00 0.00 8.06 350
fromthevoida=-440 85.00 7.98 350
fromthevoidb=-440 85.00 7.98 350
fromthevoidc=-440 85.00 7.98 350
fromthevoidd=-440 85.00 7.98 350
fromthevoide=-440 85.00 7.98 350
fromthevoidf=-440 85.00 7.98 350
fromthevoidg=-440 85.00 7.98 350

[Hohonorb]
default=-1.00 960.00 397.00 128
backup=-1.00 960.00 396.13 90.00
fromHoHonora=-1.00 960.00 397.00 128

[Nightmareb]
default=23.00 1597.00 -324.00 125
backup=23.00 1597.00 -324.74 87.89
fromPoNightmarea=23.00 1597.00 -324.00 125

[Poearthb]
default=333.00 -764.00 -59.00 132
backup=333.00 -764.00 -57.87 92.81
fromPoEarthA=333.00 -764.00 -59.00 132

[PoTimeb]
default=857.00 -51.00 494.51 90.00 

[Gunthak]
default=1460.00 -940.00 15.00 128
backup=1460.00 -940.00 14.41 90.00
fromStonebrunt=1460.00 -940.00 15.04 128
fromNadox=-2260.00 1690.00 -51.25 416
fromPoKnowledge=1761.00 -1035.00 54.00 256

[Dulak]
default=560.00 520.00 3.75 352
backup=560.00 520.00 3.13 247.50
fromGunthak=560.00 520.00 3.75 352
fromTorgiran=790.00 -580.00 56.75 256

[Torgiran]
default=1165.00 -6.00 -20.75 335
backup=-321.00 -629.00 2.63 270.00
fromNadox=1165.00 -6.00 -20.75 335

[Nadox]
default=-660.00 420.00 -29.66 506
backup=-660.00 420.00 -30.28 355.78
fromGunthak=-660.00 420.00 -29.66 506
fromHatesFury=-1705.00 1490.00 -103.77 0

[Hatesfury]
default=110.00 -1030.00 -0.25 128
backup=110.00 -1030.00 -0.87 90.00
fromNadox=110.00 -1030.00 -0.25 128

;229=guka "The Cauldron of Lost Souls"
;
; THROUGH 276 - LDON INSTANCES
;
;276=mmcj "The Infernal Sanctuary"

[ChardokB]
default=290.00 -190.00 7.00 256
backup=290.00 -190.00 6.68 180.00
fromChardok=290.00 -190.00 7.00 256

[SoldungC]
default=780.00 -712.00 -49.00 256
backup=780.00 -712.00 -48.10 180.00
fromSolb=780.00 -712.00 -49.00 256

[Abysmal]
default=-150.00 39.00 140.61 130
backup=-150.00 39.00 139.99 91.41
fromMagus=-150.00 39.00 140.61 130

[Natimbi]
default=-853.00 -1557.00 239.71 0
backup=-853.00 -1557.00 239.08 0.00
fromMagus=-853.00 -1557.00 239.71 0
fromNedaria=-853.00 -1557.00 239.71 0
fromQinimi=2063.00 119.00 549.66 356

[Qinimi]
default=-302.00 -1477.00 -16.00 50
backup=-302.00 -1477.00 -15.37 35.16
fromNatimbi=-302.00 -1477.00 -14.75 50
fromBarindu=586.00 369.00 -15.00 351
fromRiwwi=-963.00 252.00 -15.00 423
fromFerubi=-58.00 -202.00 -10.00 388

[Riwwi]
default=-833.00 584.00 3.00 421
backup=-833.00 584.00 3.13 296.02
fromQinimi=-833.00 584.00 3.75 421
fromBarindu=-97.00 -1471.00 3.75 128

[Barindu]
default=-518.00 216.00 -118.00 506
backup=-518.00 216.00 -118.12 355.78
fromQinimi=-1543.00 699.00 -122.50 382
fromRiwwi=235.00 1127.00 -121.25 345
fromFerubi=-518.00 216.00 -117.50 506
fromTipt=456.00 -1242.00 -121.14 397

[Ferubi]
default=593.00 1496.00 111.00 384
backup=593.00 1496.00 111.13 270.00
fromBarindu=599.00 -1845.00 111.75 128
fromQinimi=593.00 1496.00 111.75 384

;285 - Snpool - instance
;default=-5.00 137.00 -19.87 264.33
;286 - Snlair - instance
;default=-70.00 234.00 -14.87 357.19
;287 - Snplant - instance
;default=127.00 150.00 -6.87 88.59
;288 - Sncrematory - instance
;default=175.00 31.00 -17.87 178.59
;289- Tipt - instance
;default=-2374.00 -448.00 13.16 277.73
;290 - Vxed - instance
;default=-3552.00 -427.00 14.99 325.55

[Yxtta]
default=1541.00 1122.00 -348.00 126
backup=1541.00 1122.00 -348.87 95.63
fromKodtaz=1541.00 1122.00 -348.25 126

;292 - Uqua - instance

[Kodtaz]
default=1552.00 -1512.00 -300.00 128
backup=1552.00 -1512.00 -300.87 90.00
fromNatimbi=1552.00 -1512.00 -300.25 128
fromYxtta=-2758.00 2496.00 -348.25 385
fromQvic=-641.00 2671.00 -403.00 380

;294 - ikkinz - instance
;default=23.00 -157.00 -2.87 180.00

[Qvic]
default=-651.00 -124.00 -422.00 505
backup=-651.00 -124.00 -424.87 355.08
fromMaddrona=-651.00 -124.00 -422.00 505
fromKodtaz=767.00 -2515.00 -647.00 133
fromTxevu=-158.00 210.00 -372.00 383

[Txevu]
default=0.00 -327.00 -420.00 124
backup=0.00 -327.00 -420.87 90.00
fromQvic=0.00 -327.00 -420.87 124

;298 - tacvi - instance
;299 - qvicb - doesnt exist?

[Wallofslaughter]
default=-2271.00 -1479.00 -69.00 30
backup=-2271.00 -1479.00 -70.66 21.09
fromCauseway=-2271.00 -1479.00 -70.18 30
fromProvingGrounds=1980.00 -1696.00 108.80 128

[Bloodfields]
default=2138.00 -1750.00 -928.00 128
backup=2138.00 -1750.00 -929.72 90.00
fromDraniksScar=2138.00 -1750.00 -929.24 128
fromRCOD=1961.00 1835.00 -862.04 397

[Draniksscar]
default=1486.00 -1925.00 393.00 128
backup=-1325.00 -1428.00 228.17 4.92
fromPoKnowledge=-1325.00 -1428.00 228.65 7
fromHarbingers=1486.00 -1925.00 392.34 128
fromBloodfields=1384.00 1983.00 433.88 256
fromCauseway=2013.00 -618.00 -256.48 256

[Causeway]
default=-2101.00 58.00 317.00 409
backup=-2101.00 58.00 316.14 287.58
fromDraniksScar=-2101.00 58.00 316.62 409
fromWallofSlaughter=2330.00 -256.00 256.58 135

;304 - 309 - Provinggrounds Instances for Trials

[Provinggrounds]
default=-5690.00 -131.00 -306.00 166
backup=-5690.00 -131.00 -306.85 116.72
fromWallofSlaughter=-5690.00 -131.00 -306.37 166
fromRiftseekers=-2404.00 -840.00 -306.37 128

;317 - Anguish
;318-327 - DraniksHollowsA thru J instances
;328-330 - DraniksCatacombsA B C instances
;331-333 - DraniksSewersA B C instances
 
[Riftseekers]
default=97.00 0.00 -236.00 0
backup=97.00 0.00 -237.59 0.00
fromProvingGrounds=97.00 0.00 -237.11 0
 
[Harbingers]
default=-129.00 139.00 7.00 471
backup=-129.00 139.00 5.73 331.17
fromDraniksScar=-129.00 139.00 6.23 471
 
[Dranik]
default=-1967.00 -1153.00 -368.00 84
backup=-1967.00 -1153.00 -370.28 59.06
fromBloodfields=-1967.00 -1153.00 -369.80 84
 
[Broodlands]
default=-1157.00 -1874.00 -4.00 165
backup=-1156.84 -1874.37 -4.31 116.02
fromDelvea=-1254.00 -819.00 11.00 248
fromLavastorm=-1157.00 -1874.00 -4.06 165
fromThundercrest=783.00 -816.00 35.00 128
fromStillmoona=1567.00 128.00 124.00 256
fromNestPortal=-155.00 30.00 17.00 241

[StillmoonA]
default=-95.00 -8.00 -31.00 0
backup=-95.00 -8.00 -31.52 0.00
fromBroodlands=-95.00 -8.00 -31.00 0
fromStillmoonb=1049.00 168.00 43.00 257
 
[StillmoonB]
default=1009.00 170.00 44.00 1
backup=1009.00 170.00 42.76 0.70
fromStillmoona=1009.00 170.00 44.00 1

[Thundercrest]
default=-1682.00 2.00 113.00 0
backup=-1682.00 2.00 112.36 0.00
fromBroodlands=-1682.00 2.00 113.00 0
 
[DelveA]
default=-1587.00 -235.00 72.00 478
backup=-1587.00 -235.00 70.73 336.09
fromLavastorm=-1587.00 -235.00 72.00 478
fromDelvebLeft=-400.00 -34.00 14.00 190
fromBroodlands=-1174.00 956.00 -191.00 353
 
[DelveB]
default=-385.00 -89.00 18.00 449
backup=-385.00 -89.00 17.12 315.70
fromDelveaLeft=-385.00 -89.00 18.00 449
 
[TheNest]
default=170.00 -217.00 -85.00 224
backup=170.00 -217.00 -86.23 157.50 
fromBroodlands=170.00 -217.00 -85.00 224

[GuildLobby]
default=-50.00 21.00 5.00 488
backup=-50.00 21.00 4.89 343.13
fromPOKnowledge=-50.00 21.00 5.51 488

;345 - GuildHall - instance
;default=-1.00 -1.00 2.71 0.00

;346 - barter - barter hall never implemented

[Illsalin]
default=-92.00 21.00 -41.00 254
backup=-92.00 21.00 -45.68 178.59
fromUndershoreNOVARIATION=-92.00 21.00 -41.00 254

;348-350 - illsalinA B C instances

[Dreadspire]
default=-1032.00 1304.00 -571.20 97.03

[DrachnidHive]
default=-5.00 0.00 -12.00 246
backup=-5.00 0.00 -14.50 172.97
fromWestKorlachAdjusted-1200=-5.00 0.00 -14.01 246

;355-357 - drachnidhiveA B C instances

[WestKorlach]
default=530.00 -2236.00 938.00 276
backup=530.00 -2236.00 937.19 194.06
fromUndershoreAdjusted93800=530.00 -2236.00 937.68 276
fromHiveAdjusted35800=-1538.00 -782.00 359.06 56

;359-361 - westkorlachA B C instances

[EastKorlach]
default=-1125.00 -1041.00 250.00 135
backup=-1125.00 -1041.00 249.18 94.92
fromCorathusCreepAdjusted25000=-1125.00 -1041.00 249.70 135
fromIllsalinNOVARIATION=-1528.00 705.00 -22.00 21
fromWestKorlachAdjusted-2900=630.00 886.00 -29.84 395

;363 - eastkorlachA instance
;364 shadowspine

[Corathus]
default=-386.00 -133.00 -63.00 145
backup=-386.00 -133.00 -64.33 101.95 
fromNektulosAdjusted-6400=-386.00 -133.00 -63.84 145
fromUndershoreAdjusted-7800=-23.00 1571.00 -79.16 364
fromlichencreep=394.00 793.00 -46.00 230.00

;366-367 - corathusA B instances
;368 - nektulosA

[Arcstone]
default=-279.00 1630.00 5.41 384
backup=-279.00 1630.00 4.93 270.00
fromWFPportal=-279.00 1630.00 5.41 384
tryTOuseSKYLANCE=-565.64 -836.96 575.15 42
addTenWestForRelic=242.28 -975.02 406.28 132
fromRelic=217.00 -1014.00 406.28 160

[Relic]
default=618.00 861.00 -270.63 384
backup=618.00 861.00 -271.11 270.00
fromArcstone=618.00 861.00 -270.63 384

;371 - Skylance

[Devastation]
default=190.00 1382.00 55.00 0
backup=190.00 1382.00 52.41 0.00
fromFreeportEastAdjusted5500=190.00 1382.00 52.89 0
fromSveragAdjusted4300=2035.00 2483.00 42.89 122

;373 - devastationa The Seething Wall

[Rage]
default=1065.00 0.00 7.00 255
backup=1065.00 0.00 6.41 179.30
fromDevastationAdjusted700=1065.00 0.00 6.89 255

;375 - ragea - Razorthorn instances
 
[Takishruins]
default=269.00 -983.00 61.00 164
backup=269.00 -983.00 60.28 115.31
fromSouthRoAdjusted6100=269.00 -983.00 60.76 164
fromElddarAdjusted10500=114.00 -52.00 105.59 343

;377 - takishruinsa - The Root of Ro

[Elddar]
default=200.00 -174.00 88.00 22
backup=200.00 -174.00 88.19 15.47
fromTakishRuinsAdjusted8800=200.00 -174.00 88.67 22

;379 - elddarA - Tunare's Shrine
;380 - theater - ToB only accessable with item click or aa spell
;381 - theatera - Deathknell instance

[FreeportEast]
default=-1621.00 -168.00 9.00 0
backup=-1621.00 -168.00 10.90 0.70
fromWFP=29.00 318.00 30.64 322
fromSewers=-1873.00 -1756.00 2.71 374
fromSewersTwo=-34.00 -508.00 -25.90 245
fromNorthRoAdjusted900=-1621.00 -168.00 8.32 0

[FreeportWest]
default=12.00 339.00 -23.00 380
backup=958.32 350.07 -28.62 273.95
fromCOMMONLANDS=12.00 339.00 -22.38 400
fromPOK=-188.00 -173.00 -68.14 384
fromArcstone=-167.00 -938.00 164.74 210
fromEFP=303.00 -1710.00 -112.33 63
fromSewersTwo=-365.00 -162.00 -91.48 402
fromCommonlandsAdjusted-2300=12.00 339.00 -22.38 380

[FreeportSewers]
default=1178.00 -144.00 -83.00 113
backup=1178.00 -144.00 -83.52 94.92
fromWFP=1178.00 -144.00 -83.03 113
fromWFPTwo=48.00 65.00 -12.62 319
fromEFP=119.00 -1833.00 -63.17 26
fromEFPTwo=698.00 -1809.00 -43.06 128

;385 - Freeportacademy
;386 - freeporttemple
;387 - freeportmilitia - newb instances
;388 - freeportarena - Badge instance
;389 - city hall
;390 - freeportcityhall
;391 - freeporttheatre

[NorthRo]
default=9656.77 -1280.07 23.00 256
backup=9657.00 -1280.00 23.38 176.88
fromSewers=9671.00 -520.00 11.07 258
fromSouthRoOne=5399.00 -615.00 112.11 452
fromFreeportEast2300=9656.77 -1280.07 21.93 256
fromSouthRo=5399.00 -615.00 112.11 452
fromFreeportEast=9656.77 -1280.07 21.93 256

[SouthRo]
default=-596.00 -342.00 146.00 398
backup=-596.00 -342.00 144.85 279.84
fromNroOne(SW)=5108.00 -422.00 108.76 209
fromInnothule=-596.00 -342.00 146.00 398
fromInnothuleActualZonePoint=-596.00 -342.00 145.33 398
fromMagusAdjusted10700=-79.00 -286.00 108.07 303
fromTakishRuinsAdjusted10400=2767.00 -347.00 104.50 387
fromTakishRuins=2767.00 -347.00 104.50 387

[Crescent]
default=-974.00 -2790.00 -53.00 247
backup=-974.00 -2790.00 -54.16 173.67
fromMoorsAdjusted-5300=-974.00 -2790.00 -53.68 247
fromMoors=-974.00 -2790.00 -53.68 247

[Moors]
default=-593.00 -1364.00 4.00 66
backup=-593.00 -1364.00 3.29 46.41
fromHighPass=-1541.00 -283.00 118.97 118
fromPOKAdjusted400=-593.00 -1364.00 3.77 66
fromStoneHiveAdjusted16300=-465.00 -3405.00 162.89 123
fromCrescentAdjusted-6300=-869.00 3736.00 -63.44 505
fromMesaAdjusted12500=2582.00 26.00 122.89 258
fromPoKnowledge=-593.00 -1364.00 4.00 66.00
fromStoneHive=-465.00 -3405.00 162.89 123
fromCrescent=-869.00 3736.00 -63.44 505
fromMesa=2582.00 26.00 122.89 258

[Stonehive]
default=-1648.00 -1183.00 41.00 414
backup=-1648.00 -1183.00 40.34 291.09
fromMoorsAdjusted4100=-1648.00 -1183.00 40.82 414
fromMoors=-1648.00 -1183.00 40.82 414

[Mesa]
default=-2110.00 -73.00 12.00 501
backup=-2110.00 -73.00 11.37 352.27
fromMoorsAdjusted1200=-2110.00 -73.00 11.85 501
fromRoostAdjusted25400=1232.00 3507.00 253.29 391
fromSteppesAdjusted24600=1749.00 951.00 245.18 349
fromSunderockAdjusted7400=1687.00 -1180.00 74.08 155
fromMoors=-2110.00 -73.00 11.85 501
fromRoost=1232.00 3507.00 253.29 391
fromSteppes=1749.00 951.00 245.18 349
fromSunderock=1687.00 -1180.00 74.08 155

[Roost]
default=78.00 -17.00 -42.00 458
backup=78.00 -17.00 -43.29 322.03
fromMesaAdjusted-4200=78.00 -17.00 -42.81 458
fromMesa=78.00 -17.00 -42.81 458

[Steppes]
default=-2360.00 -896.00 3.00 21
backup=-2360.00 -896.00 2.41 14.77
fromMesaAdjusted300=-2360.00 -896.00 2.89 21
fromIcefallAdjusted35200=2178.00 -570.00 351.85 386
fromMesa=-2360.00 -896.00 2.89 21
fromIcefall=2178.00 -570.00 351.85 386

[Icefall]
default=-2030.00 756.00 -67.00 508
backup=-2030.00 756.00 -67.78 357.19
fromSteppesAdjusted-6700=-2030.00 756.00 -67.30 508
fromValdeholmAdjusted64900=2403.00 -7.00 649.22 300
fromSteppes=-2030.00 756.00 -67.30 508
fromValdeholm=2403.00 -7.00 649.22 300

[Valdeholm]
default=-3158.00 6.00 3.00 442
backup=-3158.00 6.00 2.41 310.78
fromIcefallAdjusted300=-3158.00 6.00 2.89 442
fromFrostcryptAdjusted-51800=-2495.00 593.00 -518.31 122
fromIcefall=-3158.00 6.00 2.89 442
fromFrostcrypt=-2495.00 593.00 -518.31 122

[City Hall]
default=0 0 0 0

[Frostcrypt]
default=-26.00 2.00 3.00 0
backup=-26.00 2.00 2.51 0.00
fromValdeholmAdjusted300=-26.00 2.00 2.99 0
fromValdeholm=-26.00 2.00 2.99 0

[Sunderock]
default=-3773.00 -775.00 2.00 113
backup=-3773.00 -775.00 2.41 79.45
fromMesaAdjusted200=-3773.00 -775.00 2.89 113
fromVergalidAdjusted21300=-913.00 -1615.00 213.52 128
fromDirewindAdjusted35200=2932.00 -363.00 352.89 358
fromMesa=-3773.00 -775.00 2.89 113
fromVergalid=-913.00 -1615.00 213.52 128
fromDirewind=2932.00 -363.00 352.89 358

[Vergalid]
default=0.00 14.00 3.00 384
backup=0.00 14.00 2.41 270.00
fromSunderockAdjusted300=0.00 14.00 2.89 384
fromSunderock=0.00 14.00 2.89 384

[Direwind]
default=-2213.00 -512.00 103.00 47
backup=-2213.00 -512.00 103.13 33.05
fromSunderockAdjusted10300=-2213.00 -512.00 103.62 47
fromAshengateFallOffAdjusted80500=3300.00 138.00 805.48 164
fromSunderock=-2213.00 -512.00 103.62 47
fromAshengate=3300.00 138.00 805.48 164

[Ashengate]
default=-358.00 -1.00 10.00 497
backup=-358.00 -1.00 9.68 349.45
fromDirewindAdjusted1000=-358.00 -1.00 10.16 497
fromDirewind=-358.00 -1.00 10.16 497

[HighpassHold]
default=1050.00 -203.00 -190.00 188
backup=1050.00 -203.00 -191.44 132.19
fromKithicor=-1361.00 198.00 -110.63 504
fromHighKeep=-64.00 -311.00 -22.31 128
fromEastKarana=1322.00 101.00 -202.33 366
fromBlightfireMoors=1050.00 -203.00 -190.96 188

[commonlands]
default=-1855.00 -2816.00 32.64 78
fromKithicor=1192.00 3663.00 39.42 273
fromNektulos=1292.00 -2480.00 76.66 203
fromMagus=-1855.00 -2816.00 32.64 78
fromShadowrest=-1860.00 -2401.00 34.95 246
fromBefallen=-1167.00 1044.00 45.00 495
fromBefallenActualZonePoint=-1167.00 1044.00 44.45 495

;409 - oceanoftears - only way is take boat from butcher or freeporteast
;410 - kithforest - not yet revamped
;411 - befallenb - not yet revamped
;412 - highpasskeep - not yet revamped

[innothuleb]
default=-462.00 -361.00 5.00 0
fromPoK=-462.00 -361.00 5.23 0

[toxxulia]
default=2284.00 -871.00 43.00 258
backup=2284.00 -871.00 43.31 159.79
fromErudin=2284.00 -871.00 43.79 258
fromPaineel=-1976.00 -229.00 50.05 509
fromPOKnowledge=-1684.00 248.00 33.00 176
fromBarren=-1083.00 -2125.00 129.40 119

[mistythicket]
default=-324.04 -209.01 5.88 253
fromPlaneOfKnowledge=-324.04 -209.01 5.88 253
fromRivervale=230.00 -1474.00 45.62 0

[KattaCastrum]
default=-429.00 -0.50 -18.00 260
backup=-425.00 -2.00 -19.00 161.43
fromBuriedSeaAdjusted-1800=-429.00 -0.50 -19.55 260
fromZhiszaAdjusted-52000=4172.00 2557.00 -519.32 307
fromAtiikiAdjusted-51900=-4167.00 2555.00 -519.32 468
fromThalassiusAdjusted-52000=-1142.00 -4758.00 -519.32 112

[Thalassius]
default=-86.00 37.00 20.00 258
backup=-86.00 37.00 22.93 185.14
fromKattaCastrumAdjusted2000=-86.00 37.00 21.04 258

[Atiiki]
default=-1064.00 -917.00 -41.00 494
backup=-1089.00 -916.00 -39.23 358.60
fromKattaCastrumAdjusted-4100=-1064.00 -917.00 -41.05 494

[zhisza]
default=-856.00 6.00 4.00 126
backup=-856.00 6.00 4.32 126
fromKattaCastrumAdjusted400=-856.00 6.00 4.32 126
fromSilyssarAdjusted2500=-300.00 -27.00 25.02 131

[Silyssar]
default=1637.00 -267.00 -109.00 226
fromZhiszaAdjusted-10900=1637.00 -267.00 -108.97 226

;421 - Solteris - instance

[Barren]
default=706.00 1230.00 53.00 365
backup=706.00 1230.00 53.21 256.64
fromToxxuliaAdjusted5300=706.00 1230.00 53.21 365

[BuriedSea]
default=-400.00 3666.00 356.00 256
backup=-1721.00 3130.00 307.86 11.14
fromKattaPortalAdjusted35600=-400.00 3666.00 356.17 256

;424-435 - all task instances for TBS missions
;

[mansion]
default=-69.00 0.00 3.00 0
backup=330.00 -446.00 3.00 130.0
frommechanotus=-69.00 0.00 3.00 0

[mechanotus]
default=46.00 -1769.00 404.00 76
backup=46.00 -1769.00 404.00 76
frommansion=1450.00 14.00 656.00 256.00
fromsteamfactory=-118.00 1253.00 428.00 384.00
fromgyrospireb=46.00 -1769.00 404.00 76
fromgyrospirez=56.00 -1779.00 404.00 76
fromshipworkshop=1040.00 1655.00 402.00 280
fromdragonscale=46.00 -1769.00 404.00 76

[steamfactory]
default=119.00 407.00 166.00 500
backup=-55.0 473.00 115.00 500
frommechanotus=119.00 407.00 166.00 500
frommansion=995.00 -904.00 122.00 385.00

[shipworkshop]
default=457.00 530.00 10.00 375
backup=457.00 530.00 10.00 375
fromdragonscale=457.00 530.00 10.00 375

[gyrospireb]
frommechanotus=46.00 -1769.00 404.00 76.0
fromdragonscale=1780.00 2509.00 132.00 999.0


[gyrospirez]
default=-843.00 -9.00 -5.00 0
backup=-843.00 -9.00 -5.00 0
frommechanotus=-843.00 -9.00 -5.00 0

[dragonscale]
frommechanotus=3266.00 -2509.00 -14.00 465
fromgyrospireb=1780.00 2509.00 132.00 999
fromgyrospirez=3405.00 2506.00 200.00 999
fromsteamfactory=3338.00 -2359.00 75.00 0
fromshipworkshop=3500.00 -2525.00 250.00 260

[lopingplains]
default=-1289.00 -3698.00 722.00 105
backup=-1289.00 -3698.00 722.00 105
fromSteamfontmts=-1289.00 -3698.00 722.00 105
fromhillsofshade=2501.00 3681.00 366.00 108

[hillsofshade]
default=2098.00 -2744.00 -57.00 319
backup=2098.00 -2744.00 -57.00 319
fromlopinplains=2098.00 -2744.00 -57.00 319

[crystallos]
default=-64.00 -60.00 -78.00 0
backup=-64.00 -60.00 -78.00 0
fromdragonscale=-64.00 -60.00 -78.00 0

[Steamfontmts]
default=837.00 -2811.00 59.00 508
backup=837.00 -2811.00 59.00 508
fromdragonscale=837.00 -2811.00 59.00 508
fromlopingplains=2098.00 -2744.00 -57.00 319
fromPoKnowledge=-1122.00 940.00 5.00 196

; Seeds of Destruction

[oldfieldofbone]
default=1188 1679 -47 175
backup=1188 1679 -47 175
fromoldkurn=428 898 102.35 184.22
fromoldkaesoraa=-2168 27 -49.63 46.41
fromoldkaesorab=-1884.00 -610.00 -49.63 342.42
fromthevoida=1188 1679 -47 175
fromthevoidb=1188 1679 -47 175
fromthevoidc=1188 1679 -47 175
fromthevoidd=1188 1679 -47 175
fromthevoide=1188 1679 -47 175
fromthevoidf=1188 1679 -47 175
fromthevoidg=1188 1679 -47 175

[oldkaesoraa]
default=-11 -19 3.37 180
backup=-11 -19 3.37 180
fromoldfieldofbone=-11 -19 3.37 180

[oldkaesorab]
default=-31.00 -47.00 3.48 2.81
backup=-31.00 -47.00 3.48 2.81
fromoldfieldofbone=-31.00 -47.00 3.48 2.81

[oldkurn]
default=-279 20 3.37 313.59
backup=-279 20 3.37 313.59
fromoldfieldofbone=-279 20 3.37 313.59

[oldkithicor]
default=1189 -255 8.59 158.20
backup=1189 -255 8.59 158.20
fromoldcommons=938 -3058 17.11 76.64
fromthevoida=1189 -255 8.59 158.20
fromthevoidb=1189 -255 8.59 158.20
fromthevoidc=1189 -255 8.59 158.20
fromthevoidd=1189 -255 8.59 158.20
fromthevoide=1189 -255 8.59 158.20
fromthevoidf=1189 -255 8.59 158.20
fromthevoidg=1189 -255 8.59 158.20

[oldcommons]
defualt=1192 3663 39.90 191.95
backup=1192 3663 39.90 191.95
fromoldkithicor=1192 3663 39.90 191.95

[oldhighpass]


[thevoida]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[thevoidb]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[thevoidc]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[thevoidd]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[thevoide]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[thevoidf]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[thevoidg]
default=-165.00 -83.00 31.13 31.64
backup=-165.00 -83.00 31.13 31.64
fromtimea=-165.00 -83.00 31.13 31.64
fromtoskirakk=-148 270 -58.85 286.88
fromoceangreenhills=333 86 41.06 205.31
fromoldfieldofbone=182.00 -279.00 -6.10 91.41
fromoldkithicor=-27 -85 9.88 39.38
fromoldbloodfield=83 306 -21.03 305.16
fromdiscord=-194.00 150.00 -58.85 66.80

[oceangreenhills]
default=4542 -1140 72.01 24.61
backup=4542 -1140 72.01 24.61
fromoceangreenvillage=29 74 5.02 356.48
fromoldblackburrow=3414 -996 6.95 174.38
fromthevoida=4542 -1140 72.01 24.61
fromthevoidb=4542 -1140 72.01 24.61
fromthevoidc=4542 -1140 72.01 24.61
fromthevoidd=4542 -1140 72.01 24.61
fromthevoide=4542 -1140 72.01 24.61
fromthevoidf=4542 -1140 72.01 24.61
fromthevoidg=4542 -1140 72.01 24.61

[oceangreenvillage]
default=-24 79 4.06 172.97
backup=-24 79 4.06 172.97
fromoceangreenhills=-24 79 4.06 172.97
frombertoxtemple=-830 479 16.03 4.22

[oldblackburrow]
default=-377 7 44.71 0.00
backup=-377 7 44.71 0.00
fromoceangreenhills=-377 7 44.71 0.00

[bertoxtemple]
default=0 -15 1.87 270.70
backup=0 -15 1.87 270.70
fromoceangreenvillage=0 -15 1.87 270.70

[discord]
default=-20.00 28.00 -16.59 87.89
backup=-20.00 28.00 -16.59 87.89
fromthevoida=-20.00 28.00 -16.59 87.89
fromthevoidb=-20.00 28.00 -16.59 87.89
fromthevoidc=-20.00 28.00 -16.59 87.89
fromthevoidd=-20.00 28.00 -16.59 87.89
fromthevoide=-20.00 28.00 -16.59 87.89
fromthevoidf=-20.00 28.00 -16.59 87.89
fromthevoidg=-20.00 28.00 -16.59 87.89

[discordtower]


[oldbloodfield]
default=2084 -2096 2.75 0.00
backup=2084 -2096 2.75 0.00
fromolddranik=1714 1921 9.52 183.52
fromthevoida=2084 -2096 2.75 0.00
fromthevoidb=2084 -2096 2.75 0.00
fromthevoidc=2084 -2096 2.75 0.00
fromthevoidd=2084 -2096 2.75 0.00
fromthevoide=2084 -2096 2.75 0.00
fromthevoidf=2084 -2096 2.75 0.00
fromthevoidg=2084 -2096 2.75 0.00

[precipiceofwar]

[olddranik]
default=986 -1799 -183.79 156.09
backup=986 -1799 -183.79 156.09
fromoldbloodfields=986 -1799 -184.27 156.09

[toskirakk]
default=309 -402 20.41 189.84
backup=309 -402 20.41 189.84
fromkorascian=-212.00 -1646.00 466.46 112.50
fromthevoida=309 -402 20.41 189.84
fromthevoidb=309 -402 20.41 189.84
fromthevoidc=309 -402 20.41 189.84
fromthevoidd=309 -402 20.41 189.84
fromthevoide=309 -402 20.41 189.84
fromthevoidf=309 -402 20.41 189.84
fromthevoidg=309 -402 20.41 189.84

[korascian]
default=-1.00 25.00 3.37 356.48
backup=-1.00 25.00 3.37 356.48
fromtoskirakk=-1.00 25.00 3.37 356.48
fromrathechamber=3111.00 -950.00 -15.74 90.00

[rathechamber]
default=-19.00 -55.00 -21.83 270.00
backup=-19.00 -55.00 -21.83 270.00
fromkorascian=-19.00 -55.00 -21.83 270.00

[oldfieldofboneb]

;------Underfoot
[crafthalls]

[brellsrest]
fromhole=-781.00 114.00 60.00 485.00
fromunderquarry=-1193.25 -670.25 -13.25 30.00
frompellucid=-1171.75 346.13 33.38 31.00
fromshiningcity=487.00 29.00 154.00 385.00
frombrellstemple=591.00 42.00 178.00 255.00

[fungalforest]
frompellucid=206.00 2798.00 340.00 350.00
fromarthicrex=627.00 -2160.00 221.00 120.00

[underquarry]
frombrellsrest=218.13 25.63 -195.75 239.00
frompellucid=237.38 -557.13 -186.00 243.00
fromarthicrex=25.00 261.00 -196.00 380.00
fromfoundation=-128.00 64.00 -194.00 0.00

[coolingchamber]
frombrellsrest=-192.00 0.00 110.00 45.00
frompellucid=-680.00 585.00 -212.00 332.00

[shiningcity]
frombrellsrest=-7.00 -3.00 -44.00 62.00
frombrellstemple=10.00 14.00 -45.00 65.00

[arthicrex]
fromfungalforest=-204.00 1169.00 7.00 388.00
fromunderquarry=-1633.75 521.13 200.00 270.00
fromlichencreep=-2069.00 -245.00 108.00 30.00
fromstonesnake=-1861.00 -261.00 121.00 150.00

[foundation]
fromunderquarry=-1111.38 1163.00 -207.25 18.00

[lichencreep]
fromarthicrex=-1290.00 95.00 -6.00 104.00
fromCorathus=-404.00 -734.00 -8.00 134.00

[pellucid]
frombrellsrest=-290.63 -908.38 -44.63 152.00
fromcoolingchamber=-558.25 523.50 -2.38 288.00
fromunderquarry=782.88 -655.50 -24.88 123.00
fromfungalforest=1759.00 350.00 8.00 185.00

[stonesnake]
fromarthicrex=25.00 42.00 -5.00 365.00
fromconvorteum=-1056.00 -183.00 -67.00 6.00

[brellstemple]
frombrellsrest=4.00 0.00 -23.00 0.00

[convorteum]
fromstonesnake=-46.00 18.00 -43.00 474.00

[brellsarena]

[weddingchapel]

[weddingchapeldark]

[dragoncrypt]

[feerrott2]
fromfeerrott=-1393 925.00 -3.59 35.16
fromthulehouse1=-1393.00 925.00 -3.59 35.16

[thulehouse1]
fromfeerrott2=-337.00 0.00 3.37 0
fromthulehouse2=377.00 -80.00 64.05 31.00
fromhousegarden=777.00 -126.00 15.41 255
fromthulelibrary=582.00 315.00 15.41 87.07
fromfallen=474.00 -262.00 15.41 359.86

[thulehouse2]
fromthulehouse1=362.00 -85.00 64.05 143.44
frommorellcastle=870.00 -1095.00 129.62 273.99
fromthuledream=-335.00 -345.00 64.59 11.73
frommiragulmare=170.00 899.00 67.48 90.70
fromalkabormare=550.00 789.00 60.17 91.41

[housegarden]
fromthulehouse1=0.00 112.00 -29.53 382
fromwell=-943.00 -1642.00 -175.01 11.95

[houselibrary]
fromthulehouse1=0.00 0.00 -2.54 355.06

[well]
fromhousegarden=-5.00 14.00 100 90.70

[fallen]
fromthulehouse1=-15.00 59.00 -1.59 317.81

[morellcastle]
fromthulehouse2=-225.00 -32.00 -37.69 0.00
fromsomnium=635.63 -247.50 179.67 254.38

[morelltower]

[alkabormare]
fromthulehouse2=-50.00 1146.00 -14.31 440.00

[miragulmare]
fromthulehouse2=13.00 -39.00 -108.43 128.00

[thuledream]
fromthulehouse2=-1329.00 1036.00 2.23 305.65

[somnium]
frommorellcastle=195.63 0.00 -1.94 179.30 


[Settings]
UseGate=off
PCCheck=on
PCRange=500
NoGroup=off
[MQ2PiggyZone]
PCRange=500
MinZoneDelay=15
MaxZoneDelay=45


New MQ2PiggyZone_ZoneLocs.ini (goes in the MQ2\Logs folder)
Code:
;-----Secrets of Faydwer
[mechanotus]
fromdragonscale=46.00 -1769.00 404.00 76.00
fromgyrospireb=46.00 -1769.00 404.00 76.00
fromgyrospirez=56.00 -1779.00 404.00 76.00
fromshipworkshop=1040.00 1655.00 402.00 280.00

[gyrospireb]
frommechanotus=-843.00 -9.00 5.00 0.00

[gyrospirez]
frommechanotus=-843.00 -9.00 5.00 0.00

[shipworkshop]
frommechanotus=457.00 530.00 10.00 375.00

[dragonscale]
frommechanotus=3266.00 -2509.00 -14.00 465.00
fromgyrospireb=1780.00 2509.00 132.00 317.00


;-----Veil of Alaris
[sarithcity]
frombeastdomain=461.00 -814.00 0.00 190.00
fromresplendent=984.00 -100.00 -8.00 137.00
fromarelis=913.00 -606.00 -2.00 115.00

[arelis]
fromsarithcity=-1508.00 730.00 -36.00 65.00
fromargath=3375.00 -1925.00 133.00 163.00

[argath]
fromarelis=-419.00 134.00 -399.00 35.00

[beastdomain]
fromsarithcity=-4852.00 4575.00 184.00 330.00
fromeviltree=-6127.00 3381.00 61.00 427.00

[resplendent]
fromsarithcity=70.00 -81.00 10.00 5.00
fromcityofbronze=1583.00 1883.00 27.00 397.00
frompillarsalra=4038.00 173.00 581.00 277.00
fromgrelleth=2879.00 71.00 -330.00 314.00

[cityofbronze]
fromresplendent=-1073.00 -2775.00 62.00 180.00
fromsepulcher=-0.21 -1313.73 5.59 127.00
fromshardslanding=1882.00 -2408.00 115.00 210.00

[pillarsalra]
fromresplendent=-1595.00 267.00 11.00 510.00
fromwindsong=-64.00 1.00 854.00 0.00

[windsong]
frompillarsalra=-186.50 -1165.00 8.00 122.00

[sepulcher]
fromcityofbronze=-818.00 -17.00 87.00 0.00
fromeastsepulcher=533.01 -877.21 7.98 128.00
fromwestsepulcher=128.05 727.45 7.98 448.00

[eastsepulcher]
fromsepulcher=532.43 -934.51 7.69 300.00

[westsepulcher]
fromsepulcher=68.15 788.24 7.70 193.00


;-----Rain of Fear
[eastwastesshard]
fromkaelshard=-6391.00 6833.00 -299.52 91.41
fromkaelshard=-8.00 -655.00 124.00 128.0
fromshardslanding=-9017.00 -4121.00 146.00 29.00
fromeastwastes=-9086.00 -4177.00 145.00 38.00

[shardslanding]
fromcityofbronze=-2056.00 -408.00 8.00 448.00
fromeastwastesshard=215.00 336.00 4.00 426.00
fromchelsithreborn=491.00 -832.00 228.00 128.0
fromeviltree=598.00 -686.00 4.00 145.00
fromgrelleth=216.00 -652.00 3.00 75.00
frombreedinggrounds=-20.00 37.00 4.00 485.00
fromxorbb=539.00 402.00 4.00 366.00
fromchapterhouse=932.00 214.00 4.00 312.00
fromposhadow=1057.00 -146.00 4.00 250.00

[breedinggrounds]
fromshardslanding=188.00 69.00 -23.00 0.00

[kaelshard]
fromeastwastesshard=-8.00 -655.00 124.00 128.00

[eastwastes]
fromeastwastesshard=-9091.00 -4191.00 145.00 15.00

[xorbb]
fromshardslanding=-1614.00 -1006.00 111.00 507.00
frombeholder=-2067.00 -178.00 -104.00 502.00

[beholder]
fromxorbb=1249.00 -572.00 7.00 321.00

[chapterhouse]
fromshardslanding=-13.00 13.00 0.00 128.00
fromcommonlands=-199.00 -118.00 2.00 211.00

[commonlands]
fromchapterhouse=-1162.00 950.00 44.00 0.00

[vexthal]
fromposhadow=-204.00 -887.00 -41.00 77.00

[poshadow]
fromvexthal=-494.00 194.00 -33.00 467.00

[chelsithreborn]
fromshardslanding=-380.00 -972.00 3.00 160.00
fromthegrey=1354.00 1364.00 -7.00 239.0

[crystalshard]
fromeastwastesshard=487.00 303.00 -74.00 384.00

[eviltree]
frombeastdomain=-795.00 1084.00 82.00 436.00
fromshardslanding=-993.00 -799.00 46.00 66.00

[grelleth]
fromresplendent=24.00 0.00 3.00 511.00
fromshardslanding=0.00 0.00 0.00 0.00


;-----Call of the Forsaken
[bixiewarfront]
fromethernere=-1053.00 -1792.00 -144.00 26.00
fromcrescent=-1043.00 -2147.00 36.00 223.00

[crescent]
frombixiewarfront=-1269.00 -2556.00 -169.00 7.00

[ethernere]
frombixiewarfront=-362.00 -4007.00 -553.00 347.00
fromtowerofrot=-326.00 -4193.00 -561.00 193.00
fromdeadhills=-357.00 -4361.00 -553.00 183.00
fromneriakd=-551.00 -4404.00 -553.00 115.00
fromarginhiz=-575.00 -4188.00 -559.00 501.00
fromthevoidh=-527.00 -3975.00 -556.00 389.00
fromqey2hh1=-484.00 682.00 -316.00 307.00

[towerofrot]
fromethernere=-36.00 138.00 5.00 340.00
fromdeadhills=0.00 150.00 5.00 384.00

[deadhills]
fromtowerofrot=-411.00 775.00 301.00 108.00
fromethernere=-1448.00 -1090.00 64.00 467.00
fromdulak=-1292.00 -718.00 -19.00 25.00

[neriakd]
fromethernere=392.00 -1120.00 23.00 510.00
fromneriakc=-298.00 245.00 7.00 491.00

[arginhiz]
fromethernere=-1828.00 896.00 -349.00 60.00
fromsouthro=-1896.00 1200.00 -328.00 461.00

[southro]
fromarginhiz=760.00 -1761.00 50.00 17.00

[thevoidh]
fromethernere=0.00 60.00 2.00 358.00

[neriakc]
fromneriakd=911.00 -1705.00 -64.00 126.00

[qey2hh1]
fromethernere=31.00 -1012.00 -1.50 132.00



;-----The Darkened Sea
[kattacastrumb]
fromtempesttemple=-89.00 29.00 10.00 94.00

[tempesttemple]
fromkattacastrumb=-551.00 -353.00 161.00 85.00
fromendlesscaverns=796.00 -9.00 -26.00 240.00

[brotherisland]
fromtempesttemple=41.71 2.23 19.49 -6.00
fromdegmar=-3408.00 -3397.00 403.00 508.00

[degmar]
frombrotherisland=45.00 14.00 -25.00 282.00


;-----The Broken Mirror
[pohealth]
frompotranquility=-344.00 -1410.00 -930.00 124.0
fromexalted=20.00 -3.00 -40.00 233.0

[exalted]
frompohealth=2884.00 1432.00 -30.00 400.0
fromcosul=-13.00 -6.00 -6.00 45.0

[cosul]
fromexalted=160.00 2.00 -4.00 250.0
fromexaltedb=160.00 2.00 -4.00 250.0

[exaltedb]
fromcosul=-13.00 -6.00 -6.00 45.0
fromcodecayb=-91.00 -114.00 -94.00 404.0

[codecayb]
fromexaltedb=488.00 -22.00 -22.00 115.0


;-----Empires of Kunark
[lceanium]
fromscorchedwoods=1896.00 -1930.00 -16.00 158.00

[scorchedwoods]
fromlceanium=-2852.00 -1584.00 -369.00 19.00
fromchardoktwo=7248.00 -4100.00 -236.00 508.00
fromfrontiermtnsb=-2859.00 -4887.00 -26.00 136.00

[chardoktwo]
fromscorchedwoods=-21.00 0.00 2.00 363.00

[frontiermtnsb]
fromscorchedwoods=-2573.00 3857.00 -359.00 383.00
fromkorshaext=3732.00 -3305.00 200.00 245.00
fromdrogab=3567.00 2717.00 118.00 3.00
fromovertheretwo=7333.00 1559.00 390.00 255.00

[korshaext]
fromfrontiermtnsb=50.00 21.00 -20.00 478.00
fromkorshaint=2638.00 -1201.00 -311.00 325.00

[korshaint]
fromkorshaext=2692.00 -1174.00 -315.00 465.00

[drogab]
fromfrontiermtnsb=1381.00 306.00 5.00 299.00

[overtheretwo]
fromfrontiermtnsb=-2330.00 1520.00 245.00 485.00

Happy New Year everyone.
 
Last edited:
Thank you for that additional information. FWIW, the MQ2PiggyZone_ZoneLocs.ini I added to our plugin to make it easy to record zone-in locations, on the fly as you zone normally (if you have it enabled). You don't need to copy another's INI - but that INI info is indeed useful to add to MQ2PiggyZone.ini for recorded zone-in locations.

The main thing people use PZ for is to chain zone (or at least tell them the path to get somewhere). I.e., /zone or /findpath.

The entries in MQ2PiggyZone.ini are how the plugin knows how the world connects. It reads the INI, and builds a matrix using a Floyd-Warshall algorithm (basically, it finds the shortest path).

This is done by reading the MQ2PiggyZone.ini. The INI you will notice has all the zone numbers for EQ, the short name, the long name, and the zone #'s that that zone can zone TO.

An example pulled from the INI:

50=rathemtn "Mountains of Rathe",47,51,202

So, zone ID 50 is short name of rathemtn (Mountains of Rathe) connects to zone 47, 51, and 202. If you look those up in game (or the INI) then 47=The Feerrott, 51=Lake Rathetear, and 202=Plane of Knowledge.

So, in order to add new zones that /zone can piggy (chain) with, or /findpath to, then they need that information in the INI.

E.g., EOK has this entry: 814=skyfiretwo "The Skyfire Mountains"

So while PZ knows about that zone, it shows no connections, so you can't /zone to it (or find it via /findpath). If it did (or does) connect to any other zones, we would need to identify those connections, and add them to the INI for that, so for example if skyfiretwo allowed zoning to overtheretwo (which is id 815), then the ini entry would need to read:

814=skyfiretwo "The Skyfire Mountains",815

If it allowed not only zoning to overtheretwo but also veeshantwo then it would need to read:

814=skyfiretwo "The Skyfire Mountains",815,816

Hope that clears up the INI a bit for a couple questions in forums/shoutbox.

htw
 
I have added ToV to the zone list, see below. We need someone to run to each zone and dump the connections so we can update them.

Code:
;---The Burning Lands
817=trialsofsmoke "Plane of Smoke"
818=stratos "Stratos: Zephyr's Flight"
819=aalishai "AAlishai: Palace of Embers"
820=empyr "Empyr: Realms of Ash"
821=esianti "Esianti: Palace of the Winds"
822=mearatas "Mearatas: The Stone Demesne"
823=chamberoftears "The Chamber of Tears"

;---Torment of Velious
824=easwastestwo "Eastern Waste"
825=frozenshadowtwo "Tower of Frozen Shadow"
826=crystaltwoa "Ry`Gorr Mines"
827=greatdividetwo "Great Divide"
828=velketortwo "Velketor's Labyrinth"
829=kaeltwo "Kael Drakkel"
830=crystaltwob "Crystal Caverns"

;---Clawns of Veeshan
831=sleepertwo "The Sleeper's Tomb"
832=necropolistwo "Dragon Necropolis"
833=cobaltscartwo "Cobalt Scar"
834=westwastestwo "The Western Wastes"
835=skyshrinetwo "Skyshrie"
836=templeveeshantwo "The Temple of Veeshan"

837=clz-winter
838=clz-anniversary
839=clz-spring
840=clz-autumn
841=clz-frostfell
842=clz-af

We need someone to enter each of these zones and do
  • /connections Shows zone connections for your current zone.
  • /dumpconnections Shows zone connections for your current zone in bare format with locations.
Please post results so we can update it for everyone.
 
Last edited:
where or what file does the /connections and /dumpconnections write to trying to get an updated zone maps
 
where or what file does the /connections and /dumpconnections write to trying to get an updated zone maps
Easiest way I found to get it to text was using MQ2Log

/plugin MQ2Log
/logmq on
/connections
/dumpconnections
/logmq off

Logs are under MQ2ChatWnd_server_name.log in your MacroQuest2/Logs folder.
 
Here is zone list that was missing from MQ2PiggyZone.ini. Still needs zone connections added.

Code:
;---Terror of Luclin
843=maidentwo "Maiden's Eye"
844=umbraltwo "Umbral Plains"
845=akhevatwo "Ka Vethan"
846=vexthaltwo "Vex Thal"
847=shadowvalley "Shadow Valley"
848=basilica "Basilica of Adumbration"
849=bloodfalls "Bloodfalls"
850=maidenhouseint "Coterie Chambers"

;---Night of Shadows
851=shadowhaventwo "Ruins of Shadow Haven"
852=sharvahltwo "Shar Vahl, Divided"
853=paludaltwo "Paludal Depths"
854=shadeweavertwo "Shadeweaver's Tangle"
855=darklightcaverns "Darklight Caverns"
856=deepshade "Deepshade"
857=firefallpass "Firefall Pass"
858=hollowshadetwo "Hollowshade Moor"

;---Laurion's Song
859=laurioninn "Laurion's Inn"
860=ankexfen "Ankexfen Keep"
861=pallomen "Pal'Lomen"
862=herosforge "The Hero's Forge"
863=moorsofnokk "Moors of Nokk"
864=unkemptwoods "Unkempt Woods"
865=timorousfalls "Timorous Falls"
 
Last edited:
  • Like
Reactions: nils