New Items IDs

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
Post Reply
tkots
Posts: 9
Joined: Tue Sep 01, 2009 8:51 pm

New Items IDs

Post by tkots »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4473
L2JDP Revision Number:7739
Hi all .
I couldnt give some items to me :) (freya last data pack and server)

I can give Vorpal Cuirass >heavy but cant give Vorpal Tunic>robe
due to http://l2jdb.l2jdp.com/db_armor.php?id=15594 its id is 15594 but saying item does not exist when trying to give (gm command)

Please help. I am used to play as mage and I need robes
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: New Items IDs

Post by Zoey76 »

The Id's you mention are working for me.

15594
15580
15577

You should install your server properly, start by checking xml files in data/stats/items.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
tkots
Posts: 9
Joined: Tue Sep 01, 2009 8:51 pm

Re: New Items IDs

Post by tkots »

thank you for replaying me :)

Code: Select all

<item id="15594" type="Armor" name="Vorpal Tunic">        <set name="icon" val="icon.armor_t96_u_i03" />        <set name="default_action" val="equip" />        <set name="armor_type" val="magic" />        <set name="bodypart" val="chest" />        <set name="immediate_effect" val="1" />        <set name="crystal_count" val="2010" />        <set name="crystal_type" val="s84" />        <set name="material" val="bronze" />        <set name="weight" val="1750" />        <set name="price" val="41880000" />        <set name="element_enabled" val="1" />        <set name="enchant_enabled" val="1" />        <set name="equip_condition" val="{{ec_race;{0;1;2;3;4}}}" />        <for>            <add order="0x10" stat="pDef" val="132" />            <add order="0x40" stat="maxMp" val="649" />            <enchant order="0x0C" stat="pDef" val="0" />        </for>
yes tunic is in the database but there is no way to use it in game. I tried both gm commands and //gmshop>createitem but still saying item missing.

o_O can it be possible because of my cilent sysem files? please just say yes or no :)
tkots
Posts: 9
Joined: Tue Sep 01, 2009 8:51 pm

Re: New Items IDs

Post by tkots »

Problem solved its server a side problem .
Post Reply