Ok here we go.
Step 1: First make back-ups for your EDB if you haven't done that already. This is very important.
This is the entries for lanciarii:
Code:
recruit "iberian cavalry heavy lancearii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource n1 and hidden_resource y2 and hidden_resource y4 and hidden_resource y8
recruit "iberian cavalry heavy lancearii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource y1 and hidden_resource y2 and hidden_resource n4 and hidden_resource y8
recruit "iberian cavalry heavy lancearii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource y1 and hidden_resource n2 and hidden_resource y4 and hidden_resource y8
recruit "iberian cavalry heavy lancearii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource n1 and hidden_resource n2 and hidden_resource y4 and hidden_resource y8
recruit "iberian cavalry heavy lancearii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource y8
And if you want to add iberi scutari then here are the entries:
Code:
recruit "iberian infantry medium scutarii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource n1 and hidden_resource y2 and hidden_resource y4 and hidden_resource y8
recruit "iberian infantry medium scutarii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource y1 and hidden_resource y2 and hidden_resource n4 and hidden_resource y8
recruit "iberian infantry medium scutarii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource y1 and hidden_resource n2 and hidden_resource y4 and hidden_resource y
recruit "iberian infantry medium scutarii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource n1 and hidden_resource n2 and hidden_resource y4 and hidden_resource y8
recruit "iberian infantry medium scutarii" 0 requires factions { spain, } and hidden_resource NW and hidden_resource A and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource y8
Also make sure that the entries line up the same way.
Step 2: Search for
Code:
royal_barracks_F1 requires factions { spain, saba, } and building_present_min_level government gov1 and not hidden_resource not_here
Step 3: place the entries under it.
Step 4: Search for:
Code:
army_barracks_F1 requires factions { spain, saba, } and building_present_min_level government gov2 and not hidden_resource not_here
And place the same entries under it.
Step 5: Enjoy! 
If there are any other units you want to add please don't hesitate to ask.
Bookmarks