Jump to content
  • 0

How to add Anti-Heavy?


Question

9 answers to this question

Recommended Posts

  • 0
Posted

Do anyone of u guys know, how to add Anti-Heavy ?

I mean not by configuring java, by creating a skill, that archers and dagger would have.

explain better nothing understand...

  • 0
Posted

I'm guessing he means a skill that gives you improved damage against heavy armored chars/mobs?

 

  • 0
Posted

I'm guessing he means a skill that gives you improved damage against heavy armored chars/mobs?

 

I think a skill that decreases Pdef of all chars wearing heavy while not having this mastery

 

 

Just put a HEAVY ARMOR MASTERY in dagger-archers too,which decreases pdef

  • 0
Posted

you can create a skill that decrease status by wearing heavy armors and add it to Archers..

Take bow mastery and add: pDef 0.1 mul val

and Using Kind=Heavy

  • 0
Posted

you can create a skill that decrease status by wearing heavy armors and add it to Archers..

Take bow mastery and add: pDef 0.1 mul val

and Using Kind=Heavy

 

can u please write the whole skill?

  • 0
Posted

<skill id="8048" levels="1" name="Anti-Heavy">
  <!-- Done by Spidey* -->
  <set name="power" val="0.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
      <mul order="0x30" stat="pDef" val="0.10">
        <and>
          <using kind="Heavy,Magic"/>
        </and>
      </mul>
  </for>
</skill>

Here it is

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock