Graviton Posted October 27, 2009 Posted October 27, 2009 Can Someone Tell me How to change this skill From 15min Use Time to 30 sec? Thnks !!!! <skill id="1476" levels="3" name="Appetite for Destruction"> <table name="#magicLvl"> 40 49 58 </table> <table name="#mpConsume"> 70 88 107 </table> <table name="#amount"> 1.3 1.4 1.5 </table> <table name="#rCrit"> 0.3 0.4 0.5 </table> <set name="hitTime" val="2500"/> <set name="isMagic" val="true"/> <set name="magicLvl" val="#magicLvl"/> <set name="mpConsume" val="#mpConsume"/> <set name="operateType" val="OP_ACTIVE"/> <set name="reuseDelay" val="300000"/> <set name="skillRadius" val="1000"/> <set name="skillType" val="BUFF"/> <set name="target" val="TARGET_PARTY"/> <for> <effect name="Buff" time="[glow=red,2,300]15[/glow]" val="0"> <mul order="0x30" stat="pAtk" val="#amount"/> <basemul order="0x30" stat="rCrit" val="#rCrit"/> <mul order="0x30" stat="cAtk" val="#amount"/> </effect>
0 ExTrEmEDwarf Posted October 27, 2009 Posted October 27, 2009 its 15 seconds right now..lol. if u want to change it from 15 seconds to 30 then just replace the 15 to 30 .
0 Graviton Posted October 27, 2009 Author Posted October 27, 2009 Skill Duration is 15 min !!! Im in the server right know and i see it Thats why i said , I was confused too
0 ExTrEmEDwarf Posted October 27, 2009 Posted October 27, 2009 maybe there's a bugged java script on your server pack and when u mass change the buff time it change the debuff time too.
0 Graviton Posted October 27, 2009 Author Posted October 27, 2009 Thnks i Found it !! I had changed the time from Config !!! But thnks for your posts mate !! Please Close this Topic
Question
Graviton
Can Someone Tell me How to change this skill From 15min Use Time to 30 sec?
Thnks !!!!
<skill id="1476" levels="3" name="Appetite for Destruction">
<table name="#magicLvl"> 40 49 58 </table>
<table name="#mpConsume"> 70 88 107 </table>
<table name="#amount"> 1.3 1.4 1.5 </table>
<table name="#rCrit"> 0.3 0.4 0.5 </table>
<set name="hitTime" val="2500"/>
<set name="isMagic" val="true"/>
<set name="magicLvl" val="#magicLvl"/>
<set name="mpConsume" val="#mpConsume"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="reuseDelay" val="300000"/>
<set name="skillRadius" val="1000"/>
<set name="skillType" val="BUFF"/>
<set name="target" val="TARGET_PARTY"/>
<for>
<effect name="Buff" time="[glow=red,2,300]15[/glow]" val="0">
<mul order="0x30" stat="pAtk" val="#amount"/>
<basemul order="0x30" stat="rCrit" val="#rCrit"/>
<mul order="0x30" stat="cAtk" val="#amount"/>
</effect>
4 answers to this question
Recommended Posts