Jump to content
  • 0

[HELP] Totems for all weapons EPILOGUE [SOLVED]


ArkeyWave

Question

Hi everybody, i need you please help me, i have a server substak and people asked me for using the TOTEM skills of the Tyrant, with any weapon, so... what do i have to do to make it works ?

 

<skill id="282" levels="1" name="Puma Spirit Totem">

       <set name="magicLvl" val="40" />

       <set name="mpConsume" val="18" />

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

       <set name="reuseDelay" val="30000" />

       <set name="hitTime" val="2000" />

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

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

       <set name="weaponsAllowed" val="1024" /> <!-- Dual Fist -->

       <for>

           <effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession">

               <add order="0x40" stat="accCombat" val="6">

                   <using kind="Dual Fist" />

               </add>

               <mul order="0x30" stat="pAtkSpd" val="1.2">

                   <using kind="Dual Fist" />

               </mul>

           </effect>

       </for>

   </skill>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

just read a bit and guess  :o

also try somethings out if u are not sure...

 

but u can try this:

<skill id="282" levels="1" name="Puma Spirit Totem">
       <set name="magicLvl" val="40" />
       <set name="mpConsume" val="18" />
       <set name="target" val="TARGET_SELF" />
       <set name="reuseDelay" val="30000" />
       <set name="hitTime" val="2000" />
       <set name="skillType" val="BUFF" />
       <set name="operateType" val="OP_ACTIVE" />
       <for>
           <effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession">
               <add order="0x40" stat="accCombat" val="6" />
               <mul order="0x30" stat="pAtkSpd" val="1.2" />
           </effect>
       </for>
</skill>

Link to comment
Share on other sites

  • 0

Thanks a lot, i erased that line

        <set name="weaponsAllowed" val="1024" /> <!-- Dual Fist -->

but what i didn't do is change the another lines...

 

Thanks buddy! ... you are a lifesaver (:

[sorry for my english... i'm learning yet]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...