Sycho
New Member
- Joined
- Jan 10, 2015
- Messages
- 143
I have tried using
and
in the HW areas but it always returns ID of 398.
Any suggestions?
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?