View Full Version : Druid epic 1.0
NightEye
09-04-2007, 02:50 AM
After handing in "Froglok Essence" to "Dolgin Codslayer" in Timorous deep 3 things are supose to happen:
dolgin returns the froglok essence, that part works
dolgin is supose to dissapear for .... eather 5 hours or 12 hours, he just keeps standing their
the summoned sea dragon faydedar (drops pod of seawater for druid epic) is supose to instantly apair, he's nowhere to be seen.
cavedude
09-04-2007, 03:53 AM
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:
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.
NightEye
09-04-2007, 08:39 AM
Oops from forum to post this on, just saw where I ought to be posting. but info realy helped thanks.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.