Skill Deflect Magic

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ADONES
Posts: 51
Joined: Sun Dec 06, 2009 10:28 pm

Skill Deflect Magic

Post by ADONES »

Hello fellows,

i am using the latest Freya Server nighlty build.

The skill of the Forgotten Scroll "Deflect Magic" dont work..it should be the half damage of magic attacks.. if its buffed the same damage like before is recrived.
Maybe someone know what to change?

Code: Select all

<skill id="913" levels="1" name="Deflect Magic">        <set name="hitTime" val="1500" />        <set name="magicLvl" val="81" />        <set name="mpConsume" val="37" />        <set name="operateType" val="OP_ACTIVE" />        <set name="reuseDelay" val="3000" />        <set name="skillType" val="BUFF" />        <set name="target" val="TARGET_SELF" />        <for>            <effect name="Buff" time="1200" val="0">                <mul order="0x30" stat="magicSuccRes" val="2" />            </effect>        </for>    </skill>
thank you in advance
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Skill Deflect Magic

Post by MELERIX »

no, it don't decrease damage received, it makes your oponent to fail magic attacks on you, ofc not always.
ADONES
Posts: 51
Joined: Sun Dec 06, 2009 10:28 pm

Re: Skill Deflect Magic

Post by ADONES »

are you sure? because on epilogue it decresed the dmg...
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: Skill Deflect Magic

Post by Tan »

ADONES wrote:are you sure? because on epilogue it decresed the dmg...
no its retail like... in epilogue it was fixed too but long time ago
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
Post Reply