Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_female_rat.pl - Quest File
General Info
Quest File
#Bertoxxulous Initiate quest npc # items: 10262, 10263 sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 10262 => 1)) { quest::emote("ingests the virulent substance and becomes ill."); quest::summonitem(10263); #Empty infectious vial quest::exp(100); my $x = $npc->GetX(); my $y = $npc->GetY(); my $z = $npc->GetZ(); my $h = $npc->GetHeading(); quest::spawn2(448195,0,0,$x,$y,$z,$h); # NPC: diseased_female_rat quest::depop_withtimer(); } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022