Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 11-12-2010, 01:38 PM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default Clickable NPC quest text?

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

Thank you.
Reply With Quote
  #2  
Old 11-12-2010, 03:15 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

That is called a saylink. I use it like this:

Code:
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);
	}
}
Reply With Quote
  #3  
Old 11-12-2010, 04:41 PM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

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?

Thanks
Reply With Quote
  #4  
Old 11-12-2010, 06:25 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

It is part of the default set of files for a server. This might help you, although I do not know how up to date it is: http://www.eqemulator.net/wiki/wikka...uestCheatSheet
Reply With Quote
  #5  
Old 11-12-2010, 06:38 PM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

Got it working. Thanks so much
Reply With Quote
  #6  
Old 12-08-2011, 12:08 AM
pepsiphreak79
Sarnak
 
Join Date: Sep 2011
Posts: 70
Default

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

scratch that im fixed used
https://eqemupluginsrepo.googlecode.com/svn/trunk/
__________________
--Any Code by me is considered open source Beta--
Not a DEV not a Coder
Just a person....
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:36 AM.


 

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.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3