Jump to content
  • 0

Question

Posted

Can anyone help me to edit empower augment skill ? Because now give power ( +300 m atack ), but damage increase only 10-15dmg :D Wtf ? Active and passive skills

 

<skill id="3133" levels="10" name="Item Skill: Empower">
<table name="#mpInitialConsume"> 10 11 11 12 13 13 14 15 16 17 </table>
<table name="#mpConsume"> 38 42 44 47 51 52 55 58 61 65 </table>
<table name="#mAtk"> 15.9 18.65 21.6 24.9 28.4 32.15 36.05 40.1 44.2 50.95 </table>
<table name="#magicLvl"> 46 49 52 55 58 61 64 67 70 75 </table>
<set name="magicLvl" val="#magicLvl" />
<set name="mpInitialConsume" val="#mpInitialConsume" />
<set name="mpConsume" val="#mpConsume" />
<set name="target" val="TARGET_SELF" />
<set name="reuseDelay" val="300000" />
<set name="staticReuse" val="true" />
<set name="hitTime" val="4000" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_ACTIVE" />
<set name="staticHitTime" val="true" />
<for>
<effect name="Buff" time="120" val="0" stackOrder="1" stackType="abnormal_item">
<add order="0x40" stat="mAtk" val="#mAtk" />
</effect>
</for>
</skill>

and

<skill id="3241" levels="10" name="Item Skill: Empower">
<table name="#magicLvl"> 46 49 52 55 58 61 64 67 70 75 </table>
<set name="magicLvl" val="#magicLvl" />
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<add order="0x40" stat="mAtk" val="55" />
</for>
</skill>

help me to edit it please :D

 

8 answers to this question

Recommended Posts

  • 0
Posted
<skill id="3241" levels="10" name="Item Skill: Empower">
<table name="#magicLvl"> 46 49 52 55 58 61 64 67 70 75 </table>
<set name="magicLvl" val="#magicLvl" />
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<add order="0x40" stat="mAtk" val="55" />
</for>
</skill>

where do you see it? :D And i was try edit it on other empower, but only stats increase, but damage NOT

  • 0
Posted

God................

 

<skill id="3241" levels="10" name="Item Skill: Empower">
<table name="#magicLvl"> 46 49 52 55 58 61 64 67 70 75 </table>
<set name="magicLvl" val="#magicLvl" />
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<add order="0x40" stat="mAtk" val="500" />
</for>
</skill>

and nothing! M attack from 5666 to 6166 but damage is still 400+ no more damage to +20 jew set and buffs.

  • 0
Posted (edited)

You re better off editing the magic damage calculation in Formulas.java than just boosting m.atk. It will cause more problems later on.

Edited by Horse
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..