• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Obtaining map ID of new areas

    Discussion in 'Community Developer Forum' started by Sycho, Jul 13, 2015.

    1. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      I have tried using

      Code:
      ClearLog();
      Log("Zone Id: {0} | Raw Zone Id: {1} | Subzone Id: {2}",WorldManager.ZoneId,WorldManager.RawZoneId,WorldManager.SubZoneId);
      
      and

      Code:
      Log("{0} {1}",WorldManager.ZoneId,Core.Player.Location);
      
      in the HW areas but it always returns ID of 398.

      Any suggestions?
       
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      You must be in The Dravanian Forelands then. :p

      That will return the zone information of the zone you're currently in.
       
    3. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Interesting since if I jump to The Churning Mists it returns the same.
       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      I'm getting 400 for The Churning Mists (Moghome) in the Console atm.

      Code:
      Zone Id: 400 | Raw Zone Id: 400 | Subzone Id: 2042
       
    5. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Just needed restart everything again....
       

    Share This Page