Need some help understanding the enchant settings.

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
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Need some help understanding the enchant settings.

Post by JMD »

Theres so many option now i get comfused. All i want to make is all items max +10 and safe +3.

Will something like this do it for me?

Example:

Code: Select all

<!-- General fighter weapon enchant group. -->    <enchantRateGroup name="FIGHTER_WEAPON_GROUP">        <current enchant="0-3" chance="100" />        <current enchant="4-10" chance="70" />        <current enchant="11-65535" chance="0" />    </enchantRateGroup>
Or should i also edit stuff on enchantdata?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Need some help understanding the enchant settings.

Post by UnAfraid »

you must set max enchantment to scrolls inside enchantItemData.xml
Image
Post Reply