Thread: Druid epic 1.0
View Single Post
  #2  
Old 09-04-2007, 03:53 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

What quest package are you using? This quest works fine in the PEQ Ykesha release and also the newest CVS. But, if you want a quick fix, replace Dolgin_Codslayer.pl with:

Code:
sub EVENT_ITEM{
if(plugin::check_handin(\%itemcount,20696==1))
{
quest::say("What's this? Egads! It's perfect.  Now all we gotta do is hope he bites.' Dolgin takes a little of the essence and smears it on a piece of bread. He places the bait into the water and watches intently.");
quest::summonitem("20696");
quest::spawn2(96073,0,0,-2178,-11745,-0.63,63);
quest::depop(); 
}
plugin::return_items(\%itemcount); # return unused items
}
#END of FILE Zone:timorous  ID:Not_Found -- Dolgin_Codslayer
That's what we are running and works fine. Please note you need the PEQ databse for this to work, I recommend Ykesha.
Reply With Quote