Jump to content
  • 0

How to add Anti-Heavy?


DarkCore

Question

9 answers to this question

Recommended Posts

  • 0

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...

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

<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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...