I know its simple...thanks to Crabclaw for this idea - it makes the fallen frogloks in innothule swamp appear dead as they should be!
File: quests/innothule/a_fallen_froglog.pl
	Code:
	sub EVENT_SPAWN {
  quest::settimer(1,1);
}
sub EVENT_TIMER {
  if($timer eq "1"){
    $npc->SetAppearance(3);
    quest::stoptimer(1);
  }
}
#END of FILE Zone: innothule  -- a_fallen_froglok