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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-09-2006, 09:10 AM
Thristam
Hill Giant
 
Join Date: Jun 2006
Posts: 117
Default hasten bootstrutter

This quest didnt work out of the box for me when i first used it. I would give em all the items and he would just swallow them and give nothing back. here is what got corrected that made it work for me. (BIG thanks to Cripp for helping me.)
Code:
#Hasten Bootstrutter, RatheMTN 50188
#Quest: JBoots
#Status: COMPLETE

sub EVENT_SAY
{

 if ($text=~ /Hail/i)
  {
  quest::say("Stopped I have done. Greet you I will. What business do we have? Hmm? Speak up!!");
  }

 if ($text=~ /Journeyman Boots/i)
  {
  quest::say("Journeyman Boots are what you seek? Ha!! I have those upon my feet and disinigrate will they if my life is taken. Extra pair have I and [rare trade] can we make.");
  }

 if ($text=~ /Rare Trade/i)
  {
  quest::say("I call for three things and Journeyman Boots are yours. I call for a [Shadowed Rapier], call for the [Ring of the Ancients] and call for Gold,.. 3250 Gold Coins!! This the trade that I call.");
  }

 if ($text=~ /Shadowed Rapier/i)
  {
  quest::say("Shadowed Men, foes to all, have appeared. Many lands do they walk. Invisible are they, but items they wield can be seen. Seek them out and return to me a Shadowed Rapier. Return it with haste before 'poof' goes the rapier!! No time to camp have you.");
  }

 if ($text=~ /Ring of the Ancients/i)
  {
  quest::say("Ancient cyclopes do march the land.  Long have they lived and crafted the rings of the ancients.  I must have one and you shall go and fetch one for me.  Seek the lands of the oldest cyclops clans.  Seek the plains. seek the island in tears and search the dunes for there is one who is last.  His clan was blown from the sands.");
  }
}

sub EVENT_ITEM
{
if(($itemcount{12268}) && ($itemcount{7100} == 1)  && ($gold == 3250))
  {
  if($itemcount{12268} == 1 && $itemcount{7100} == 1){
  quest::say("Trade we shall not!!  When I hold in my hands the ring of the ancients. a shadowed rapier and 3250 gold coin. then you shall wear the journeyman boots.");
  quest::say("The time to trade has come!! I am now rich and you are now fast. Take the Journeyman Boots and run like the wind.");
  quest::exp(1250);
  quest::summonitem(2300);
  }
}
Reply With Quote
 


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 09:30 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3