Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 06-06-2010, 10:12 PM
Pelican Pelican is offline
Decaying Skeleton


Join Date: Jun 2010
Posts: 1
Default Dwarven Axe from Brass Earring

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.
  #2  
Old 09-08-2011, 01:35 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,632
Default

Reading the comments on that link suggests that bronze could be awarded instead of the Dwarven Axe.

Does anyone know more about this?
  #3  
Old 12-02-2011, 05:03 AM
timewalker timewalker is offline
Scrawny Gnoll


Join Date: Aug 2010
Posts: 25
Default

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 [You must be logged in to view images. Log in or Register.](
  #4  
Old 12-04-2011, 02:17 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,632
Default

Fixed, pending update.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:08 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.