L2JMobius

Fafurion Shirt Enchant

akado · 3 · 4888

Offline akado

  • Heir
  • **
    • Posts: 21
Scroll: Enchant Elemental Shirt and Blessed Scroll: Enchant Elemental Shirt
Not work! Massage "Modification scroll condition mismatch"
Code: [Select]
<item id="23241" name="Blessed Scroll: Enchant Elemental Shirt" type="EtcItem">
<!-- Enchant Scroll exclusive to Pa'agrio's Shirt, Sayha's Shirt, Eva's Shirt, Maphr's Shirt, and the Shiny Elemental Shirt. When enchanted, increases P. Def. and M. Def. by 1. From +3, Elemental defense increases by 5, and from +4, P. Def. increases by 3. Can be safely enchanted up to +3 and can be enchanted up to a max of +10. Basic stats (CON, MEN, STR, INT, DEX, WIT) are gradually increased with each enchant level starting from +4. At +5, +6, +7, +8, +9, and +10, additional bonuses are also applied. If enchanting fails, the enchant value will be reset to 0. -->
<set name="icon" val="BranchSys2.icon.etc_scroll_of_enchant_shirt_i00" />
<set name="is_clan_depositable" val="false" />
<set name="is_mailable" val="false" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="is_freightable" val="true" />
<set name="commissionItemType" val="SCROLL_OTHER" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="BLESS_ENCHT_AM" />
<set name="handler" val="EnchantScrolls" />
<set name="immediate_effect" val="true" />
<set name="is_stackable" val="true" />
<skills>
<skill id="22674" level="1" /> <!-- Blessed Scroll: Enchant Elemental Shirt -->
</skills>


Offline akado

  • Heir
  • **
    • Posts: 21
Realy bug, sometimes shirts enchant,sometimes not  ???
after 1 hours in game,i try enchant, and all ok ??? ??? ???


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16015
I do not consider items not working "bugs".
For the most part you can change XMLs in datapack and fix them according to how other items work.