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

Instance profile template?

Zikke

Active Member
Joined
Sep 14, 2011
Messages
483
Reaction score
35
Isle of Quel'danas ID?

Does anybody know what the ID is for the zone "Isle of Quel'danas"? It doesn't appear to be in the wiki database.

Thanks!
 
Last edited:
Here's a link to the zone on Wowhead: Isle of Quel'Danas - Zone - World of Warcraft
If you look at the url it says zone=4080 - that means the zoneID is 4080.
You could also get HBconsole and write this in the C# console:
Code:
Log("" + Me.ZoneId);
and it'll write the zoneID in the output log below. You can also use this method for other info like Me.MapId for example.
 
Oh, clever tricks. :) Thank you guys. (I should have figured out checking WoWhead... oops)
 
Back
Top