Page 1 of 1

Gear Enchantment Behavior

Posted: Thu Aug 11, 2011 1:53 pm
by RogerSmith
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

How do I change the behavior of enchants for weapons and armors?

I found the amount of patk/matk each successful enchant level gives on a weapon,
but I cannot find what handles whatever happens after a success or a fail.

Like if I want to change so that instead of breaking on failure, the enchant level decreases by a certain amount.
Where should I look?
Not found in AbstractEnchantPacket.

Re: Gear Enchantment Behavior

Posted: Sat Aug 13, 2011 6:07 pm
by vampir
RequestEnchantItem

There you have got everything:)

Re: Gear Enchantment Behavior

Posted: Sun Aug 14, 2011 1:09 pm
by RogerSmith
Think it's what I need

Many thanks.