In Crushbone, when you give the brass earring from the taskmaster to a dwarven slave, he gives you an item which is supposed to be turned in for a dwarven axe. Upon turning in the item, I was given a bronze bastard sword instead. I don't think this is correct. When I looked in my quest folder, I saw the quest has 3 possible rewards when there should only be the dwarven axe. 
	Code:
	sub EVENT_COMBAT {
    if($combat_state == 1) {
    quest::say("For the glory of Kaladim!!");
    quest::say("You are no more");
 }
}
sub EVENT_ITEM{
  if($item1 == 18905){
    quest::say("The slaves...thank you! Here, this will help you slaughter those foul orcs!");
    quest::exp(30000);
    quest::ding();
    my $random = int(rand(3));
    if($random == 0){
      quest::summonitem(5037);  }
    if($random == 1){
      quest::summonitem(5029);  }
    if($random == 2){
      quest::summonitem(13313); }
  }
}
 
and then on 
http://everquest.allakhazam.com/db/quest.html?quest=809 you can see it should have a different dialog as well as only one reward. 
	Code:
	When you kill the orc taskmaster, he sometimes drops a Brass Earring. Give this to any male dwarf slave.
a dwarven slave says 'You killed the taskmaster?! Absolutely amazing! The orcs will be fighting among themselves for power now and I can disappear in the commotion. Thanks, friend! Take this for your deeds!'
You gain experience!!
You receive A Worn Rune, which reads:
Haldin, me ol' partner. If yer getting a note like this ye know what it means.
Guard Haldin is at location -145, 50 in Butcherblock Mountains. Give him the rune.
Guard Haldin says 'Eh, strapling? Ye got this from me ol' partner? Huh. Aye, I know what it means but ye're not hearin'. Here, take this. It was his but he's not needin' it now.'
You gain experience!!
You receive a Dwarven Axe.