This quest was one that I tried to get into the profile. The ForcedQuestList profile will complete this quest but the QuestOrder has issues with quests that the target mob is not specified. There are 3-4 diff mobs there. Though what you have should work, a quest override will be needed to get the quest working like it should.
Ahh fair enough, I don't know how to do that. I actually ended up taking out this line:
<Objective QuestName="Beachfront Property" QuestId="12304" Type="Killmob" MobID="27228" MobName="Forgotten Footman" KillCount="20" />
And my rogue killed some 12 just from body pulling and then I manually killed the rest. Not really a solution though, but hey he handed it in ok.
EDIT: Actually the very next quest "The Forsaken Blight and You: How Not to Die" requires more killing of those mobs and you'll no doubt kill 20 by then. It might be a crude solution but taking out that Objective line would probably work in all but the most unlucky cases.
Soooo this might work:
<PickUp QuestName="Funding the War Effort" QuestId="12303" GiverName="Quartermaster Bartlett" GiverId="27267" GiverType="NPC" />
<PickUp QuestName="Beachfront Property" QuestId="12304" GiverName="Surveyor Hansen" GiverId="32599" GiverType="NPC" />
<Objective QuestName="Funding the War Effort" QuestId="12303" Type="CollectItem" ItemId="37580" ItemName="Forgotten Treasure" CollectCount="6" />
<TurnIn QuestName="Funding the War Effort" QuestId="12303" TurnInName="Quartermaster Bartlett" TurnInId="27267" TurnInType="NPC" />
<PickUp QuestName="The Forsaken Blight and You: How Not to Die" QuestId="12188" GiverName="Chief Plaguebringer Middleton" GiverId="27172" GiverType="NPC" />
<Objective QuestName="The Forsaken Blight and You: How Not to Die" QuestId="12188" Type="CollectItem" ItemId="37121" ItemName="Ectoplasmic Residue" CollectCount="10" />
<TurnIn QuestName="Beachfront Property" QuestId="12304" TurnInName="Surveyor Hansen" TurnInId="32599" TurnInType="NPC" />
<TurnIn QuestName="The Forsaken Blight and You: How Not to Die" QuestId="12188" TurnInName="Chief Plaguebringer Middleton" TurnInId="27172" TurnInType="NPC" />