Resolved Potions use in the events

Nothing

Heir
Customer
During events such as TvT, DM, and CTF, the use of HP, MP, and CP potions is allowed.
Is there a easy way to disable all kinds of potions during the event?
 
During events such as TvT, DM, and CTF, the use of HP, MP, and CP potions is allowed.
Is there a easy way to disable all kinds of potions during the event?
yes of course, by condition
and set your own system message
Code:
<cond msgId="1508">
    <not>
       <player on_pvp_event="true"/>
    </not>
</cond>
 
Back
Top