• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Map ID

    Discussion in 'Community Developer Forum' started by Reporter, Sep 1, 2015.

    1. Reporter

      Reporter New Member

      Joined:
      Aug 25, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      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.
       
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Here are some Console (found on the Plugins tab) snippets you may find useful:

      http://pastebin.com/raw.php?i=C0rmU0Uz
       
    3. Reporter

      Reporter New Member

      Joined:
      Aug 25, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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);
       

    Share This Page