AutoRun needs updated for the slingshot
Currently autoRun will kick in if you are using the Slingshot because it has no ammo. Possible fix below (did it for myself).
var sling = player.equipment.slots.Quiver.item.id == CONSTANTS.item.Slingshot; if (usingRanged && ammo < 1 && !sling) {