View Single Post
  #1  
Old 11-22-2003, 06:40 PM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default Need Server Help (I'm Stuck On Something)

1st Problem. Ok, I have to get a compiler... (Question1:Where do I get that without having to pay 100bucks for Visual Basic?) -- (Question2: Is it possible to skip this part or get the files from a friend?)

Quote:

Setup Compiler
NOTE: This section is based on the VS.NET 2003 compiler



Go to the menu Tools/Options

In the folder pane, navigate to Projects/VC++ Directories



In the Show directories for dropdown, select "Include Files"

At the end of the list, add the following directories:
c:\mysql\include
c:\EqEmu\zlib

In the Show directories for dropdown, select "Library files"



At the end of the list, add the following directory:
c:\mysql\lib\opt
2nd Problem. When I put in my password it tells me this -
ERROR 1045: Access denied for user: 'lexen@localhost' <Using password:YES>
Im putting in the password correctly but its still denying me...


Quote:
Back in the DOS prompt, type this command:
mysql -u test -p eq

You should see a password prompt - enter in your password ('test' in this sample). You should see the following:
Code:
C:\EqEmu\cvs\eqemu\EQEMu Release>mysql -u test -p eq
Enter password: ****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 24 to server version: 3.23.57-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
3rd Problem. (Question1:Where do I get this WorldDebug.exe file?)

Quote:
Start EQEMu


Run WorldDebug.exe from c:\EqEmu\cvs\eqemu\NewSource\Build. Just double click on it from windows explorer.
(Question2: What all should I have in the C:\EqEmu\cvs\eqemu\NewSource\Build Directory?)

Quote:
I only have the following files in C:\EqEmu\cvs\eqemu\NewSource\Build Directory:

LoginServer.ini
Boot5zones.bat
addon.ini
db.ini
spells_en.txt


If anyone has any helpful advice, id deeply appreciate it...
Reply With Quote