ElTyto Posted July 6, 2016 Posted July 6, 2016 Which nps use these buffs? I never seen anything like this, here's an example (aCis): <skill id="4637" levels="3" name="NPC Buff - Acumen WildMagic DamageShield"> <table name="#mpConsume"> 29 53 83 </table> <table name="#magicLvl"> 20 40 60 </table> <table name="#reflect"> 10 15 20 </table> <table name="#mAtkSpd"> 1.15 1.23 1.3 </table> <table name="#mCritRate"> 0.3 0.4 0.4 </table> <table name="#stackOrder"> 1 2 3 </table> <set name="mpConsume" val="#mpConsume" /> <set name="magicLvl" val="#magicLvl" /> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="hitTime" val="2000" /> <set name="reuseDelay" val="8000" /> <set name="operateType" val="OP_ACTIVE" /> <set name="isMagic" val="true" /> <set name="aggroPoints" val="100" /> <for> <effect name="Buff" time="120" val="0" stackOrder="#stackOrder" stackType="multi_buff"> <mul order="0x30" stat="mAtkSpd" val="#mAtkSpd" /> <basemul order="0x30" stat="mCritRate" val="#mCritRate" /> <add order="0x40" stat="reflectDam" val="#reflect" /> </effect> </for> </skill> Quote
Question
ElTyto
Which nps use these buffs? I never seen anything like this, here's an example (aCis):
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.