right use this as a template in events (ps this is the house you after, I think lol there only 2 but this is the biggest 1)
<event name="Static[event name]">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<lifetime>7200000</lifetime>
<restock>0</restock>
<saferadius>1</saferadius>
<distanceradius>1</distanceradius>
<cleanupradius>2</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="0"/>
<position>fixed</position>
<limit>child</limit>
<active>0</active>
<children>
<child lootmax="2" lootmin="0" max="1" min="1" type="Land_Barn_Brick1"/>
</children>
</event>
then add this to cfeventspawns
<event name="Static[event name]">
<pos x="" z="" a="" />
</event>
don't forget to add your cords and the event name has to match in both files and have Static at the start. hope that helps