Jump to content
  • 0

[Help]How to do this ?


Question

Posted

Anyone know how can I change the "Gift of queen's" buff time ???

<list>
<skill id="4700" levels="13" name="Gift of Queen">
  <table name="#mpConsume"> 122 157 194 202 207 212 215 220 224 229 233 237 242 </table>
  <table name="#Tab-pAtk"> 1.06 1.08 1.10 1.10 1.10 1.10 1.10 1.10 1.10 1.10 1.10 1.10 1.10 </table>
  <table name="#Tab-accCombat"> 2 2 3 3 3 3 3 3 3 3 3 3 3 </table>
  <table name="#time"> 120 120 120 150 165 180 195 210 225 240 255 270 285 </table>
  <table name="#dur"> 120000 120000 120000 150000 165000 180000 195000 210000 225000 240000 255000 270000 285000 </table>
  <table name="#power"> 541 611 659 666 669 673 676 679 681 684 687 689 692 </table>
  <set name="mpConsume" val="#mpConsume"/>
  <set name="power" val="0.0"/>
  <set name="target" val="TARGET_PARTY"/>
  <set name="skillRadius" val="1000"/>
  <set name="hitTime" val="4000"/>
  <set name="reuseDelay" val="8000"/>
  <set name="skillTime" val="4000"/>
  <set name="skillType" val="BUFF"/>
  <set name="isMagic" val="true"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="buffDuration" val="#dur"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <set name="aggroPoints" val="#power"/>
  <for>
    <effect count="1" name="Buff" time="#time" val="0" stackOrder="1" stackType="QueenBuff">
      <mul order="0x30" stat="pAtk" val="#Tab-pAtk"/>
      <add order="0x40" stat="accCombat" val="#Tab-accCombat"/>
    </effect>
  </for>
</skill>

4 answers to this question

Recommended Posts

  • 0
Posted

<for>

    <effect count="1" name="Buff" time=3600" val="0" stackOrder="1" stackType="QueenBuff">

      <mul order="0x30" stat="pAtk" val="#Tab-pAtk"/>

      <add order="0x40" stat="accCombat" val="#Tab-accCombat"/>

    </effect>

  </for>

</skill>

 

 

just change what i have noticed with red colour. .that is the buff time..

  • 0
Posted

<for>

    <effect count="1" name="Buff" time=3600" val="0" stackOrder="1" stackType="QueenBuff">

      <mul order="0x30" stat="pAtk" val="#Tab-pAtk"/>

      <add order="0x40" stat="accCombat" val="#Tab-accCombat"/>

    </effect>

  </for>

</skill>

 

 

just change what i have noticed with red colour. .that is the buff time..

 

check out the skill its not like that

 

  <table name="#time"> 120 120 120 150 165 180 195 210 225 240 255 270 285 </table>

 

this is the line he gotta change as stef said!

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