|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days. |

06-16-2002, 04:29 PM
|
Fire Beetle
|
|
Join Date: Jun 2002
Posts: 2
|
|
Waiting for new version of EQEmu
Got all of it working now. Except for everquest... lol
Guess I need to wait for new version of EQEmu...
Thank You
|

07-18-2002, 05:06 PM
|
Fire Beetle
|
|
Join Date: May 2002
Posts: 6
|
|
I am having the exact same problem Ellis is (Was?)... You say in your post that the emulator will not work with the newest patch, however, a mere 9 days ago, you said, and I quote, "*corrects*.. 0.3.4 does work with latest patch but is it buggy. ".... Any pointer? lol... Kinda hard for me to get an earlier version of EQ, seeing as how I had to reinstall from a crash... So I was glad to see that the new patch will work... But for me - it doesnt =(
|

09-02-2002, 06:05 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
<deleted, see end of thread for status>
__________________
Please read the forum rules and look at reacent messages before posting.
|

10-15-2002, 09:08 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
Dang, over 8000 views, guess someone is actually reading this thread 
__________________
Please read the forum rules and look at reacent messages before posting.
|

11-26-2002, 02:36 PM
|
Fire Beetle
|
|
Join Date: Nov 2002
Posts: 1
|
|
help with mysql
well I found the readme and step by step guide awesome as they are very explicit, but I,ve got stucked at step four of the part two in the readme...
Problem isthat I've downloaded the stable version of mysql and cant seem to have it working right, fact is that create a database doesn't appear at all on my menu, all I get is -flush options.
would anyone have the answer to this? I've browsed the board and haven't come up on something aobut it...
|

11-26-2002, 04:42 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
The best thing to do is run mysql.exe and enter the commands to create a DB manually. Learning some basic mysql commands is good anyhow.
so start mysql.exe then:
mysql> create database eq;
mysql> exit;
and your done. See the mysql readme for what that means and more info if you want to do something different.
__________________
Please read the forum rules and look at reacent messages before posting.
|

01-07-2003, 03:08 AM
|
Fire Beetle
|
|
Join Date: Jan 2003
Location: Cali
Posts: 5
|
|
Is anyone else having this problem:
When I open MySQL, under the Environment tab in the MyODBC box it says
Not Found
Driver Version 03.51
Driver C:\WINDOWS\System32\myodbc3.dll
API Level 2
Setup C:\WINDOWS\System32\myodbc3.dll
SQL Level 1
Also, the Enviroment (Yeah, it's spelled different than in the tab for some reason) box I can't click any of the stuff to change it. And then under the Database tab in the Databases box when I right click I get the Flush options but not create database or anything... I need help, lots of it
|

01-07-2003, 03:49 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
AHHHHH
AHHHHHHHH
ARRRRRRGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHH HH
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|

01-07-2003, 06:29 AM
|
Fire Beetle
|
|
Join Date: Jan 2003
Posts: 6
|
|
I am having the exact same problem, Elkezix
No matter what I do I keep getting the 10017 error. I am trying the minilogin and can't get it to work.
I've tried everything including searching the forum. and nothing.
I even manually updated the database for eqemu.
But I can log into the public servers. But I want to do it on my own. lol.
|

01-07-2003, 08:20 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
To create the database, see my above post.
The envoroment in winmysqladmin is display only, see the my.ini edit tab for what you can change. myODBC is not required to run a server, the emu links directly to mySQL myODBC is used by other utilities though, and can be downloaded seperatly from the www.mysql.org
__________________
Please read the forum rules and look at reacent messages before posting.
|

01-07-2003, 12:12 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
Original Post Status
The original post has been updated for the EQEmu 4.1 release.
__________________
Please read the forum rules and look at reacent messages before posting.
|

01-07-2003, 02:05 PM
|
Fire Beetle
|
|
Join Date: Jan 2003
Posts: 6
|
|
I got the eqemu account to actually login.
I had to go into the console mysql.exe and type the following, since the world adduser no longer works at this time.
use eq
then
INSERT INTO account SET name='eqemu', password='eqemu', status 200,lsaccount_id=0;
Now I can get in, but no items, npc's, or anything.... But the doors work!!! lol.
|

01-08-2003, 03:39 AM
|
Fire Beetle
|
|
Join Date: Jan 2003
Location: Cali
Posts: 5
|
|
Huh? What console? X_X My mysql still says "Not Found" and I can't do anything...
__________________
Dun shoot da kitty
|

01-08-2003, 05:45 AM
|
Fire Beetle
|
|
Join Date: Jan 2003
Posts: 6
|
|
ignore the winmysqladmin's message.
if you haven't created the database yet, do the following. If you have, skip to the next part.
make sure you have db.sql in the bin folder first.
open a command prompt (command for win9x, cmd for winnt,2k,xp)
go to the bin folder if it's not already open. (I'm assuming it's in c:\mysql since that is the default)
Code:
cd\mysql\bin
mysqladmin create eq
then open mysql.exe and do the following
Code:
use eq
source db.sql
INSERT INTO account SET name='eqemu', password='eqemu', status 200,lsaccount_id=0;
then you can login with eqemu/eqemu through everquest with the emu open.ignore the winmysqladmin's message.
|
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 05:10 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |