Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Mazziana_Ridgerunner.pl - Quest File
General Info
Quest File
# items: 13791 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Hello, $name."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 13791 => 4) || plugin::check_handin(\%itemcount, 13791 => 3) || plugin::check_handin(\%itemcount, 13791 => 2) || plugin::check_handin(\%itemcount, 13791 => 1)) { #Orc Scalp quest::say("Ah, yes. Good work, thank you."); } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022