The combat Status.

Sami

Vassal
Customer
Hey guys, I wanted to know how to change the amount of time a character spends in combat mode, either by hitting a mob or after a PVP. I'm not talking about the flag time, but rather the combat state.

And also, how can I set a condition that a certain item not be used while the flag is in effect?
 
Hey guys, I wanted to know how to change the amount of time a character spends in combat mode, either by hitting a mob or after a PVP. I'm not talking about the flag time, but rather the combat state.
NOT POSSIBLE.

And also, how can I set a condition that a certain item not be used while the flag is in effect?
XML:
<cond msgId="113" addName="1">
  <not>
    <player is_in_combat="true"/>
  </not>
</cond>
 
Back
Top