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 08-04-2006, 04:37 PM
kovouau
Fire Beetle
 
Join Date: Jul 2006
Posts: 20
Default

ok i fixed it..... silly little errors.

Code:
quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ;
changed to
Code:
quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and);
and

Code:
if ($item1 == 28500)
changed to
Code:
if ($itemcount{28500} >= 1)
thanks for the help...

was just wondering also, if you could tell me what is wrong with this... it is repeated in the quest around 96 times, so i thought id just post one of them.

Code:
if ($class eq "Berserker") {
    if ($itemcount{16375} >= 1) {
       if ($itemcount{18201} >= 1) {
         quest::summonitem(68299);
         quest::exp(10000);
         quest::emote("takes the mold, revelling at your tale of Warden Ikty. Dismissing you as he tends other items.");
         quest::ding(); 
    }
    }
    }
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 08:27 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