Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Submissions

Quests::Submissions This is where you submit your quests for review

Reply
 
Thread Tools Display Modes
  #1  
Old 10-07-2017, 03:23 PM
Turmoiltoad
Forum Guide
 
Join Date: Apr 2013
Posts: 27
Default Tinkering Mastery

I didn't see this posted elsewhere, so sharing it here:

Quests/global/items/script_3751.pl

Code:
# Used by books for Tinkering Mastery AA ranks 1 - 3

sub EVENT_ITEM_CLICK {
	if($itemid == 98471) { # Mastering Tinkering Master I Item ID 98471
		$client->GrantAlternateAdvancementAbility(575,1,0); # Tinkering Mastery AA ID 575 Rank 1
		$client->Message(15,"You have mastered tinkering!");
		quest::ding();
	} 
	if($itemid == 98472) { # Mastering Tinkering Master II Item ID 98472
		$client->GrantAlternateAdvancementAbility(575,2,0); # Tinkering Mastery AA ID 575 Rank 2
		$client->Message(15,"You have really mastered tinkering!");
		quest::ding();
	}
	if($itemid == 98473) { # Mastering Tinkering Master III Item ID 98473
		$client->GrantAlternateAdvancementAbility(575,3,0); # Tinkering Mastery AA ID 575 Rank 3
		$client->Message(15,"You are the greatest tinkerer in the world!");
		quest::ding();
	}
}
Reply With Quote
Reply

Thread Tools
Display Modes

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 12:52 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3