Jump to content
  • 0

L2 Day Scrolls


Guarder

Question

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

Edited by KIDutz
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
13 minutes ago, KIDutz said:

val="1.15"

 

This is the stat number that the buff scoll gives, just increase for higher stats or decrease this number for less stats. Now for 15% just calculate it and find out what number it is..

Link to comment
Share on other sites

  • 0
2 minutes ago, lin2PK said:

 

This is the stat number that the buff scoll gives, just increase for higher stats or decrease this number for less stats. Now for 15% just calculate it and find out what number it is..

 

it has no effect for empower scroll only if i leave it like original "1.75" but 75% +m.atk is too much.when i try to change it on 15% it has no efect

Link to comment
Share on other sites

  • 0

ahhh 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"

 

 

edit: FIXED,added stats to scroll of mana regeneration, cuz that scoll efect doesnt replace any buff i have on buffer...

Edited by KIDutz
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...