Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Anthone_Chapin.pl - Quest File
General Info
Quest File
# items: 52963, 52953 sub EVENT_SAY { if(plugin::check_hasitem($client, 54286) && ($text=~/hail/i)) { #Assembling the Staff quest::say("Mithaniel Marr himself has entrusted me with the power to purge taint from the most desecrated of objects."); } } sub EVENT_ITEM { if(plugin::check_hasitem($client, 54286) && plugin::check_handin(\%itemcount, 52963 => 1)) { #Assembling the Staff, Sullied Gold Filigree quest::say("This filigree now shines from within with the holy light of Marr."); quest::summonitem(52953); #Purified Gold Filigree quest::setglobal("anthone",0,2,"M30"); quest::depop(); } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022