Quote Originally Posted by Mad Mac
I think only Scouts and/or Medicine men meet the infantry requirement for Ondes Men. Just a guess, but it would explain why they're so hard to unlock.
You are right !


Ok I've done some testing changing the campaign script to:

; indian_raiders_2 Recruit 50 infantry units & Win 10 battles
monitor_event FactionTurnStart FactionType apachean
and I_CompareCounter apachean_infantry_recruited > 20
and I_CompareCounter apachean_settlements_captured > 1

add_events
event counter indian_raiders_2
date 0
end_add_events

if I_LocalFaction apachean
historic_event apachean_raiders_2 factions { apachean, }
end_if

terminate_monitor
end_monitor

So basically u need to conquer 1 settlement and train at least 21 infantry units.
So i trained only medicine and scouts and that did the trick.
Note that if your units betray you they don't count to the sum.