Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 81
Search took 0.00 seconds.
Search: Posts Made By: btuch
Forum: Archive::Linux Servers 11-04-2002, 01:10 PM
Replies: 46
Views: 39,972
Posted By btuch
Hmmm...I'll have to look at that. What I posted...

Hmmm...I'll have to look at that. What I posted fixed the NAT problem I was having. I'll look at the code and see if I can modify it, unless you would like to; which might be better since you would...
Forum: Archive::Bugs 11-04-2002, 03:15 AM
Replies: 28
Views: 8,136
Posted By btuch
You can always go into your dB and edit your...

You can always go into your dB and edit your characters location in the character_ table to change his current zone if ya get stuck.
Forum: Archive::General Discussion 11-01-2002, 04:10 AM
Replies: 3
Views: 1,985
Posted By btuch
Very cool ;)

Very cool ;)
Forum: Archive::Windows Servers 10-31-2002, 08:58 AM
Replies: 7
Views: 3,908
Posted By btuch
Mysql is a dB program for many Operating Systems....

Mysql is a dB program for many Operating Systems.

www.mysql.com
Forum: Archive::Windows Servers 10-30-2002, 05:42 AM
Replies: 4
Views: 3,433
Posted By btuch
I have seen several posts on the Sony boards...

I have seen several posts on the Sony boards where users patched to the test server, then patched to the live server and this ifxed their problem.
Forum: Archive::Linux Servers 10-30-2002, 05:30 AM
Replies: 18
Views: 10,064
Posted By btuch
hey! I be givin a lotta luvs to Linux ;)

hey! I be givin a lotta luvs to Linux ;)
Forum: Archive::Linux Servers 10-29-2002, 10:56 AM
Replies: 22
Views: 8,854
Posted By btuch
Glad ya got it working.... ;) External IP?...

Glad ya got it working.... ;)

External IP? Hmmm thats wierd.
Forum: Archive::Windows Servers 10-29-2002, 10:32 AM
Replies: 1
Views: 3,607
Posted By btuch
use EQWindows (http://www.eqwindows.com)

use EQWindows (http://www.eqwindows.com)
Forum: Archive::Linux Servers 10-29-2002, 09:35 AM
Replies: 22
Views: 8,854
Posted By btuch
The world server will spawn multiples of...

The world server will spawn multiples of itself...thats ok. I meant kill all the world servers and zone server prior to starting a new one. I forgot to do that a few times.

Thats about all the...
Forum: Archive::Windows Servers 10-29-2002, 08:31 AM
Replies: 9
Views: 4,540
Posted By btuch
nm, Image just posted.... delete from...

nm,

Image just posted....

delete from character_;

and not to delete the table.

Sry about that.
Forum: Archive::Linux Servers 10-29-2002, 08:18 AM
Replies: 22
Views: 8,854
Posted By btuch
The only thing I can think of to try is to start...

The only thing I can think of to try is to start from the beginning. Make a new DIR and copy the compiled files into it, along with other needed files. Start from scratch.

Also might wanna...
Forum: Archive::News 10-29-2002, 08:05 AM
Replies: 16
Views: 6,508
Posted By btuch
Image, Does this mean "drop the character_...

Image,

Does this mean "drop the character_ table" or "delete the data in the character_ table"?
Forum: Archive::Windows Servers 10-29-2002, 08:03 AM
Replies: 9
Views: 4,540
Posted By btuch
Lurker_005, On the release page he said ...

Lurker_005,

On the release page he said



Doesn't that mean "delete the table"? If he wants us to delete the data in the table, then maybe it was misworded...
Forum: Archive::Windows Servers 10-29-2002, 07:22 AM
Replies: 9
Views: 4,540
Posted By btuch
from the dB prompt I think you just connect to...

from the dB prompt I think you just connect to the eq dB and then type

drop table character_
Forum: Archive::Linux Servers 10-29-2002, 06:31 AM
Replies: 22
Views: 8,854
Posted By btuch
Because that is the IP your client is running on....

Because that is the IP your client is running on. The world server is binding to your external IP address and receiving a connection from your internal IP, which is fine.

IS there anything in...
Forum: Archive::Linux Servers 10-29-2002, 06:11 AM
Replies: 22
Views: 8,854
Posted By btuch
I'm diggin here now..... Are you using the...

I'm diggin here now.....

Are you using the line below in your script so the zone server runs on the same IP at the world server instead of 127.0.0.1?

./zone '.' $PUB_IP $2 $PUB_IP > $1.log 2>...
Forum: Archive::Linux Servers 10-29-2002, 05:57 AM
Replies: 22
Views: 8,854
Posted By btuch
Now that you have added in the patch to force the...

Now that you have added in the patch to force the world server to bind to your external IP, make sure you removed your entry from your windows host file. You want normal DNS resolving to go on now.
Forum: Archive::Linux Servers 10-29-2002, 05:07 AM
Replies: 22
Views: 8,854
Posted By btuch
Do this...I had the same problem..... In...

Do this...I had the same problem.....

In your LoginServer.ini file, move the line with worldaddress= above the account= line, so it looks like this.

[LoginServer]...
Forum: Archive::Windows Servers 10-29-2002, 04:57 AM
Replies: 9
Views: 4,540
Posted By btuch
There is a table in the dB called character_ ...

There is a table in the dB called character_

You need to drop the that table from your dB.
Forum: Archive::Linux Servers 10-29-2002, 04:28 AM
Replies: 22
Views: 8,854
Posted By btuch
Did you comment out the one line above the code...

Did you comment out the one line above the code insert? Here is the stuff from my prev post:

In the file ~/world/console.cpp for the line:

address.sin_addr.s_addr = htonl(INADDR_ANY);

and...
Forum: Archive::Linux Servers 10-28-2002, 11:42 AM
Replies: 4
Views: 6,524
Posted By btuch
Try this link: Free Mac...

Try this link:

Free Mac (http://www.yaromat.de/macos8/)

heh
Forum: Archive::Linux Servers 10-28-2002, 05:18 AM
Replies: 1
Views: 3,510
Posted By btuch
compile 0.3.11

FYI: to compile the world server I had to add the line

#include <stdlib.h>

to the file

common/MiscFunctions.cpp

for it to compile, since it is using the atoi() function.
Forum: Archive::Linux Servers 10-24-2002, 04:00 AM
Replies: 13
Views: 5,176
Posted By btuch
thanks, that worked =)

thanks, that worked =)
Forum: Archive::Linux Servers 10-23-2002, 07:52 AM
Replies: 46
Views: 39,972
Posted By btuch
Image and the other Devs, Can you please add...

Image and the other Devs,

Can you please add this into the world code if possible so the world server only binds to one IP address?

In the file ~/world/console.cpp for the line:
...
Forum: Archive::Linux Servers 10-23-2002, 07:49 AM
Replies: 13
Views: 5,176
Posted By btuch
OK, so.....what exactly did ya change to get it...

OK, so.....what exactly did ya change to get it to compile?
Showing results 1 to 25 of 81

 
Forum Jump
   

All times are GMT -4. The time now is 08:57 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