pvp.properties 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. # ==================================================================
  2. # -- KARMA VARS --
  3. # ==================================================================
  4. # Karma gain/loss
  5. MinKarma = 240
  6. MaxKarma = 10000
  7. # the number to divide the xp recieved by, to calculate karma lost on xp gain/lost
  8. XPDivider = 260
  9. # The Minimum Karma lost if 0 karma is to be removed
  10. BaseKarmaLost = 0
  11. # Equipment loss
  12. CanGMDropEquipment = False
  13. # NOTE: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
  14. # List of pet items we cannot drop
  15. ListOfPetItems = 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
  16. # Lists of items which should NEVER be dropped (note, adena will never be dropped) whether on this list or not
  17. 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
  18. # item drop related min/max
  19. MinimumPKRequiredToDrop = 5
  20. # Should we award a pvp point for killing a player with karma?
  21. AwardPKKillPVPPoint = True
  22. # Length one stays in PvP mode after hitting an inocent (in ms)
  23. PvPVsNormalTime = 40000
  24. # Length one stays in PvP mode after hitting a purple player (in ms)
  25. PvPVsPvPTime = 20000