-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

@@ -119,14 +119,32 @@
<item id="33519" name="Scroll: Enchant Weapon (R-grade)" additionalName="Campaign" type="EtcItem">
<!-- P. Atk. + 6 for R-grade one-handed sword, one-handed blunt, dagger, spear, and other weapons when enchanted. P. Atk. + 7 for two-handed sword, two-handed blunt, dualsword, two-handed fist weapon, and crossbow. P. Atk. + 12 for bow weapons. M. Atk. + 5 for all weapons. P. Atk./M. Atk. greatly increases starting at + 4. All amounts are increased for blessed weapons. -->
<set name="icon" val="icon.scroll_of_enchant_weapon_i06" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCRL_ENCHANT_WP" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_stackable" val="true" />
<set name="is_oly_restricted" val="true" />
<set name="handler" val="EnchantScrolls" />
<set name="item_skill" val="9185-1" />
</item>
<item id="33520" name="Scroll: Enchant Armor (R-grade)" additionalName="Campaign" type="EtcItem">
<!-- When enchanted, P. Def. + 2 for R-grade armor and accessories. Greatly increased starting at + 4. Can be enhanced safely to + 3. When enhanced + 4 or more, HP also increases according to the enchant value. -->
<set name="icon" val="icon.scroll_of_enchant_armor_i06" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCRL_ENCHANT_AM" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="120" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_stackable" val="true" />
<set name="is_oly_restricted" val="true" />
<set name="handler" val="EnchantScrolls" />
<set name="item_skill" val="9186-1" />
</item>
<item id="33521" name="Wig Box" additionalName="Campaign" type="EtcItem">
<!-- Box containing various wigs. -->