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 05-06-2009, 11:33 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default Accepting Coin Via Check_Handin Plugin

I just recently recreated a few quests with the newer check_handin plugin. However I don't know what the correct syntax is for coin (what's below is obviously incorrect). Help?

Code:
if(plugin::check_handin(\%itemcount, 19204=>1, 19227=>1, 19211=>1, $platinum=>2000))
	{
 	quest::say ("This should only take a second...");
 	quest::summonitem(30447);
	}
Reply With Quote
  #2  
Old 05-07-2009, 12:04 AM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

check_handin does not support checking for coin turn-ins, you need to check that separately:

Code:
if(plugin::check_handin(\%itemcount, 19204=>1, 19227=>1, 19211=>1) && ($platinum==2000))
	{
 	quest::say("This should only take a second...");
 	quest::summonitem(30447);
	}
Reply With Quote
  #3  
Old 05-07-2009, 12:18 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

I remember that now. Can't believe I forgot lol.

Appreciate it!
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 06:55 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