View Single Post
  #4  
Old 07-12-2006, 05:08 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
sub EVENT_ITEM
{
if(($itemcount{12268}) && ($itemcount{7100} == 1)  && ($gold == 3250))
  {
  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);
  }
else { 
   plugin::return_items(\%itemcount);
   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."); }
}
this is probably how i would have done it
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote