this skill suppose to transfer dmg from pet or party to you! ,does it need manual implementation in core or just change a simple formula to activate it
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.
Question
Karasu
<for>
<effect name="Buff" time="15" val="0" stackOrder="1" stackType="pd_up_special_party">
<add order="0x40" stat="pDef" val="3600" />
<add order="0x40" stat="mDef" val="2700" />
</effect>
<!-- Needs Core Support: absorbs most of the damage they (Party Members) will receive for the duration of the spell -->
</for>
<enchant1for>
<effect name="Buff" time="15" val="0" stackOrder="1" stackType="pd_up_special_party">
<add order="0x40" stat="pDef" val="#ench1pDef" />
<add order="0x40" stat="mDef" val="#ench1mDef" />
</effect>
</enchant1for>
<enchant2for>
<effect name="Buff" time="#ench2Time" val="0" stackOrder="1" stackType="pd_up_special_party">
<add order="0x40" stat="pDef" val="3600" />
<add order="0x40" stat="mDef" val="2700" />
</effect>
</enchant2for>
</skill>
this skill suppose to transfer dmg from pet or party to you! ,does it need manual implementation in core or just change a simple formula to activate it
5 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.