Hi everyone,
I'm working on setting up fixed coin drops for certain monsters in my vSRO server (1.188 files), and I'm facing an issue with _RefMonster_AssignedItemDrop.
I’ve added entries like the following:
RefMonsterID: 38212 -- (Neith)
RefItemID: 24668-- (Iron Coin)
DropAmountMin: 5
DropAmountMax: 5
DropRatio: 1
I expected this to always drop 5 Iron coin, but in-game, it usually drops less than 5. No drop group is used, and the item is directly defined in _RefMonster_AssignedItemDrop.






