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

Obtaining map ID of new areas

Sycho

New Member
Joined
Jan 10, 2015
Messages
143
Reaction score
3
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?
 
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?
You must be in The Dravanian Forelands then. :p

That will return the zone information of the zone you're currently in.
 
Interesting since if I jump to The Churning Mists it returns the same.
 
Interesting since if I jump to The Churning Mists it returns the same.
I'm getting 400 for The Churning Mists (Moghome) in the Console atm.

Code:
Zone Id: 400 | Raw Zone Id: 400 | Subzone Id: 2042
 
Back
Top