[HOW TO] allow wearing S80 Cloak

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

[HOW TO] allow wearing S80 Cloak

Post 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!
Last edited by kocinski on Sat Dec 25, 2010 10:50 pm, edited 1 time in total.
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: [HOW TO] allow wearing S80 Cloak

Post 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..
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

Re: [HOW TO] allow wearing S80 Cloak

Post by kocinski »

Hum...

Where do you define which Cloaks are allowed to be weared using determined Armors?
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

Re: [HOW TO] allow wearing S80 Cloak

Post 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" />  
Post Reply