Prohibit mana potion usage while player is PvP flagged.

This commit is contained in:
MobiusDev 2016-01-12 10:10:53 +00:00
parent a5f9eb4091
commit 82e87042e1

View File

@ -427,6 +427,9 @@
<cond msgId="113" addName="1">
<player flyMounted="false" />
</cond>
<cond msgId="113" addName="1">
<player isPvpFlagged="false" />
</cond>
</item>
<item id="727" name="Healing Potion" type="EtcItem">
<!-- Magical, liquid medicine that restores HP for a certain amount of time. -->
@ -462,6 +465,9 @@
<cond msgId="113" addName="1">
<player flyMounted="false" />
</cond>
<cond msgId="113" addName="1">
<player isPvpFlagged="false" />
</cond>
</item>
<item id="729" name="Scroll: Enchant Weapon (A-grade)" type="EtcItem">
<!-- When enchanted, P. Atk. + 4 for A-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons. P. Atk. + 5 for two-handed swords, two-handed blunts, dualswords, and two-handed fist weapons. P. Atk. + 8 for bows. M. Atk. + 3 for all weap -->