Jump to content

StealthyS4m

Members
  • Posts

    127
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. StealthyS4m's post in Skills Changes Went Wrong was marked as the answer   
    />  in
    <mul order="0x30" stat="runSpd" val="0.7"/> means that you are closing mul tag.
    </mul> also means that you are closing mul tag,you can't close the same tag twice!
    Try:
     
    <effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession"> <mul order="0x30" stat="cAtk" val="1.2"> <using kind="Dual Fist" /> </mul> <mul order="0x30" stat="pAtk" val="1.2"> <using kind="Dual Fist" /> </mul> <mul order="0x30" stat="runSpd" val="0.7"/> </effect>
×
×
  • Create New...