Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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.
 


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 05:09 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.