Page 1 of 1

custom weapons/etcitems/armors

Posted: Thu Oct 08, 2009 5:34 pm
by Cresceus
Hi everyone,

I got a little question. It's about the custom armors/weapons/etcitems. I searched the forum without any result.

In the database there are the tables custom_armor, custom_weapon, custom_etcitem etc. .
How can you make a custom armor like Majestic Leather Armor?
There is no column item_template_id or something like that.

I would like to make a duplicate from all of the armors and weapons.

I would be very thankful for a response.

Kind regards

Re: custom weapons/etcitems/armors

Posted: Thu Oct 08, 2009 8:02 pm
by Cresceus
Well first of all i should had read the documentation in the sql folder...

So the custom_armor etc. tables are not to use to make a duplicate of an armor or weapon.

Is there any way to do this?

Re: custom weapons/etcitems/armors

Posted: Fri Oct 09, 2009 11:00 am
by Ashitaka
Hi Cresceus,

This kind of things like create custom armors sounds more like a client modding, and you may know that this kind of discussions are not allowed in this forum.

Re: custom weapons/etcitems/armors

Posted: Fri Oct 09, 2009 3:13 pm
by Cresceus
I don't want to make a new textured armor or something like that.

We have the possibility to create custom npcs. In other words: to duplicate npcs.
ID; IDtemplate;name etc.

Is this possible for items?

The reason is to create "a custom armor" with other bonuses as the original one.

For example the Majestic Leathor Armor Set without this bonuses: Archery P. Atk. +8%, MP +240, Weight increased plus the point at which a weight penalty is applied +5759, Stun Resistance +50%, DEX +1, CON -1

but with other bonuses.

Re: custom weapons/etcitems/armors

Posted: Fri Oct 09, 2009 6:41 pm
by Cresceus
I've searched the old l2j-forum and found this topic.

So it is possible.
But i guess the patch is not updated to the last revision.

Re: custom weapons/etcitems/armors

Posted: Sat Oct 10, 2009 11:15 am
by Ashitaka
Why don't you try to update it yourself?
If you have specific problems, then ask for help. :)

Re: custom weapons/etcitems/armors

Posted: Mon Oct 12, 2009 5:21 pm
by Cresceus
i'm not as familiar with java as i would be able to update the patch...

but i have another idea: common items.

they are duplicates from the regular weapons and armors.

is there a limit of armor and weapon ids for \gameserver\data\stats\ what the core can handle or may i e.g. create 22200-22299.xml/22300-22399.xml/22400-22499.xml etc. in the stats-folder?


regards