Item stats refresh for some weapon

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
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Item stats refresh for some weapon

Post by babyjason »

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

ok, i have a problem i dont understand rly why, i try to reduce atk speed for some transformations for exemple snow king. problem is, every time the item is unequiped, the stats dont come back as it was, stays reduced as first when weapon was equiped. every time u equip it, ur stats fall as described in skill..

for exe 400 atk speed, equip item/200 atk speed. unequip, equip again 100 atk speed, unequip. equip again 50 atks speed and so on (in formula p atk too)


WHy???

stats/skills

Code: Select all

	<skill id="8263" levels="1" name="Transform Snow King">		<set name="target" val="TARGET_SELF" />		<set name="skillType" val="BUFF" />		<set name="operateType" val="OP_ACTIVE" />		<set name="transformId" val="114" />		<cond msgId="1509">			<player olympiad="false" />		</cond>		<for>			<effect name="Transformation" time="3600" val="0" /> <!-- Guess -->			<mul order="0x30" stat="pAtk" val="0.5"/> <!-- R % -->	<mul order="0x30" stat="pAtkSpd" val="0.5"/> <!-- R  -->		</for>	</skill>
sql

Code: Select all

14056	Snow Kung Transformation Stick	30-day limited period	rhand	false	0	0	0	fine_steel	none	1	10	sword	8	0	0	0	0	379	0	1	-1	-1	0	0	false	false	true	false	true	0	0	0	0	0	0	0	0	0	8263-1;

at weapons stats

Code: Select all

	<item id="14056" name="Snow Kung Transformation Stick - 30-day limited period">		<for>			<set val="1" order="0x08" stat="pAtk" />			<set val="1" order="0x08" stat="mAtk" />			<set val="8" order="0x08" stat="rCrit" />			<set val="379" order="0x08" stat="pAtkSpd" />		</for>	</item>
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Item stats refresh for some weapon

Post by JIV »

did you tried open-close status window? Client ignore some stats when window is opened and server send statusUpdate.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Item stats refresh for some weapon

Post by babyjason »

found the error, was my mistake, forgot to close the effects tab in the end.

delete topic. ty for your attempt to help.
Post Reply