L2JMobius
Public Development => Bug Reports => Topic started by: RootShell on April 11, 2025, 10:34:45 AM
-
(https://i.ibb.co/ksb2hYd2/photo-2025-04-11-10-13-48.jpg) (https://ibb.co/ksb2hYd2) (https://i.ibb.co/s94mnTnP/photo-2025-04-11-10-13-57.jpg) (https://ibb.co/s94mnTnP)
Scroll with id 98611 not working. I see the following message in the logs.
RequestExTryToPutEnchantTargetItem: Player:azazella[268498918] has used undefined scroll with id 98611
contents 98600-98699.xml
<item id="98611" name="Scroll: Enchant Accessories" additionalName="Sealed" type="EtcItem">
<!-- A scroll for enchanting head accessory, cloak, belt, agathion, talisman, Gran Kain's Pendant and Hunter's Earring. -->
<set name="icon" val="icon.bm_blessed_scrl_of_ench_lbracelet_charm" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="etcitem_type" val="ENCHT_AM" />
<set name="handler" val="EnchantScrolls" />
<skills>
<skill id="40481" level="1" /><!-- Scroll: Enchant Ornaments -->
</skills>
</item>
Apparently, this is not a bug but a part of unimplemented functionality. Any suggestions on how I can fix this?
-
fixed in unreleased version.