Excellent options being added to regular, non-excellent drops (because only AddsRandomly = true was being checked for the options group). Example of a regular Nikea Axe without skill:
Items dropping without full durability (due to excellent options/ancient options/item level being assigned after GetMaximumDurabilityOfOnePiece() was invoked).
Two fixes:
Excellent options being added to regular, non-excellent drops (because only
AddsRandomly = true
was being checked for the options group). Example of a regular Nikea Axe without skill:Items dropping without full durability (due to excellent options/ancient options/item level being assigned after
GetMaximumDurabilityOfOnePiece()
was invoked).