Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 01-02-2009, 03:42 AM
donaldcanard
Sarnak
 
Join Date: Nov 2008
Location: Germany
Posts: 38
Default Problems with the warrior armor quest

There is a problem with the warrior armor quest from Arinna Trueblade. One of the quest items the text calls for is a Matted Lion Pelt to make a Breastplate. A Matted Lion Pelt does not exist in the items database so is obviously incorrect.

I am trying to read the pearl script to see what is really required to make a Breastplate, but I can not understand how what is turned in is checked.

I can understand this part of the code (get lost if you are not a warrior):

Code:
  #do all other hand ins first, then let it do disciplines
  if($class ne 'Warrior') {
    quest::say("Only members of the guild may do these quests.");
    plugin::return_items(\%itemcount);
    return 1;
  }


And this part of the code makes since to me for what is needed to complete the "Final Task" part of the quest:

Code:
    # Vial of Smoke ID-9923 - Pristine Giant Scarab Leg ID-9919 - Lion Paw ID-9918
    if (plugin::check_handin(\%itemcount, 9919 => 1, 9918 => 1, 9923 => 1)) {
      quest::say("$name, you have proven your value to the Steel Warriors. Here is a weapon that will let you slay magical creatures that you couldn't with a normal weapon.");
      quest::ding();
      quest::exp(100);
      # Jagged Blade of the Steel Warrior ID-9940
      quest::summonitem(9940);
But I do not see how the items turned in for the the other parts of the quest such as the Helm, Bracer, Breastplate, ... is checked. These items must be checked in the remaining code:

Code:
  #do all other handins first with plugin, then let it do disciplines
  plugin::try_tome_handins(\%itemcount, $class, 'Warrior');
  plugin::return_items(\%itemcount);
}
I have found try_tome_handins in plugins guildmasters.pl, but it makes little since to me. The code seams to be checking an array tomes, but I do not understand where the array tomes is coming from.

Any help in either telling me what checkin items are really required for the Breastplate or help in understanding the code so I can find what is required, would be greatly appreciated.
Reply With Quote
  #2  
Old 01-02-2009, 04:03 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Check the quest on alla, it could be that there is an error or they actually said something incorrectly on live, the try tome part has to do with the fact that she is a guild master and it will handle disc turn ins. Also the final task is a weapon.
Reply With Quote
  #3  
Old 01-02-2009, 11:33 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

The text given was 'Matted Lion Pelt'. Look on the left and you will see that it is actually 'Matted Greater Cat Pelt'.
http://everquest.allakhazam.com/db/q...tml?quest=1819

and here is the database entry for that
http://lucy.allakhazam.com/item.html?id=9913
Reply With Quote
Reply


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 11:01 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3