Fixed server startup warnings.
Contributed by manax182.
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_ATTR_ANCIENT_CRYSTAL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="0" />
|
||||
<set name="price" val="0" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<skills>
|
||||
<skill id="22361" level="1" /> <!-- Solid Scroll -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="22222" name="Solid Scroll: Enchant Armor (S-grade)" type="EtcItem">
|
||||
<!-- P. Def. +2 for S-grade armor and accessories. Starting from +4, P. Def. +8. Can be safely enchanted up to +3. For one-piece armor, it can safely be enchanted up to +4. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. Cannot be applied to items enchanted to +6 or higher. -->
|
||||
@@ -13,6 +23,16 @@
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_ATTR_ANCIENT_CRYSTAL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="weight" val="0" />
|
||||
<set name="price" val="0" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<skills>
|
||||
<skill id="22361" level="1" /> <!-- Solid Scroll -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="22223" name="Solid Scroll: Enchant Weapon (A-grade)" type="EtcItem">
|
||||
<!-- When enchanted, P. Atk. +4 for A-grade one-handed swords, one-handed blunts, daggers, and spears. P. Atk. +5 for two-handed swords, two-handed blunts, dual swords, and two-handed fist weapons. P. Atk. +8 for bows. M. Atk. +3 for all weapons. Starting at +4, P. Atk./ M. Atk. bonus is doubled. Enchanting is safe. If enchanting is failed, items are not broken into crystals and remain enchanted to prior level. Cannot be applied to items enchanted to +7 or higher. -->
|
||||
|
||||
@@ -72,13 +72,18 @@
|
||||
<!-- When enchanted, P. Atk. +5 for S-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons. P. Atk. +6 for two-handed swords, two-handed blunts, dual swords, and two-handed fist weapons. P. Atk. +10 for bows. M. Atk. +4 for all weapons. Starting at +4, P. Atk./ M. Atk. bonus is doubled. Random enchantment from +1 to +3. -->
|
||||
<set name="icon" val="icon.giant_scrl_of_ench_wp_s" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="GIANT_ENCHT_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_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="price" val="0" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<skills>
|
||||
<skill id="51296" level="1" /> <!-- Improved Scroll -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="33812" name="Improved Scroll: Enchant Armor (D-grade)" type="EtcItem">
|
||||
<!-- P. Def. +1 for D-grade armor and accessories. Increases by 3 starting from +4. It can be safely enchanted up to +3. For one-piece armor, it can be safely enchanted up to +4. Random enchantment from +1 to +3. -->
|
||||
@@ -152,12 +157,17 @@
|
||||
<!-- When enchanted, P. Def. +2 for S-grade armor and accessories. Starting at +4, P. Def. +8. Enchanting is safe up to +3, but one-piece body armor can be safely enchanted up to +4. Starting at +4 HP bonus is granted. Random enchantment from +1 to +3. -->
|
||||
<set name="icon" val="icon.giant_scrl_of_ench_am_s" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="GIANT_ENCHT_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_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="price" val="0" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
<skills>
|
||||
<skill id="51296" level="1"/>
|
||||
</skills>
|
||||
</item>
|
||||
</list>
|
||||
|
||||
Reference in New Issue
Block a user