elemental attribute not wark

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
daslan
Posts: 2
Joined: Wed Jan 20, 2010 2:52 pm

elemental attribute not wark

Post by daslan »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4497
L2JDP Revision Number:7780


the armor set has no resistance against element attribute. The dance has attributes regardless of whether or not the same.

help straighten out this problem.

Exemple:

<skill id="2329" levels="4" name="Fire Stone">
<table name="#magicLvl"> 15 25 35 55 75 90 </table>
<table name="#mdot"> 15 25 35 55 75 90 </table>
<table name="#power"> 15 25 35 55 75 90 </table>
<table name="#stackOrder"> 1 2 3 4 5 6 </table>
<set name="magicLvl" val="#magicLvl" />
<set name="power" val="#power" />
<set name="target" val="TARGET_NONE" />
<set name="skillType" val="NOTDONE" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<effect name="" time="0" val="0" stackOrder="#stackOrder">
<add order="0x40" stat="fireRes" val="#power" />
</effect>
</for>
</skill>

<skill id="2330" levels="4" name="Water Stone">
<set name="target" val="TARGET_NONE" />
<set name="skillType" val="NOTDONE" />
<set name="operateType" val="OP_PASSIVE" />
</skill>


thanks
:(
Last edited by daslan on Sun Apr 10, 2011 6:32 pm, edited 1 time in total.
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: elemental attribute not wark

Post by Dumpster »

Perhaps a bit more information given will help out here as it very difficult to understand what the problem is.
Makes no claim to know anything about anything.
daslan
Posts: 2
Joined: Wed Jan 20, 2010 2:52 pm

Re: elemental attribute not wark

Post by daslan »

When you put clothes on attributes rather than reducing the damage caused by a weapon that has an attribute does not have a lesser effect the damage taken is the same with or without attributes in clothing. Did it have to solve this problem?

:mrgreen:
Post Reply