PVP.properties 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. # PK'er Drop Settings
  9. # ---------------------------------------------------------------------------
  10. # Default: False
  11. CanGMDropEquipment = False
  12. # Warning: Make sure the lists do NOT CONTAIN
  13. # trailing spaces or spaces between the numbers!
  14. # List of pet items we cannot drop.
  15. # Default: 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
  16. ListOfPetItems = 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
  17. # Lists of items which should NEVER be dropped (note, Adena will
  18. # never be dropped) whether on this list or not
  19. # 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
  20. 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
  21. # Default: 6
  22. MinimumPKRequiredToDrop = 6
  23. # ---------------------------------------------------------------------------
  24. # Misc.
  25. # ---------------------------------------------------------------------------
  26. # Should we award a pvp point for killing a player with karma?
  27. # Default: False
  28. AwardPKKillPVPPoint = False
  29. # How much time one stays in PvP mode after hitting an innocent (in ms)
  30. # Default: 120000
  31. PvPVsNormalTime = 120000
  32. # Length one stays in PvP mode after hitting a purple player (in ms)
  33. # Default: 60000
  34. PvPVsPvPTime = 60000