Jump to content

Question About Flags Of Zones


Recommended Posts

hi all!

today i have tried to find a flag in mangos that specify when you are inside or outside .. but seems that there isn't a check for it in MaNGOS... i'm trying to make a little fix..

someone can help me? are they all zonetype flags? :

// zonetype is flags

// flags & 0x00000001 (1) - snow (only Dun Morogh, Naxxramas, Razorfen Downs and Winterspring)

// flags & 0x00000002 (2) - unknown, (only Naxxramas and Razorfen Downs)

// flags & 0x00000004 (4) - On Map Dungeon

// flags & 0x00000008 (8) - slave capital city flag?

// flags & 0x00000010 (16) - unknown

// flags & 0x00000020 (32) - slave capital city flag?

// flags & 0x00000040 (64) - many zones have this flag

// flags & 0x00000080 (128) - arena

// flags & 0x00000100 (256) - main capital city flag

// flags & 0x00000200 (512) - only for one zone named "City" (where it located?)

// flags & 0x00000400 (1024) - outland zones? (only Eye of the Storm not have this flag, but have 0x00004000 flag)

// flags & 0x00000800 (2048) - sanctuary area (PvP disabled)

// flags & 0x00001000 (4096) - only Netherwing Ledge, Socrethar's Seat, Tempest Keep, The Arcatraz, The Botanica, The Mechanar

// flags & 0x00002000 (8192) - not used now (no area/zones with this flag set) ...

// flags & 0x00004000 (16384) - outland zones? (only Circle of Blood Arena not have this flag, but have 0x00000400 flag)

// flags & 0x00008000 (32768) - pvp objective area?

tnx for answeres

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use