Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Tin_Banker_Assistant.pl - Quest File
General Info
Quest File
# Tin Banker Assistant # items: 12849, 55978 # receives A Metal Key for Necro Skull Cap 5 # obtain A Dusty Tome (55978) sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Insert Metal Key *whirrrr*."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 12849 => 1)) { quest::say("*Whirrrr*"); quest::summonitem(55978); # Item: Dusty Tome } plugin::return_items(\%itemcount); } # END of FILE zone:overthere ID: 93151 -- Tin_Banker_Assistant.pl
Source: 17 Jan 2022
Quest Source: 28 May 2022