If you don't find a script for that, then there is still an option for you.
Edit every monster that drops this specific item and make it so it doesn't drop.
It's a bad solution but atleast you can fix it without any special script for it.
if player:getSlotItem (CONST_ME_HAND) ==ID SWORD then
player:setLootDrop (0)
end