Advertisement
vnevermore

config

Dec 25th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. # ======================================
  2. # Fight Club Manager Configurations #
  3. # ======================================
  4. # Enables the Event?
  5. # true - enabled, false - off
  6. FightClubEnabled = true
  7.  
  8. # The minimum level for participation in the Event
  9. MinimumLevel = 1
  10.  
  11. # The maximum level for participation in the Event
  12. MaximumLevel = 85
  13.  
  14. # Maximum difference in level between the participants
  15. MaximumLevelDifference = 10
  16.  
  17. # ID's items that can be selected as a bet. Listed separated by commas.
  18. # By default, 57, 4037 (Adena, Coin of Luck)
  19. AllowedItems = 57, 4037
  20.  
  21. # Number of bets on a single page
  22. RatesOnPage = 10
  23.  
  24. # Delay to teleport into the arena, in seconds
  25. ArenaTeleportDelay = 5
  26.  
  27. # Clear buffs to teleport into the arena?
  28. CancelBuffs = true
  29.  
  30. # Remove pets to teleport players to the arena?
  31. UnsummonPets = true
  32.  
  33. # Remove summons players to teleport into the arena?
  34. # If true, the pupils will also be removed, regardless of the previous setting
  35. UnsummonSummons = false
  36.  
  37. # Remove clan skills at the time of the battle
  38. RemoveClanSkills = false
  39.  
  40. # Remove heroic skills at the time of the battle
  41. RemoveHeroSkills = false
  42.  
  43. # The time that is given to the players to prepare for battle in seconds
  44. TimeToPreparation = 10
  45.  
  46. # Duration of fight in seconds before will be declared a draw
  47. TimeToDraw = 300
  48.  
  49. # Allow a draw?
  50. # If true, stakes will be refunded in the event that both players are alive
  51. # If false, wins the one who left more HP
  52. AllowDraw = true
  53.  
  54. # Time in seconds after which the players will be teleported to the end of the battle
  55. TimeToBack = 10
  56.  
  57. # Making the announcement, while adding new rates
  58. AnnounceRate = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement