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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 03-17-2014, 01:13 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Here are two working examples of those events you couldn't get to work.. hope this helps you a bit.

On task complete you can set that signal.

Code:
sub EVENT_TASK_STAGE_COMPLETE {
	if($instanceversion == 2) {
		if(($task_id == 210) && ($activity_id == 3)) {
			#quest::enabletitle(30);
			$client->SetTitleSuffix(", Voice of the Oppressed", 1); #gayest title
			$client->Message(15, "You have been given a special title for your act of kindness and bravery.");
		}
	}
}
Code:
sub EVENT_TASK_COMPLETE {
	if($task_id == 210) { # rescue seiya
		$client->AddAlternateCurrencyValue(14, 25); #25 faycitum boiii
		$client->Message(15, "You have been awarded 25 " .quest::varlink(100941). " for completing 'Rescue Seiya!'.");
		$client->UpdateTaskActivity(212,0,1);
		quest::assigntask(213);
		plugin::MM("You have been assigned the task 'Unmasking the Chapel'.");
	}
}
Reply With Quote
 


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 01:46 PM.


 

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