status_disabled.txt 808 B

12345678910111213141516171819202122232425
  1. // Status Change Restriction Database
  2. //
  3. // Defines restrictions of status changes (SC).
  4. // Disabled SC will always be removed or fail to be inflicted on this map.
  5. //
  6. // Structure of Database:
  7. // SCType,Flag
  8. //
  9. // Legend for 'Flag' field (bitmask):
  10. // 1 - restricted in normal maps
  11. // 2 - restricted in PVP
  12. // 4 - restricted in GVG
  13. // 8 - restricted in Battlegrounds
  14. // Restricted zones - configured by 'restricted <number>' mapflag
  15. // 32 - restricted in zone 1
  16. // 64 - restricted in zone 2
  17. // 128 - restricted in zone 3
  18. // 256 - restricted in zone 4
  19. // 512 - restricted in zone 5
  20. // 1024 - restricted in zone 6
  21. // 2048 - restricted in zone 7
  22. //
  23. // Example:
  24. // SC_ENDURE,4 // Endure status will be removed when the player enters GvG and WoE Castle maps; Also cannot be inflicted again.