Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Misty_Tekcihta.pl - Quest File
General Info
Quest File
#Zone: Lake Rathetear #Short Name: lakerathe #Zone ID: 51 # #NPC Name: Misty Tekcihta #NPC ID: 51052 #Quest Status: finished # # items: 20534, 20379 sub EVENT_SAY { if ($text=~/Hail/i) { quest::emote("smiles and taps her foot."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 20534 => 1)) { quest::emote("hands you a small ring."); quest::summonitem(20379); # Item: Proof of Speed } plugin::return_items(\%itemcount); } #END of FILE Zone:lakerathe ID:51052 -- Misty Tekcihta
Source: 17 Jan 2022
Quest Source: 28 May 2022