Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 09-30-2008, 08:25 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Make sure your quest folders/files are in eqemu/quests and the plugins are in eqemu/plugins.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
  #2  
Old 09-30-2008, 08:33 PM
Utau
Fire Beetle
 
Join Date: Oct 2008
Location: MN
Posts: 17
Default

Yes I failed to mention that I have verified that as well .. everything is where it should be.
  #3  
Old 09-30-2008, 09:34 PM
Utau
Fire Beetle
 
Join Date: Oct 2008
Location: MN
Posts: 17
Default

Is this where you tell me i must have screwed something up because everything has been covered?
  #4  
Old 09-30-2008, 09:42 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

No, this is where we start getting more specific Have you verified that the NPC you are trying to hail actually has a quest file in the eqemu/quests/zoneshortname directory? The file should be named after the NPC name. If there isn't a quest file, then that is your problem.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
  #5  
Old 09-30-2008, 09:46 PM
Utau
Fire Beetle
 
Join Date: Oct 2008
Location: MN
Posts: 17
Default

Yes the .pl file exists ..

c:\eqemu\quests\poknowledge\Soulbinder_Jera.pl

code as follows:
Code:
#generic soulbinder quest
sub EVENT_SAY { 
	plugin::soulbinder_say($text);
}

sub EVENT_SPAWN
{
	$x = $npc->GetX();
	$y = $npc->GetY();
	quest::set_proximity($x - 90, $x + 90, $y - 90, $y + 90);
}

sub EVENT_ENTER
{
	quest::signal(202273,5); #Qadar
}
It might be worth mentioning that I just did a AI test and Fippy will not attack me at lvl 1 and the guards will not kill him as he enters Qeynos .. not sure if this is related or not.
  #6  
Old 09-30-2008, 09:59 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

That is probably due to your .map files not being in the eqemu/maps directory. You need to download the map pack and put them in there.

I have never used the soulbinder plugin, so I can't be sure what issues might be caused by that script.

Try changing the text in that file to this:

Code:
#Test Quest

sub EVENT_SAY { 
  if($text =~/Hail/i) {
    quest::say("Quests are working!");  }
}
Then just save the file and in game, use the #reloadquest command in the zone your NPC is in. Then hail it and see what happens.

You can easily revert the file back after you are done testing by pasting the script you posted in this thread.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
  #7  
Old 09-30-2008, 10:05 PM
Utau
Fire Beetle
 
Join Date: Oct 2008
Location: MN
Posts: 17
Default

Ok I will try that when I get back .. gone 20 mins .. thanks for all the help so far .. Ill report back soon.

Edit .. maps folder only has about 20 files in it .. where can i get the entire folder contents?
Closed Thread

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 03:26 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