Acrobatic Move dont work

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
angkor_tm
Posts: 135
Joined: Fri Nov 19, 2010 1:38 pm

Acrobatic Move dont work

Post by angkor_tm »

Last Freya rev.

Acrobatic Move don't work. I test all (unequip -equip weapon, toggle skill) but dont work =)

Code: Select all

    <skill id="225" levels="3" name="Acrobatic Move">        <table name="#gain"> 4 5 6 </table>        <set name="target" val="TARGET_SELF" />        <set name="skillType" val="BUFF" />        <set name="operateType" val="OP_PASSIVE" />        <for>            <add order="0x40" stat="rEvas" val="#gain">                <player running="true" />            </add>        </for>    </skill>
TESTS: http://rghost.ru/24306771
User avatar
Tryskell
Posts: 256
Joined: Wed Nov 25, 2009 5:57 pm
Location: France :)

Re: Acrobatic Move dont work

Post by Tryskell »

Correct me if I'm wrong, but the bonus isn't supposed to be viewable in the character stats. Which means you can't really now if that works or not (must log it to eventually see it), but that's how retail should work.

At least it is how it worked in IL and before :D

Any proof it works like you say ? ^^.
angkor_tm
Posts: 135
Joined: Fri Nov 19, 2010 1:38 pm

Re: Acrobatic Move dont work

Post by angkor_tm »

I try verify in retail and answer.
angkor_tm
Posts: 135
Joined: Fri Nov 19, 2010 1:38 pm

Re: Acrobatic Move dont work

Post by angkor_tm »

I test on ru off.
When char is run - stats not change, but when char is run and buff on him Agility, his stats change:
Evasion = base Evasion + Acrobatic move + Agility

On l2j server when char is run and buff on him Agility, his stats change Evasion = base Evasion + Agility
Post Reply