job_noenter_map.txt 885 B

123456789101112131415161718192021222324252627
  1. // Defines Job(s) that are restricted to enter map (by flag/zones)
  2. //
  3. // Structure of Database:
  4. // JobID,FlagZone,GroupLevelBypass
  5. //
  6. // JobID: See JOB_* constants or use job number
  7. //
  8. // Legend for 'Flag' field (bitmask):
  9. // 1 - restricted in normal maps
  10. // 2 - restricted in PVP
  11. // 4 - restricted in GVG
  12. // 8 - restricted in Battlegrounds
  13. // Restricted zones - configured by 'restricted <number>' mapflag
  14. // 32 - restricted in zone 1
  15. // 64 - restricted in zone 2
  16. // 128 - restricted in zone 3
  17. // 256 - restricted in zone 4
  18. // 512 - restricted in zone 5
  19. // 1024 - restricted in zone 6
  20. // 2048 - restricted in zone 7
  21. // 4096 - restricted in zone 8
  22. //
  23. // GroupLevelBypass: Group Level (groups.conf) to ignore the restriction
  24. //
  25. // NOTES:
  26. // - Restriction will be overwritten for multiple defines with the same Job ID
  27. // - The flag is used by 'jobcanentermap' script.