Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2008, 07:14 AM
Dramier
Fire Beetle
 
Join Date: Jul 2006
Posts: 9
Default Bone Mail DEF SK Armor Quests Neriak Commons - WIP

Same thing as the Warrior armor quest I posted, just for the Shadow Knights instead. As before, leggings don't work, but everything else should work. This replaces Krivn S'Tai's quest file entirely.

NOTE: I am currently manually checking to make sure these armor quests work correctly when attempted by a normal player. You can use these scripts now if you want, but I recommend waiting until I have verified they work with a player doing them like a player would. Thanks!



sub EVENT_ITEM {
if($itemcount{19584} == 1){
quest::say("So you are one of Ulraz's new recruits. You are to assist in the construction of the armor you will don as a new Shadowknight of the Lodge of the Dead. I have assembled a kit that is used in the crafting of Bone Mail. You must travel beyond Neriak into the Nektulos Forest for the [materials] that compose the armor.");
quest::summonitem("17124"); }
}

sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("If you're looking for chit chat you can bugger off. I'm here to sell supplies not company."); }

if($text=~/what gloves/i){

quest::say("To craft Bone Mail Gloves you require two [silk thread], a ruined wolf pelt, and two calcified finger bones. Once you have the necessary components combine them in your Bone Mail Kit with this Tattered Glove Pattern.");
quest::summonitem("19559");
}
if($text=~/what boots/i){

quest::say("To craft Bone Mail Boots you require two [silk thread], two ruined wolf pelts, and two calcified foot bones. Once you have the necessary components combine them in your Bone Mail Kit with this Tattered Boot Pattern.");
quest::summonitem("19561");
}
if($text=~/what bracer/i){

quest::say("To craft a Bone Mail Bracer you require a [silk thread], a ruined wolf pelt, and a calcified ulna bone. Once you have the necessary components combine them in your Bone Mail Kit with this Tattered Bracer Pattern.");
quest::summonitem("48016");
}

if($text=~/what coif/i){

quest::say("To craft a Bone Mail Coif you require two [silk thread], a ruined wolf pelt, and a calcified skull. Once you have the necessary components combine them in your Bone Mail Kit with this Tattered Cap Pattern.");
quest::summonitem("19555");
}

if($text=~/what leggings/i){

quest::say("To craft Orc Slayer Greaves you require three [silk thread], a pyre beetle carapace, two orc tibia, and an orc pelvis bone. Once you have the necessary components combine them in your Mail Assembly Kit with this Tattered Leggings Pattern.");
#quest::summonitem("");
}

if($text=~/what sleeves/i){

quest::say("To craft Bone Mail Sleeves you require two [silk thread], a low quality wolf pelt, and two calcified humerus bones. Once you have the necessary components combine them in your Bone Mail Kit with this Tattered Sleeves Pattern.");
quest::summonitem("19557");
}

if($text=~/what tunic/i){

quest::say("To craft a Bone Mail Tunic you require four [silk thread], a medium quality wolf skin, a calcified sternum, and a calcified ribcage. Once you have the necessary components combine them in your Bone Mail Kit with this Tattered Tunic Pattern.");
quest::summonitem("19556");
}
}

#End of FILE Zone:neriakb ID:41046 -- Krivn_S`Tai Edited by: Dramier
Reply With Quote
  #2  
Old 02-17-2008, 07:34 AM
Dramier
Fire Beetle
 
Join Date: Jul 2006
Posts: 9
Default

Ok, the leggings value should be: 19560

Plug that into this script, and the armor quest should work.

I can't figure out where the heck the edit button is, or I would fix my post.
Reply With Quote
  #3  
Old 02-17-2008, 07:39 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

This quest is already also in.

Please check this site before writing quests, otherwise you're just wasting your time:

http://www.projecteq.net/quests/
Reply With Quote
  #4  
Old 02-17-2008, 07:48 AM
Dramier
Fire Beetle
 
Join Date: Jul 2006
Posts: 9
Smile

-sigh-

I looked under the wrong zone.

LOL...

I'll get he hang of this, I promise.
Reply With Quote
  #5  
Old 02-17-2008, 08:10 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I hope you do - I'll give credit for trying also, when you post a script, use the code/quote features like this;

Code:
sub EVENT_ITEM {
if($itemcount{19584} == 1){
quest::say("So you are one of Ulraz's new recruits. You are to assist in the construction of the armor you will don as a new Shadowknight of the Lodge of the Dead. I have assembled a kit that is used in the crafting of Bone Mail. You must travel beyond Neriak into the Nektulos Forest for the [materials] that compose the armor.");
quest::summonitem("17124"); }
}

sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("If you're looking for chit chat you can bugger off. I'm here to sell supplies not company."); }
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 10:39 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