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

12-17-2004, 12:26 AM
|
Discordant
|
|
Join Date: Mar 2004
Location: Florida
Posts: 362
|
|
Quote:
Originally Posted by malignus
Try the optional error solution of downloading and copy/pasting of Wraptie.PM and Scalar.PM from the website linked in my tutorial.
|
Did that. Didn't work (Like I said read your tutorial word for word) also when I click on nmake.exe it just jumps up, then shrinks to nothing. Is it sapose to do that? I'll try running it before install. I didn't read the part about running nmake BEFORE make install IO::SCALAR.
__________________
|

12-17-2004, 11:32 AM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 233
|
|
Thing is I didnt know you had to run it before installing IO::Scalar, as I myself have NEVER gotten any problems installing it on any of my computers.
|

12-21-2004, 08:17 AM
|
Fire Beetle
|
|
Join Date: Dec 2004
Posts: 2
|
|
I can't get it to run
I have two problems the first is when I upload my
PEQ_Kunark_RC1.sql it prints out a bunch of
Query OK, 0 rows affected. 1 warning (0.00 sec),
then after awhile it gets to this
Error 1060 (42S21): Duplicate column name 'lootdrop_id'
and
Error 1146 (42S02): Table 'eq.lootdrop_entries' doesn't exist
the second problems is when trying to run Boot5Zones.bat I get
Database Error: Lost connection, attempting to recover...
the error is 2006
|

12-21-2004, 01:35 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 233
|
|
Brangle26, An error fix for your 2006 error has been added to the error resource in the first post.
With regards to your second error, it sounds to me like you're trying to source the database on top of an already existing database. Please tell me EVERY .sql file you have sourced, and in addition ALL additional queries you have entered.
|

12-24-2004, 08:53 PM
|
Fire Beetle
|
|
Join Date: Dec 2004
Posts: 2
|
|
i seem to be having a problem when entering the GRANT ALL PRIVILEGES part. I typed it in exactly as shown(except using my username and password), and when i hit enter, i get the following error
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
I entered everything correctly, and have retried several times, but keep getting the same error. Any suggestion?
thx
|

12-25-2004, 06:51 AM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 233
|
|
Artk, an error fix has been added to the main post.
|

01-05-2005, 01:01 PM
|
Fire Beetle
|
|
Join Date: Aug 2003
Posts: 6
|
|
I did everything for the 2003 error that you have posted in your first post. Yet, after all of that the stoplight is still red....
PROBLEM FIXED
|

01-06-2005, 03:46 PM
|
Demi-God
|
|
Join Date: Jan 2005
Posts: 1,109
|
|
Hello
I have a problem with boot5zone.bat
I have one error because he don't find Commands.pl file !
I have plugin.pl, default.pl, but never see commands.pl ?
what is wrong ?
|

01-06-2005, 06:25 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 233
|
|
Commands.pl is not a neccesary file for your server and quests to operate properly, you have nothing to worry about.
|
 |
|
 |

01-06-2005, 11:37 PM
|
Demi-God
|
|
Join Date: Jan 2005
Posts: 1,109
|
|
OMG this emulator 6.0DDR2 perl make me mad hehe :
My db.ini
Quote:
# READ README.TXT!
[Database]
host=127.0.0.1
user=NAME
password=PASSWORD
database=eq
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe
|
My loginServer.ini
Quote:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
worldname=froggy server
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
|
My boot5zone.bat
Quote:
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
|
and my eqhost.txt
Quote:
[LoginServer]
Host=127.0.0.1:5999
|
All programs Minilogin, World and zone no send error message
And ? I don't see any server in everquest client when i log :/
I can't log to mine... don't see his name...
|
 |
|
 |

01-07-2005, 01:43 PM
|
Demi-God
|
|
Join Date: Jan 2005
Posts: 1,109
|
|
Thanks but
Need Perl for quest ? is'nt it ?
I want make a full eqemu server 
With french client from Ubisoft if i can !!!
SOE make everquest english, german and french ?
Whynot eqemu ? hehe
EDIT : FIND ERROR
[LoginConfig]
ServerMode=StandAlone and NOT ServerMode=MiniLogin
ServerPort=5999
i search the problem since more than 3 days...
now that work....
Last edited by Belfedia; 01-09-2005 at 07:18 PM..
|

01-09-2005, 07:00 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 233
|
|
Are you trying to run Minilogin or are you following my guide? I do not have experience with minilogin, so if you are trying to use that, post in Spike's post...he'll help you out.
|

01-09-2005, 10:40 PM
|
Demi-God
|
|
Join Date: Jan 2005
Posts: 1,109
|
|
i have try to mix the Two hehe for mak a EQEMU pearl Minilogin enable  and now that work :p
A question : Pearl is enable, but no quest is on database package ?
|

01-10-2005, 10:01 AM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 233
|
|
Quests are not contained in your database, but in a separate Quests folder in your EQEmu Folder.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 12:01 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |