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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-13-2014, 09:47 PM
kilst87
Sarnak
 
Join Date: Dec 2008
Location: sydney
Posts: 35
Default Shared Mem/world.exe errors

Alright, running into an issue when loading up the server. I'm getting 2 errors:

Shared Memory
[Status] Loading Items...
[Error] Starting Log: logs/eqemu_error_shared_memory_5088.log
[Error] EQEmu Exception <Shared Memory> in ..\..\common\memory_mapped_file.cpp at line (61): Could not open a file for this shared segment.

World.exe
[Error] Starting Log: logs/eqemu_error_world_5948.log
[Error] Error Loading Items: EQEmu Exception <Shared Memory> in ..\..\common\memory_mapped_file.cpp at line (130): Could not open a file for this shared segment.

I made the server about 6 months ago, maybe longer. I didn't notice then if the issue was there. Might have been.

I can see the server, log in, equip and summon items, hail NPC's, kill mobs, hire mercs, items are dropping etc etc. The only issue I have come across is when trying to put in a custom quest where a text input makes the NPC give me an item.

Quest:

Quote:
#A conversation With Player being given an Item
sub EVENT_SAY
{

if ($text =~/hail/i)
{
quest::say ("Good day to you, $name. Do you need this [book]?");
#quest::emote ("Jumps in joy when he sees $name.");
}

if ($text =~/book/i)
{
quest::say ("Then thou shall have mine");
quest::SummonItem("18521");
}

}
The dialogue works, I just don't recieve the "book". I changed it to a huge bag of plat, same issue. I also made a buff bot that works perfectly, just not receiving this item.

Thanks in advance,
Kilst
Reply With Quote
  #2  
Old 08-13-2014, 09:51 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

It's because quest::summonitem() is case-sensitive and you're using it as quest::SummonItem();

Instead of this:
Code:
quest::SummonItem(18521);
Do this:
Code:
quest::summonitem(18521);
Reply With Quote
  #3  
Old 08-13-2014, 09:55 PM
kilst87
Sarnak
 
Join Date: Dec 2008
Location: sydney
Posts: 35
Default

Wow, fast response. Sweet, I'll try that

Okay, that worked! Quest problem solved.

Now only those 2 errors.
Reply With Quote
  #4  
Old 08-13-2014, 09:57 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Check your private messages, too. I sent you a link to a version I wrote of your script.
Reply With Quote
  #5  
Old 08-13-2014, 10:08 PM
kilst87
Sarnak
 
Join Date: Dec 2008
Location: sydney
Posts: 35
Default

Awesome thanks. That was just a test script that I took from an quest editor to get me started. I will be using it for a huge bag of plat quest instead, but thats easy enough to change.

Only just starting my delve into quest scripting.

Appreciate the help!

Edit: just noticed - quest::saylink("book", 1) Omg, is that what I think it is? Going to go test that
Reply With Quote
Reply


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:33 AM.


 

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