Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Cynthia.pl - Quest File
General Info
Quest File
# Part of quest for Rod of Insidious Glamour # items: 10085, 10086 sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Hello. I am Cynthia."); } } sub EVENT_ITEM { # A Glamour Stone if(($gold >= 50) && plugin::check_handin(\%itemcount, 10085 => 1)) { quest::say("I've done what I can to enchant your stone, but you will need to find Tarn Visilin in Highpass Keep to finish the enchantments. Don't forget to pay him the same fee you gave me, or he may decide to keep the stone for himself!"); # Made this text up quest::summonitem(10086); # Item: Glamour Stone } plugin::return_items(\%itemcount); } # Quest by mystic414
Source: 17 Jan 2022
Quest Source: 28 May 2022