Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-14-2003, 10:53 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default Item turn-ins for new quest system: are they broken?

I've worked on some quests using the new system and I love it. Very flexible compared to the old way of things, BUT, I can't get item turn-ins to work. Are they broken or am I just coding it wrong?

Code:
EVENT_SAY {
if ($1 == "Hail") { say("Well met. If you're looking for work - I may have a few tasks for you.") }
if ($1- =~ "work") { say("Hmm lets see here. Rats have been infesting the cities outer gates lately. If you could return to me with four furs to prove you've worked on exterminating them I would gladly reward you.") summonitem(1156) }
}

EVENT_ITEM {
if ($item1 == "1157") { say("Nice work! Here is some coin for your troubles.") }
}
Any help is appreciated.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote
  #2  
Old 03-15-2003, 02:55 PM
Wes
Fire Beetle
 
Join Date: Jan 2003
Posts: 10
Default Nah

You need to use $item0 for 1 item. $item1 for 2 etc heh sorry, I will probably change it so that the index starts off at 1.
Reply With Quote
  #3  
Old 03-15-2003, 02:58 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Oops, forgot to post that I got it working after I saw the updated guide.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
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 07:04 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3