Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-24-2007, 12:41 PM
Breea
Banned
 
Join Date: Aug 2007
Posts: 28
Default

basically handing him 9997-9999 and 55623 does nothing but he eats the item.
Reply With Quote
  #2  
Old 08-26-2007, 02:32 AM
lanileb
Sarnak
 
Join Date: Jul 2007
Posts: 79
Default

Could it be that here

Code:
if ($itemcount{9998} => 0){quest::summonitem("5042"); }
if ($itemcount(9999} => 0){quest::summonitem("6030"); }
if ($itemcount{55623} => 0){quest::summonitem("5071"); }
the ($itemcount{9998} => 0) string, shouldn't that be set to 1? I dont really use this format so not sure if thats right or not though.
Reply With Quote
  #3  
Old 08-26-2007, 04:05 AM
BWStripes
Sarnak
 
Join Date: Jun 2007
Location: Finland
Posts: 65
Default

Two things I'd check. First, I'd try replacing your:

Code:
if ($itemcount{9998} => 0){quest::summonitem("5042"); }
if ($itemcount(9999} => 0){quest::summonitem("6030"); }
if ($itemcount{55623} => 0){quest::summonitem("5071"); }
instead using the plugin for each line:

Code:
  if (plugin::check_handin(\%itemcount, 9998 => 1)) {
    quest::say("Here you go $name, may this Tarnished oojamaflip bring you better fourtune!");
    quest::summonitem(5042);
  }
By now, you may have noticed your second item turn-in has a regular bracket around the itemID instead of a curly:
if ($itemcount(9999} => 0)

Should be:
if ($itemcount{9999} => 0)

The quest might throw a bit of a wobbly over the use of 0 as well, surely greater than or equal to one?
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 06:57 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