Jump to content
  • 0

[HELP] Totems for all weapons EPILOGUE [SOLVED]


Question

Posted

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>

3 answers to this question

Recommended Posts

  • 0
Posted

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>

  • 0
Posted

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]

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..