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

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-18-2017, 11:13 PM
jia_jacky's Avatar
jia_jacky
Sarnak
 
Join Date: May 2005
Posts: 37
Default some issue about load_bots.sql

I met some issue when I setup EQEmulator. Could anyone help me?

1. There were some errors during sourcing load_bots.sql. I reviewed the scripts and found a line:

INSERT INTO `commands` VALUES ('bot', '0');

but there was no table named commands in database (source by "peqbeta.sql" downloaded on 17 june).


2.about character_ table
There were some lines about a "character_", but it was exist in database.
such as

DROP FUNCTION IF EXISTS `GetMobType` $$
CREATE FUNCTION `GetMobType` (mobname VARCHAR(64)) RETURNS CHAR(1)
BEGIN
DECLARE Result CHAR(1);

SET Result = NULL;

IF (select count(*) from character_ where name = mobname) > 0 THEN
SET Result = 'C';
ELSEIF (select count(*) from bots where Name = mobname) > 0 THEN
SET Result = 'B';
END IF;

RETURN Result;
END $$

3. The EQEmulator ran, but quests did not. I can not start any quest, and NPC can not reply my 'Hail'. I had tried to update exe files, quests files, plugins by "eqemu_server.pl", but it still did not worked.
Reply With Quote
  #2  
Old 08-29-2017, 07:01 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

I hope you ended up resolving this. Sorry, I hate seeing posts without responses

If you are still having trouble you would be better served by posting in the appropriate forum. ie. Linux or Windows, etc. I recently ran into some issues setting up a new server myself, and found it best to go back through each step one by one. Also, don't bother setting up bots until you are 100% certain the basic server is working properly. Once you start going beyond what is broken and try to power through it, it can get real muddy
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #3  
Old 09-01-2017, 12:56 AM
jia_jacky's Avatar
jia_jacky
Sarnak
 
Join Date: May 2005
Posts: 37
Default

Quote:
Originally Posted by hayward6 View Post
I hope you ended up resolving this. Sorry, I hate seeing posts without responses

If you are still having trouble you would be better served by posting in the appropriate forum. ie. Linux or Windows, etc. I recently ran into some issues setting up a new server myself, and found it best to go back through each step one by one. Also, don't bother setting up bots until you are 100% certain the basic server is working properly. Once you start going beyond what is broken and try to power through it, it can get real muddy
Yes, I should post issues in "Windows Servers". Thank you for your advice.
When I configured my first eqemu on my windows desktop, I met some problems. Then I tried to install it on a ubuntu vm, and I was successful. Now the linux eqemu runs almost perfectly.
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 05:21 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3