Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Delila.pl - Quest File
General Info
Quest File
sub EVENT_SAY { if($text=~/hail/i) { quest::say("Hello, $name. Perhaps you are interested in helping me with a [task]?"); #Text made up } if($text=~/task/i) { quest::taskselector(150); #Of Bones and Beetles } } sub EVENT_ITEM { plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022