PVP.properties 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. # Karma Variables
  9. # ---------------------------------------------------------------------------
  10. # Karma gain/loss
  11. # Default: 240
  12. MinKarma = 240
  13. # Default: 10000
  14. MaxKarma = 10000
  15. # The number to divide the xp recieved by to calculate karma lost on xp gain/loss.
  16. # Default: 260
  17. XPDivider = 260
  18. # The minimum karma lost if 0 karma is to be removed.
  19. # Default: 0
  20. BaseKarmaLost = 0
  21. # ---------------------------------------------------------------------------
  22. # PK'er Drop Settings
  23. # ---------------------------------------------------------------------------
  24. # Default: False
  25. CanGMDropEquipment = False
  26. # Warning: Make sure the lists do NOT CONTAIN
  27. # 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
  32. # never be dropped) whether on this list or not
  33. # 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
  34. 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
  35. # Default: 6
  36. MinimumPKRequiredToDrop = 6
  37. # ---------------------------------------------------------------------------
  38. # Misc.
  39. # ---------------------------------------------------------------------------
  40. # Should we award a pvp point for killing a player with karma?
  41. # Default: False
  42. AwardPKKillPVPPoint = False
  43. # How much time one stays in PvP mode after hitting an innocent (in ms)
  44. # Default: 120000
  45. PvPVsNormalTime = 120000
  46. # Length one stays in PvP mode after hitting a purple player (in ms)
  47. # Default: 60000
  48. PvPVsPvPTime = 60000