How do you get the map number of the map that you are currently on Or is there a list already of all the maps for the Heavensward 3.0 areas that is really what I am trying to get. Looking for something like this for the Heavensward areas <If Condition="not IsOnMap(XXX)"> <TeleportTo Name="Name" AetheryteId="XX" /> </If> What I need is the map number for each of the new heavenward areas.
Here are some Console (found on the Plugins tab) snippets you may find useful: http://pastebin.com/raw.php?i=C0rmU0Uz
Actually I got it... If I do this in the console it will show you what the current Zone ID number is. Log("We are in Zone ID:{0}",WorldManager.ZoneId);