-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

@@ -344,14 +344,31 @@
<item id="36163" name="Giant's Scroll: Enchant Weapon (R-grade)" additionalName="" type="EtcItem">
<!-- P. Atk. + 6 for R-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons when enchanted. P. Atk. + 7 for two-handed swords, two-handed blunts, dualswords, two-handed fist weapons, and crossbows. P. Atk. + 12 for bow weapons. M. Atk. + 5 for all weapons. P. Atk./M. Atk. greatly increases at + 4. All amounts are increased for blessed weapons. Randomly adds between + 1 and + 3 enchant value. -->
<set name="icon" val="icon.giant_scrl_of_ench_wp_r" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="GIANT_SCRL_ENCHANT_WP" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="100" />
<set name="is_tradable" 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="9254-1" />
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
</item>
<item id="36164" name="Giant's Scroll: Enchant Armor (R-grade)" additionalName="" type="EtcItem">
<!-- P. Def. + 2 for R-grade armor and accessories. It is greatly increased starting at + 4. Can be safely enchanted to + 3. When enchanted to + 4 or more, HP also increases according to the enchant value. Randomly adds between + 1 and + 3 enchant value. -->
<set name="icon" val="icon.giant_scrl_of_ench_am_r" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="GIANT_SCRL_ENCHANT_AM" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="100" />
<set name="is_tradable" 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="9255-1" />
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
</item>
<item id="36165" name="Kaliel's Soul Box" additionalName="" type="EtcItem">