pvp.properties 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # ---------------------------------------------------------------------------
  2. # PvP Related Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  5. # Warning:
  6. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  7. # ---------------------------------------------------------------------------
  8. # ---------------------------------------------------------------------------
  9. # Karma Variables
  10. # ---------------------------------------------------------------------------
  11. # Karma gain/loss
  12. # Default: 240
  13. MinKarma = 240
  14. # Default: 10000
  15. MaxKarma = 10000
  16. # The number to divide the xp recieved by to calculate karma lost on xp gain/loss.
  17. # Default: 260
  18. XPDivider = 260
  19. # The minimum karma lost if 0 karma is to be removed.
  20. # Default: 0
  21. BaseKarmaLost = 0
  22. # ---------------------------------------------------------------------------
  23. # PK'er Drop Settings
  24. # ---------------------------------------------------------------------------
  25. # Default: False
  26. CanGMDropEquipment = False
  27. # Warning: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
  28. # List of pet items we cannot drop.
  29. # Default: 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
  30. ListOfPetItems = 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
  31. # Lists of items which should NEVER be dropped (note, adena will never be dropped) whether on this list or not
  32. # Default: 57,1147,425,1146,461,10,2368,7,6,2370,2369,6842,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,7694,8181,5575,7694,9388,9389,9390
  33. ListOfNonDroppableItems = 57,1147,425,1146,461,10,2368,7,6,2370,2369,6842,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,7694,8181,5575,7694,9388,9389,9390
  34. # Default: 5
  35. MinimumPKRequiredToDrop = 5
  36. # ---------------------------------------------------------------------------
  37. # Misc.
  38. # ---------------------------------------------------------------------------
  39. # Should we award a pvp point for killing a player with karma?
  40. # Default: False
  41. AwardPKKillPVPPoint = False
  42. # Length one stays in PvP mode after hitting an innocent (in ms)
  43. # Default: 120000
  44. PvPVsNormalTime = 120000
  45. # Length one stays in PvP mode after hitting a purple player (in ms)
  46. # Default: 60000
  47. PvPVsPvPTime = 60000