Page 1 of 1

[HOW TO] allow wearing S80 Cloak

Posted: Sat Dec 25, 2010 10:41 pm
by kocinski
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4447
L2JDP Revision Number: 7703

Hi, greetings to everyone and Merry Xmas!

I'm just updated finally to Freya and have a little doubt.

How can I change the Ancient Cloak S80 (ID: 14609) to allow characters without Dynasty Armor to wear it?

Sorry for the inconvenience but I have it modified in Epilogue but now is different.

Thanks!

Re: [HOW TO] allow wearing S80 Cloak

Posted: Sat Dec 25, 2010 10:48 pm
by Tan
add this to skills of armor

Code: Select all

<add order="0x10" stat="cloak" val="1" />
PS: i am not sure if client will support other armors wearing cloaks..

Re: [HOW TO] allow wearing S80 Cloak

Posted: Sat Dec 25, 2010 11:05 pm
by kocinski
Hum...

Where do you define which Cloaks are allowed to be weared using determined Armors?

Re: [HOW TO] allow wearing S80 Cloak

Posted: Mon Dec 27, 2010 9:48 am
by kocinski
Fix:

Code: Select all

Index: data/stats/items/14600-14699.xml===================================================================--- data/stats/items/14600-14699.xml    (revision 7703)+++ data/stats/items/14600-14699.xml    (working copy)@@ -187,9 +187,6 @@        <for>            <add order="0x10" stat="pDef" val="20" />        </for>-       <cond msgId="2453">-           <player cloakStatus="1" />-       </cond>    </item>    <item id="14610" type="Armor" name="Ancient Cloak - Robe exclusive">        <set name="icon" val="icon.vesper_cloack_i00" />