RESS ANTI ZERG

Gaijin

Heir
Customer
Hello everyone, how do I make ress not work if the player is not in pt or is not part of the clan?
 
add under the skill basic params

XML:
    <cond msgId="113" addName="1">
      <target targetInTheSameParty="true"/>
    </cond>
   
   
    <cond msgId="113" addName="1">
      <target targetInTheSameClan="true"/>
    </cond>
 
add under the skill basic params

XML:
    <cond msgId="113" addName="1">
      <target targetInTheSameParty="true"/>
    </cond>
  
  
    <cond msgId="113" addName="1">
      <target targetInTheSameClan="true"/>
    </cond>
You are awesome, thank you
 
add under the skill basic params

XML:
    <cond msgId="113" addName="1">
      <target targetInTheSameParty="true"/>
    </cond>
  
  
    <cond msgId="113" addName="1">
      <target targetInTheSameClan="true"/>
    </cond>
Is there a parameter that makes it work only in Epic Zones?
 
Back
Top