In my current rAthena version, the following equipment slots work fine with enchantments — the stats are properly applied after enchanting:
EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, and EQI_HEAD_LOW.
However, the following costume slots don’t seem to be working correctly. The enchantment process shows as successful, but the stats are not applied:
EQI_COSTUME_HEAD_TOP
EQI_COSTUME_HEAD_MID
EQI_COSTUME_HEAD_LOW
EQI_COSTUME_GARMENT
I suspect that the following equipment positions might not be linked to the enchantment system correctly — it could be an issue in the source code:
EQI_COSTUME_HEAD_TOP
EQI_COSTUME_HEAD_MID
EQI_COSTUME_HEAD_LOW
EQI_COSTUME_GARMENT
Even though the enchantment process shows as successful, the bonus stats are not actually applied in-game for these slots.
If anyone knows what might be causing this, or if these slots are intentionally unsupported by the enchantment system, I’d really appreciate some clarification. Thanks in advance!
P.S. I’m fairly certain that my item_randomopt_group.yml is set up correctly, so I don’t think the issue is there.