battleground_db.yml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Battleground Queue Database
  20. ###########################################################################
  21. #
  22. # Battleground Queue Settings
  23. #
  24. ###########################################################################
  25. # - Id Unique ID for the battleground type.
  26. # Name Name of the battleground. Must be the exact same as in the client for players to be able to join.
  27. # MinPlayers Minimum number of players required on each team. (Default: 1)
  28. # MaxPlayers Maximum number of players on each team. (Default: MAX_BG_MEMBERS / 2)
  29. # MinLevel Minimum level required to join the battleground. (Default: 1)
  30. # MaxLevel Maximum level to join the battleground. (Default: MAX_LEVEL value)
  31. # Deserter Amount of time in seconds a player is marked deserter. (Default: 600)
  32. # StartDelay Amount of time in seconds once a queue is filled before players are warped. (Default: 0)
  33. # Join: Which application type is accepted. The entryqueuelist.lub can visually disable these options.
  34. # Solo Able to join a queue as an individual. (Default: true)
  35. # Party Able to join a queue as a party. (Default: true)
  36. # Guild Able to join a queue as a guild. (Default: true)
  37. # JobRestrictions List of jobs that are unable to join the battleground.
  38. # Locations: Battleground location settings.
  39. # - Map The map on which the battleground will be played.
  40. # StartEvent NPC event triggered when the battleground starts.
  41. # TeamA: TeamA settings.
  42. # RespawnX X coordinate for warping on death.
  43. # RespawnY Y coordinate for warping on death.
  44. # DeathEvent NPC event triggered when a player dies.
  45. # QuitEvent NPC event triggered when a player quits.
  46. # ActiveEvent NPC event triggered when a player joints an active battleground.
  47. # Variable Name of BG ID variable used in the battleground script.
  48. # TeamB: TeamB settings.
  49. # RespawnX X coordinate for warping on death.
  50. # RespawnY Y coordinate for warping on death.
  51. # DeathEvent NPC event triggered when a player dies.
  52. # QuitEvent NPC event triggered when a player quits.
  53. # ActiveEvent NPC event triggered when a player joints an active battleground.
  54. # Variable Name of BG ID variable used in the battleground script.
  55. ###########################################################################
  56. Header:
  57. Type: BATTLEGROUND_DB
  58. Version: 1