EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 1 of 4
1
2
3
4
>
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
NAT problem understood
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
3.11 bugs
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
EQEmu is now back on freshmeat.net
Views:
1,985
Posted By
btuch
Very cool ;)
Very cool ;)
Forum:
Archive::Windows Servers
10-31-2002, 08:58 AM
Replies:
7
Err what is Mysql?
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
Get booted everytime i type something
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
gcc3.2 and the new ABI
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
Linux and multiple nics
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
Almost there...just one little snag
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
Linux and multiple nics
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
Im so close!
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
Linux and multiple nics
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
EQEmu 0.3.11 -- Wechselwirkende Spieler
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
Im so close!
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
Im so close!
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
Linux and multiple nics
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
Linux and multiple nics
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
Linux and multiple nics
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
Linux and multiple nics
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
Im so close!
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
Linux and multiple nics
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
EQEmu and Mac OS X
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
compile 0.3.11
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
3.10 compilation errors.
Views:
5,176
Posted By
btuch
thanks, that worked =)
thanks, that worked =)
Forum:
Archive::Linux Servers
10-23-2002, 07:52 AM
Replies:
46
NAT problem understood
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
3.10 compilation errors.
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
Page 1 of 4
1
2
3
4
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
08:57 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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