From 5b9cec5d0bde4b65c2325d734a23c9e8bf53aa19 Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 25 Mar 2018 01:08:41 -0700 Subject: [PATCH] Updated PvP (markdown) --- PvP.md | 96 +++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 78 insertions(+), 18 deletions(-) diff --git a/PvP.md b/PvP.md index e7becae..99ae335 100644 --- a/PvP.md +++ b/PvP.md @@ -16,21 +16,81 @@ To emulate the original Everquest PVP servers, change the to the following in ru The next rules are automatically set when a PVPSettings is used. If you want to override the default PVPSettings of each server type, here are the rules: -|Name|Default|RZ|TV/VZ|SZ|Description -|:--|:--|:--|:--|:--|:--| -|World:PVPMinLevel|0|1|?|6|minimum level pvp is enabled -|World:PVPUseDeityBasedPVP|false|false|false|true|use deity based pvp alignment (agnostic is neutral) -|World:PVPUseTeamsBySizeBasedPVP|false|false|true|false|use racial size based pvp alignment (drakkin is human group) -|World:PVPLevelDifference|0|4|?|6|players with a difference greater than value will not be attackable -|World:PVPLoseExperienceLevelDifference|0|0|?|5|players lose experience if killed by a player within level difference -|World:PVPPetDamageMitigation|50|100|?|?|pet damage is mitigated by this amount -|World:PVPMeleeMitigation|67|100|?|?|melee is mitigated by this amount -|World:PVPSpellMitigation|67|67|?|?|spells are mitigated by this amount -|World:PVPRangedMitigation|80|100|?|?|ranged attacks are mitigated by this amount -|World:PVPCanLootCoin|false|true|true|true|Can players loot coin from player corpses? -|Spells:PVPRootBreakFromSpells|75|75|75|75|Chance for root to break when cast on by a client (20% more than native root) -|Character:PVPRespawnManaPercent|100|0|0|0|Percent of mana to respawn with -|Inventory:PVPCanLootNoTrade|false|false|false|false|Can players loot no trade items from player corpses? -|Inventory:PVPCanLootContainer|false|false|false|false|Can players loot bags/containers from player corpses? -|Inventory:PVPLootableEquipSlots|0|0|0|0|When looting a player's corpse, equipped items in slots listed here are lootable. 0 means all slots are lootable -``` +### World:PVPMinLevel +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +0|1|?|6|minimum level pvp is enabled + + + +### World:PVPUseDeityBasedPVP +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +false|false|false|true|use deity based pvp alignment (agnostic is neutral) + + +### World:PVPUseTeamsBySizeBasedPVP +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +false|false|true|false|use racial size based pvp alignment (drakkin is human group) + + +### World:PVPLevelDifference +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +0|4|?|6|players with a difference greater than value will not be attackable + +### World:PVPLoseExperienceLevelDifference +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +0|0|?|5|players lose experience if killed by a player within level difference + +### World:PVPPetDamageMitigation +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +50|100|?|?|pet damage is mitigated by this amount + +### World:PVPMeleeMitigation +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +67|100|?|?|melee is mitigated by this amount + +### World:PVPSpellMitigation +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +67|67|?|?|spells are mitigated by this amount + +### World:PVPRangedMitigation +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +80|100|?|?|ranged attacks are mitigated by this amount + +### World:PVPCanLootCoin +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +false|true|true|true|Can players loot coin from player corpses? + +### Spells:PVPRootBreakFromSpells +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +75|75|75|75|Chance for root to break when cast on by a client (20% more than native root) + +### Character:PVPRespawnManaPercent +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +100|0|0|0|Percent of mana to respawn with + +### Inventory:PVPCanLootNoTrade +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +false|false|false|false|Can players loot no trade items from player corpses? + +### Inventory:PVPCanLootContainer +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +false|false|false|false|Can players loot bags/containers from player corpses? + +### Inventory:PVPLootableEquipSlots +Default|RZ|TV/VZ|SZ|Description +:--|:--|:--|:--|:--| +0|0|0|0|When looting a player's corpse, equipped items in slots listed here are lootable. 0 means all slots are lootable