Can't seem to find a link for how to do this anywhere save for the posting with a link that doesn't work. I know pretty much everyone uses clickable quest text though. If anyone could point me in the right direction I would be most grateful
sub EVENT_SAY
{
my $buffs = quest::saylink("buffs");
if($text=~/Hail/i)
{
quest::say("Greetings $name. Would you like some [$buffs]?");
}
if($text=~/buffs/i)
{
quest::selfcast(18323);
}
}
I see, cool. So no added code/plugin is needed? Just doing this sort of thing within your EVENT_SAY? Or do you need to get the saylink plugin from somewhere?
Are the plugins hardcoded or are they for the plugins dir if for the plugins dir is there a link?? i updated and lost my saylink gonna revert back for now
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.