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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Obtaining map ID of new areas

Sycho

New Member
Joined
Jan 10, 2015
Messages
143
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