Items with similar names affecting "monster.loot" drops. #3217
Labels
Priority: Medium
This issue may be impactful and needs some attention.
Status: Pending Test
This PR or Issue requires more testing
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Priority
Medium
Area
What happened?
Exemple:
When killing the boss "Timira the Many-Headed", no items were dropping, and no errors appeared in the terminal.
I attempted various configurations in the
monster.loot
file, using bothid
andname
, but the issue persisted.However, after modifying the item name in the
items.xml
file as follows:from:
<item id="39233" article="an" name="enchanted turtle amulet">
To:
<item id="39233" article="an" name="enchantedd turtle amulet">
The drops began to work correctly, regardless of whether
id
orname
was used in the configuration.I tested this issue only with the boss
Timira the Many-Headed
and have not tested it with other monsters or non-boss creatures.What OS are you seeing the problem on?
Linux
Code of Conduct
The text was updated successfully, but these errors were encountered: