Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Merra_Clayfinger.pl - Quest File
General Info
Quest File
#All text made up until we can get it from Live sub EVENT_SAY { if(($ulevel >= 20) && ($ulevel <= 30)) { if($text=~/hail/i) { quest::say("Hello, $name. If you are not too busy, I may have a [task] or two for you..."); } if($text=~/task/i) { quest::say("Are you interested in [exploring the area] or would you like to help me look for something [more interesting]?"); } if($text=~/exploring the area/i) { quest::say("Excellent! I thought you might be the exploring kind..."); quest::taskselector(140); #Task: Bringing Books to the Plains } if($text=~/more interesting/i) { quest::say("Ah, what a brave soul you are!"); quest::taskselector(139); #Task: By the Stones } } else { quest::say("Sorry, $name. I am quite busy... Unless you are looking for something to buy."); } } sub EVENT_ITEM { plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022