If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3131:
L2JDP Revision 6208:
Good Morning guys i tryed to added an effekt to a simple tattoo like chant of vampire level 1 so i have this
<item id="496" name="Tattoo of Divine">
<for>
<add val="131" order="0x10" stat="pDef"/>
<enchant val="0" order="0x0C" stat="pDef"/>
</for>
</item>
and in the Database i added at skills = 1310-1;
i tested it ingame but is isn't working someone know how to do this or maybe what my error is ?
adding skill on armor
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 34
- Joined: Sat Aug 02, 2008 9:41 am
Re: adding skill on armor
still not found how to do this
oh maybe this is for databack support :/ sry if i'm wrong

- Bloodshed
- L2j Veteran
- Posts: 816
- Joined: Mon Jun 23, 2008 9:54 am
- Location: Dorf Town
Re: adding skill on armor
instead of adding the skill, try to add this in the armor file at the tattoo
so it will look like:
if you add the skill, it will show up in the user's skill window, and he will be able to cast it like a buff.
Code: Select all
<add order="0x40" stat="absorbDam" val="6"/>
Code: Select all
<item id="496" name="Tattoo of Divine"> <for> <add val="131" order="0x10" stat="pDef"/> <add order="0x40" stat="absorbDam" val="6"/> <enchant val="0" order="0x0C" stat="pDef"/> </for></item>
taking a break;
-
- Posts: 34
- Joined: Sat Aug 02, 2008 9:41 am
Re: adding skill on armor
oh thx Blood
i searched for this thing in the xml but there was to much
will test this an edit when done 


