job_noenter_map.txt 924 B

12345678910111213141516171819202122232425262728
  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. // 16 - restricted in WOE:TE castles
  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. // 4096 - restricted in zone 8
  23. //
  24. // GroupLevelBypass: Group Level (groups.conf) to ignore the restriction
  25. //
  26. // NOTES:
  27. // - Restriction will be overwritten for multiple defines with the same Job ID
  28. // - The flag is used by 'jobcanentermap' script.