Share Pastebin
Guest
Public paste!

Config Custom BG

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.78 KB | Hits: 83 | Expires: Never
Copy text to clipboard
  1. ##
  2. ##    Config for MainBG
  3. ##    
  4. ##
  5.  
  6. ##
  7. ##    Amount of players in bg
  8. ##
  9.  
  10. <
  11.  
  12. MIN_PLAYERS: "3"
  13.  
  14. MAX_PLAYERS: "10"
  15.  
  16. >
  17.  
  18. ##
  19. ##   Amount of kills to win bg
  20. ##
  21.  
  22. <
  23.  
  24. KILL_WIN: "75"
  25.  
  26. >
  27.  
  28. ##
  29. ##   Token on win it's the id
  30. ##
  31.  
  32. <
  33.  
  34. TOKEN_ID: "12020"
  35.  
  36. >
  37.  
  38. ##
  39. ##   Amount of tokens to win the bg
  40. ##
  41.  
  42. <
  43.  
  44. TOKEN_WIN: "3"
  45.  
  46. >
  47.  
  48.  
  49. ##
  50. ##   Amount of tokens to lose the bg
  51. ##
  52.  
  53. <
  54.        
  55. TOKEN_LOSS: "1"
  56.        
  57. >
  58.  
  59. ##
  60. ##   Entry ID of the Battlemasters
  61. ##
  62. ##   They can use the same id but you will still need to define both of them
  63. ##
  64.  
  65. <
  66.  
  67. HORDE_BATTLEMASTER: "10101"
  68.        
  69. ALLIANCE_BATTLEMASTER: "10100"
  70.        
  71. >
  72.  
  73. ##
  74. ##       Debug
  75. ##
  76. ##       It will print a lot out if you use this and write to the file DEBUG_FOLDER
  77. ##
  78.  
  79. <
  80.  
  81. DEBUG: "false"
  82.        
  83. DEBUG_FOLDER: "DEBUG.Txt"
  84.        
  85. >