PDA

View Full Version : Quest Issue: Dwarven Axe from Brass Earring


Pelican
06-06-2010, 10:12 PM
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.

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.

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.

nilbog
09-08-2011, 01:35 PM
Reading the comments on that link suggests that bronze could be awarded instead of the Dwarven Axe.

Does anyone know more about this?

timewalker
12-02-2011, 05:03 AM
i completed this quest twice earlier, first i got a bronze 2 hander axe, worth 3 plat... second time i recieved no item, i had an open top inventory slot. I am ver dissapointed this happened as iw as looking for the dwarven axe as an upgrade, any help or info o this issue or issues like it would be greatly appreciated, thankyou


TW


ps all the info as far as experience and npc responses seemed proper and on target completely. just no item on second attempt. waste of nice 2ac earrings :o(

nilbog
12-04-2011, 02:17 PM
Fixed, pending update.