Fixed Dynasty Tunic - Wizard-stats

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
Locked
Torvitas
Posts: 164
Joined: Fri Nov 16, 2007 1:44 am

Fixed Dynasty Tunic - Wizard-stats

Post by Torvitas »

The Dynasty Tunic - Wizard adds 2 INT points but in the current REV there is only one INT point added.


source Lineage2.com :

Produces following effect when worn with Dynasty Stockings, Dynasty Circlet, Dynasty Gloves and Dynasty Shoes: Int+2, Wit+1, Men-2, Casting Spd. +15%, Max MP +321. Dark Resistance +8, increase stun resistance, increase M. Atk.


FIX:

Code: Select all

 ### Eclipse Workspace Patch 1.0#P datapack_developmentIndex: data/stats/skills/3300-3399.xml===================================================================--- data/stats/skills/3300-3399.xml	(revision 7584)+++ data/stats/skills/3300-3399.xml	(working copy)@@ -504,7 +504,7 @@ 		<set name="skillType" val="BUFF" /> 		<set name="operateType" val="OP_PASSIVE" /> 		<for>-			<add order="0x10" stat="INT" val="1" /> <!-- Int +1 -->+			<add order="0x10" stat="INT" val="2" /> <!-- Int +2--> 			<add order="0x10" stat="WIT" val="1" /> <!-- Wit +1 --> 			<sub order="0x10" stat="MEN" val="2" /> <!-- Men -2 --> 			<mul order="0x30" stat="mAtkSpd" val="1.15" /> <!-- Casting Spd. +15% -->  
You do not have the required permissions to view the files attached to this post.
Last edited by Torvitas on Tue Jul 06, 2010 6:11 pm, edited 1 time in total.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Fixed Dynasty Tunic - Wizard-stats

Post by JIV »

you changed comment only. and btw isn't this a client typo?
Torvitas
Posts: 164
Joined: Fri Nov 16, 2007 1:44 am

Re: Fixed Dynasty Tunic - Wizard-stats

Post by Torvitas »

*fixed*

hmm these stats are in Client, and on Lineage2.com, so i guess they are ok.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Fixed Dynasty Tunic - Wizard-stats

Post by jurchiks »

If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Torvitas
Posts: 164
Joined: Fri Nov 16, 2007 1:44 am

Re: Fixed Dynasty Tunic - Wizard-stats

Post by Torvitas »

So the only thing changed to Dynasty Tunic on Korean Servers as far as i can see is:

'Dynasty Tunika - Wizards' Beschreibung der Menge, die Wirkung der "erhöhten Widerstand zu betäuben" Elemente wurden entfernt.

Translated from google.

Translation to english:
'Dynasty Tunic - Wizards' description of the set, the effect of the 'increased resistance to stun' items have been removed.

so theres no change in basestats as far as i can see.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Fixed Dynasty Tunic - Wizard-stats

Post by janiii »

jurchiks already gave you the answer. the stats were checked on retail, mostly lineage2.com page has wrong info and also the client can have wrong info sometimes. locked and moved to support.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Locked