Jump to content
  • 0

[Help] Edit armor sta from Eclispe via java!


Question

7 answers to this question

Recommended Posts

  • 0
Posted

It needs source ... find it and then we can help you.

 

 

Edit : my mistake..

Need source to do what ^_^?
  • 0
Posted

heres ur solution pretty simple:

<skill id="3535" levels="1" name="Dark Crystal Robe Set">

<!--

  Description(s):

      Decreases magic cancel rate and increases resistance to paralysis attacks. P. Def., Casting Spd. and Speed are also increased. WIT+2, MEN-2

-->

  <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="1.08"/> <!-- P. Def. +8% -->

    <mul order="0x30" stat="mAtkSpd" val="1.15"/> <!-- Casting Spd. +15% -->

    <add order="0x40" stat="runSpd" val="7"/> <!-- Speed +7 -->

    <sub order="0x40" stat="cancel" val="18"/> <!-- Small decrease in chance of spell interruption - TO CHECK -->

    <mul order="0x30" stat="paralyzeVuln" val="0.5"/> <!-- Paralysis Resistance +50% -->

    <add order="0x40" stat="WIT" val="2"/> <!-- WIT +2 -->

    <sub order="0x40" stat="MEN" val="2"/> <!-- MEN -2 -->

  </for>

</skill>

there's an example that u should "copy" and add ur own effects.

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