sub EVENT_SAY{
if($text=~/Hail/i){
quest::say("Greetings $name, are you [interested] in getting your starting equip?");
}
if($text=~/interested/i){
quest::say("Alright then here you are");
quest::summonitem(000001);
quest::summonitem(000002);
quest::summonitem(000003);
quest::summonitem(000004);
quest::summonitem(000005);
quest::summonitem(000006);
}
}
#END of FILE Zone:nexus ID:189029 -- Guardian_of_Bristlebane
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.