Jump to content

Recommended Posts

Posted

pas edo

r\gameserver\data\stats\skills

 

type in search super haste

then open the xml with super haste

and should find something like

<skill id="7029" levels="4" name="Super Haste">

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="CONT"/>

  <set name="operateType" val="OP_TOGGLE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <table name="#mpConsumeRate"> 1.0 1.0 5.0 0.1 </table>

  <table name="#runSpd"> 2 3 4 5 </table>

  <table name="#pAtk"> 1 1 1 50 </table>

  <table name="#mAtkSpd"> 2 3 5 5 </table>

  <table name="#pAtkSpd"> 1000 1100 1200 1301 </table>

  <table name="#mReuse"> 1 2 3 3 </table>

  <for>

  <effect name="Buff" time="9999998" count="1" val="0">

    <mul order='0x50' stat='runSpd' val="#runSpd"/>

    <mul order='0x50' stat='pAtk' val="#pAtk"/>

    <mul order='0x50' stat='mAtkSpd' val="#mAtkSpd"/>

    <set order='0x50' stat='pAtkSpd' val="#pAtkSpd"/>

    <mul order='0x50' stat='MpConsumeRate' val="#mpConsumeRate"/>

    <div order='0x50' stat='mReuse' val="#mReuse"/>

  </effect>

  </for>

</skill>

now its on ur hand to change everything :)

  • 4 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • 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