What do you mean when you say the 4th consecutive delivery?
Do you mean based on the 4th order? Or are you referring to something else?
On the Free Shipping Options freeoptions shipping module ... if you are wanting Total >= 1000 AND Weight <= 5 ... you will need to customize the code for:
/includes/modules/shipping/freeoptions.php
This IF statement right now is using the conditions based on OR
Code:
// final check for display of Free Options
if ($this->ck_freeoptions_total or $this->ck_freeoptions_weight or $this->ck_freeoptions_items) {