Page 1 of 1

Item stats refresh for some weapon

Posted: Sun Jun 13, 2010 6:18 am
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>

Re: Item stats refresh for some weapon

Posted: Sun Jun 13, 2010 7:53 am
by JIV
did you tried open-close status window? Client ignore some stats when window is opened and server send statusUpdate.

Re: Item stats refresh for some weapon

Posted: Sun Jun 13, 2010 7:05 pm
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.