Lineage II Classic Einhovant new project is looking for a skilled Java Developer to join our team!
If you're passionate about game development and eager to contribute to this project, we'd love to hear from you.
For more details, feel free to send us a message. Let’s create something amazing together!
Question
Guarder
the stats of the scroll its not aplyed if i have already buffed empower. how i i make it apply ?
example i have buffed empower and i want to also get the buff from "empower scroll". to stack. near the empower from buffer.
it doesnt apply
<skill id="2056" levels="1" name="Scroll of Mystic Empower">
Edited by KIDutz<set name="target" val="TARGET_SELF"/>
<set name="hitTime" val="4000"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="staticHitTime" val="true" />
<for>
<effect name="Buff" time="18000" count="1" val="0" stackOrder="1.15" stackType="mAtk">
<mul order="0x30" stat="mAtk" val="1.15"/>
</effect>
</for>
</skill>
<!-- Status:Fixed Pack:l2jfrozen author:Nefer -->
<skill id="2057" levels="1" name="Scroll of Might">
<set name="target" val="TARGET_SELF"/>
<set name="hitTime" val="4000"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="staticHitTime" val="true" />
<for>
<effect name="Buff" time="18000" count="1" val="0" stackOrder="1.15" stackType="pAtk">
<mul order="0x30" stat="pAtk" val="1.15"/>
</effect>
</for>
</skill>
5 answers to this question
Recommended Posts