Lethal Protected Monster

HowardStern

Vassal
Customer
Hi is there any way to make some monsters that i have custom in some farm zones to be protected from lethal strike?
 
add condition to lethal skills
XML:
      <cond msgId="113">
        <and>
        <not>
            <target mobId="66666" />
        </not>
        <not>
            <target mobId="77777" />
        </not>
        </and>
      </cond>
 
ok i changed the base hp from 7000 and x10 hp skill to 70000 and disabled skill and it seems problem has been solved
 
Back
Top