What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Map ID

Reporter

New Member
Joined
Aug 25, 2015
Messages
4
Reaction score
0
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.
 
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);
 
Back
Top