Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Guard_Valon.pl - Quest File
General Info
Quest File
# orc pawn picks & cutthroat rings quest # # items: 17975, 13885, 12272, 12273 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Greetings, traveler! If you wish to walk upon the road to Freeport, you will pay the toll of two silver pieces. And you should. It is not safe to stray from the pathway. There are many [dangers in the Commonlands]."); } if ($text=~/dangers in the commonlands/i) { quest::say("The orcs have been a nuisance of late. Many travelers have perished at the hands of the orc pawns. Would you like to [assist the Freeport Militia] in ridding the lands of the orcs?"); } if ($text=~/assist the freeport militia/i) { quest::say("Sir Lucan would be proud!! Patrol the Commonlands and watch for any orc pawns. Should you find any orc pawn picks on them, I will pay you for every four you return to me. Be off, then! For the glory of Freeport!!"); } if ($text=~/hunt dervish cutthroats/i) { quest::say("You will make a fine reserve!! Take this bag and fill it with Dervish Cutthroat Insignia Rings. When they are combined and returned to me you shall be accepted into the Reserve Freeport Militia!!"); quest::summonitem(17975); # Item: Bag for Cutthroat Rings } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 13885 => 4)) { quest::say("You have done well. Keep up the good work and we may trust you to [hunt dervish cutthroats] which in turn will allow you to join the Reserve Freeport Militia."); quest::givecash(0,0,1,0); } elsif (plugin::check_handin(\%itemcount, 12272 => 1)) { quest::say("Excellent work, $name!! You are quite formidable. Maybe soon you shall aid in our efforts to rid the Northern part of Freeport of the paladins!! Until then keep up the good work. Take this Armory Token to the Militia Armorer in the Militia House in Freeport to receive your tunic. He may not be there, but I assure you he will show up at some time. On the second floor. Hail Sir Lucan!!"); quest::summonitem(12273); # Item: Militia Armory Token } else { plugin::return_items(\%itemcount); return 1; } quest::faction(330,10); #freeport militia quest::faction(336,10); #coalition of tradefolk underground quest::faction(281,-30); #knights of truth quest::faction(362,-30); #priests of marr } # EOF zone: commons ID: 21086 21109 NPC: Guard_Valon
Source: 17 Jan 2022
Quest Source: 28 May 2022