-Added all existing enchantment scrolls & lucky stones.

-Full done all scrolls and stones (standard,bless,giant's,safe, -1, etc..)
-Added parameters minEnchant, maxEnchantFighter, maxEnchantMagic (minEnchant for Improved stones (+10..+15 only), others for Heavenly Scrolls
-Implemented Hair accessory enchant (ONLY IN CORE - ITEMS FOR ENCHANTING NOT DONE, EXCEPT 34717. Also, visual bug when enchanting - "+pdef", but really not gained (same as official servers.)
-Added enchant options for hair accessories (increase M. Def. )
-Increased P.Def/M.Def gain when enchanting R grade armor from +1/+3 to +2/+4 (as official).

Contributed by NviX.
This commit is contained in:
MobiusDev
2015-07-08 19:17:39 +00:00
parent b7850b93b1
commit 09a0b713d2
47 changed files with 3602 additions and 72 deletions

View File

@@ -432,7 +432,7 @@
<item id="731" type="EtcItem" name="Crystal Scroll: Enchant Weapon (A-Grade)">
<set name="icon" val="icon.etc_scroll_of_enchant_weapon_i01" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCROLL" />
<set name="etcitem_type" val="ANCIENT_CRYSTAL_ENCHANT_WP" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />
@@ -442,7 +442,7 @@
<item id="732" type="EtcItem" name="Crystal Scroll: Enchant Armor (A-Grade)">
<set name="icon" val="icon.etc_scroll_of_enchant_armor_i01" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCROLL" />
<set name="etcitem_type" val="ANCIENT_CRYSTAL_ENCHANT_AM" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />