Lets say you set Combat Range to 25 and Loot Range to 500 in settings window. In "Settings.json", however, it will be saved like: "CombatRange": 500.0, "LootRange": 25.0, Now your bot will skip a lot of items. Be careful, set these values directly in settings file.
I wondered what was going on with all the item skipping. This would never have occurred to me, thanks for the heads up.