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
  #1  
Old 09-03-2006, 03:12 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default CVS has a problem or....

I don't know if this is the way the files are actually in CVS or if it's a bug with WinCVS, but here is an example of one of them. I only removed the spaces between the code, otherwise it's just as I have received it, 2 times....
Code:
# EPIC CLERIC (Timorous deep)

EVENT_ITEM {
  if (plugin::check_handin(\%itemcount,28023=>1)) { # Orb of the triumvirate
    #quest::say("[im not mute but really shy, what should i say ?]");
    quest::summonitem(5532); # Water Sprinkler of Nem Ankh
    quest::depop();
    quest::exp(200000);
    quest::ding();
  }
  plugin::return_items(\%itemcount); # return unused items
}
#End of File, Zone:timorous  NPC:96086 -- Avatar of Water
Here's what it should be (additions in red)

Code:
# EPIC CLERIC (Timorous deep)

 sub EVENT_ITEM {
  if (plugin::check_handin(\%itemcount,28023=>1)) { # Orb of the triumvirate
    #quest::say("[im not mute but really shy, what should i say ?]");
    quest::summonitem(5532); # Water Sprinkler of Nem Ankh
    quest::depop();
    quest::exp(200000);
    quest::ding();
  }
else{
  plugin::return_items(\%itemcount); # return unused items
 }
}
#End of File, Zone:timorous  NPC:96086 -- Avatar of Water
I haven't dug deep into this yet, but I have found 3 files like this only because there 3 of the files I just submitted in my Druid/Ranger & Cleric Epic Quest files, so I am currently very familiar with how those quests work.

Can anyone verify, even these 3 files...
1. Avatar_of_water.pl in timorous
2. Shmendrik_lavawalker.pl in lakerathe
3. Natasha_whitewater.pl in lakerathe

Also, check out check_handin.pl in the plugin folder. It also looks hosed.
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 02:29 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