Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # SingleTargetPvPZones
  2. # Description: Enables Honorable Combat in certain zones. Upon being attacked in one of these zones, a player will take be locked into combat with their attacker,
  3. # and other players will be unable to cast spells on either player.
  4. # Default: false - (Disabled)
  5. # true - (Feature Enabled)
  6.  
  7. SingleTargetPvPZones = 1
  8.  
  9. # SingleTargetPvPZones.RemoveGroupBuffs
  10. # Description: Upon entering Honorable Combat, players will have all Auras that aren't theirs removed.
  11. # Default: false - (Disabled)
  12. # true - (Feature Enabled)
  13.  
  14. SingleTargetPvPZones.RemoveGroupBuffs = 1
  15.  
  16. # SingleTargetPvPZones.Restore
  17. # Description: Upon winning in Honorable Combat, the player's health/power will be restored to pre-combat values. (capped at max health/power)
  18. # Default: false - (Disabled)
  19. # true - (Feature Enabled)
  20.  
  21. SingleTargetPvPZones.Restore = 1
  22.  
  23. # SingleTargetPvPZones.Restore
  24. # Description: Players are given an Honor reward for winning in Honorable Combat.
  25. # Default: false - (Disabled)
  26. # true - (Feature Enabled)
  27.  
  28. SingleTargetPvPZones.Reward = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement