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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 08-24-2007, 12:32 PM
Breea
Banned
 
Join Date: Aug 2007
Posts: 28
Default

Ok here is what happens...

Quote:
sub EVENT_SAY {
if ($text=~/hail/i){quest::say("Weapons are one of your main forms of combat. And a faster weapon can make the battle go in your favor. While helping out here I found enough stones to sharpen weapons. If youd like I can sharpen your's simply hand it to me."); }
}
sub EVENT_ITEM(){
if (plugin::check_handin(\%itemcount, 9997 => 1)){
quest::say("Here you go $name, may this Tarnished Dagger bid you better fourtuine!");
quest::summonitem(7021);
}
if ($itemcount{9998} => 0){quest::summonitem("5042"); }
if ($itemcount(9999} => 0){quest::summonitem("6030"); }
if ($itemcount{55623} => 0){quest::summonitem("5071"); }
else {
#do all other handins first with plugin, then let it do disciplines
plugin::return_items(\%itemcount);
}
}
The plugin is there and even when using the default and using $item1==12312 they STILL eat the item. I can see the transaction take place in the logs, however the npc's seem not to even respond to the sub EVENT_ITEM. (I tried EVENT_ITEM and EVENT_ITEM() neither works.)

The sub EVENT_SAY works however.

Here is the doozie, in Halas and other older zones I can spawn the mob there, copy the pl file in that zone folder and it works like a charm, just not in tutorialb.

Any ideas? he he.
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 06:38 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