Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Mortimer.pl - Quest File
General Info
Quest File
# items: 85064, 85068, 85065, 85063, 85066, 85067 sub EVENT_SAY { if(quest::istaskactivityactive(222,12)) { if($text=~/Hail/i) { $pcpvp = $client->GetPVP(); quest::say("I can't believe you've gotten this far. Well, you won't get past big Paulie. He's your last target."); quest::updatetaskactivity(222,12); if($qglobals{halloween_ratter_complete} < 12){ quest::summonitem(quest::ChooseRandom(85064,85068,85065,85063,85066,85067),10); # Item(s): Caramel-Coated Candy Apple (85064), Delicious Pumpkin Bread (85068), Sweetened Gummy Bears (85065), Tasty Sugar Pop (85063), Sweetened Rock Candy (85066), Haunted Candy Apples (85067) quest::setglobal("halloween_ratter_complete",12,5,"D30"); } if($qglobals{halloween_ratter_complete} > 11){ $client->Message(0, "You have already claimed a reward for this activity or a higher and do not qualify for another."); } if($qglobals{halloween_ratter_complete_pvp} < 12 && $pcpvp == 1){ quest::summonitem(quest::ChooseRandom(85064,85068,85065,85063,85066,85067),10); # Item(s): Caramel-Coated Candy Apple (85064), Delicious Pumpkin Bread (85068), Sweetened Gummy Bears (85065), Tasty Sugar Pop (85063), Sweetened Rock Candy (85066), Haunted Candy Apples (85067) quest::setglobal("halloween_ratter_complete_pvp",12,5,"D30"); } if(qglobals{halloween_ratter_complete_pvp} > 11 && $pcpvp == 1){ $client->Message(0, "You have already claimed a PVP reward for this activity or a higher and do not qualify for another."); } my $newzone_mortimer = plugin::GetRandomIndoorLocation(1,40); quest::targlobal("halloween_ratter_mortimer",$newzone_mortimer,"F",0,0,0); quest::depop(); } } else { quest::emote("stands on his hind legs and sniffs you. You are uninteresting to him."); } } sub EVENT_SPAWN { my $min = 1; my $range = 4; my $randomspawn = int(rand($range)) + $min; plugin::RandomRoam(250, 250); quest::settimer(1,$randomspawn); } sub EVENT_TIMER { plugin::RandomRoam(250, 250); quest::SetRunning(1); }
Source: 17 Jan 2022
Quest Source: 28 May 2022