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 2 of 4
<
1
2
3
4
>
Showing results 26 to 50 of 89
Search took
0.02
seconds; generated 48 minute(s) ago.
Search:
Posts Made By:
theCoder
Forum:
Archive::Development
05-03-2002, 12:47 PM
Replies:
15
Problem compiling with VC6
Views:
17,025
Posted By
theCoder
I think it tries to open db.ini in the current...
I think it tries to open db.ini in the current working directory -- whatever directory you run the executable from. I think if you put it in the project directory, it will work. If not that, then...
Forum:
Archive::Development
05-03-2002, 12:45 PM
Replies:
7
High Priestesses
Views:
7,556
Posted By
theCoder
yes I know it's minor and stupid, but I like it ...
yes I know it's minor and stupid, but I like it
It's those minor things that added together will make this EMU better than Verant's real server.
Thanks for adding this!
Forum:
Archive::Development
05-02-2002, 07:42 AM
Replies:
7
High Priestesses
Views:
7,556
Posted By
theCoder
if (level >= 60 && gender == 01) return...
if (level >= 60 && gender == 01)
return "High Priestess";
else if (level >= 60 && gender == 00)
return "High Priest";
Not that it matters here, but when you prefix a number in c/c++ with 0,...
Forum:
Archive::Development
04-27-2002, 08:26 AM
Replies:
1
On Guard Behavior
Views:
6,178
Posted By
theCoder
That's cool! I think I'm going to have to log...
That's cool! I think I'm going to have to log onto your server some time just to see all the neat things you're doing :)
The one comment I have is that it might be better to add a function...
Forum:
Archive::Linux Servers
04-27-2002, 08:16 AM
Replies:
1
zone segfaulting.
Views:
10,403
Posted By
theCoder
I can't tell offhand what the problem is (I...
I can't tell offhand what the problem is (I haven't had this problem, but I haven't tested 0.3.1 extensively -- finals coming up and all...)
Your world log is probably just reflecting the fact...
Forum:
Archive::Linux Servers
04-24-2002, 05:36 AM
Replies:
46
NAT problem understood
Views:
62,490
Posted By
theCoder
Kyraxe, First verify that on the EQ client...
Kyraxe,
First verify that on the EQ client computer, the name resolves correctly. Go to a command prompt and run 'ping domainname' (domainname being your domain name of course). It should say...
Forum:
Archive::Linux Servers
04-23-2002, 11:05 AM
Replies:
46
NAT problem understood
Views:
62,490
Posted By
theCoder
Quagmire, I think the Loginserver is working just...
Quagmire, I think the Loginserver is working just fine. The reason I thought that it didn't use the worldaddress (besides the fact that it's closed and not open like the rest of this project) is...
Forum:
Archive::Development
04-23-2002, 06:21 AM
Replies:
2
NPC/item DB arrangement
Views:
5,789
Posted By
theCoder
Try the describe mysql command. mysql>...
Try the describe mysql command.
mysql> describe npc_types;
+-------------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null...
Forum:
Archive::Linux Servers
04-23-2002, 06:12 AM
Replies:
17
zone not loading - host name error / file not found
Views:
24,295
Posted By
theCoder
It's too bad you weren't able to get this...
It's too bad you weren't able to get this working. I really don't know what could be the problem (insert "it works on my machine" unhelpful statement here). The only thing I can think of is that...
Forum:
Archive::Linux Servers
04-23-2002, 06:11 AM
Replies:
46
NAT problem understood
Views:
62,490
Posted By
theCoder
To answer Kyraxe's question, there are two...
To answer Kyraxe's question, there are two solutions that I know of. I think the easiest solution is to use the patch I made (btw, it does still work for 0.3.1, patch just says the lines are off,...
Forum:
Archive::Linux Servers
04-20-2002, 03:40 PM
Replies:
1
Error when running under linux
Views:
8,722
Posted By
theCoder
It could be a problem with the db.ini file (you...
It could be a problem with the db.ini file (you did edit it to specify the db server, etc, right?). I think that sometimes the EMU has trouble reading the file if it has Windows-style end-of-lines...
Forum:
Archive::Linux Servers
04-19-2002, 07:03 AM
Replies:
17
zone not loading - host name error / file not found
Views:
24,295
Posted By
theCoder
gethostbyname failing for 127.0.0.1 or localhost?...
gethostbyname failing for 127.0.0.1 or localhost? I'm speechless. Something is wrong. Could you write a quick program that calls gethostbyname("localhost"), gethostbyname("127.0.0.1") and maybe...
Forum:
Archive::Linux Servers
04-19-2002, 04:44 AM
Replies:
17
zone not loading - host name error / file not found
Views:
24,295
Posted By
theCoder
Warning: long response ahead
A couple of questions:
1) What is the IP address of your Linux server? I assume it's 192.168.x.x and not your external IP. If that's true, I think this may cause some major problems when you go to...
Forum:
Archive::Database/World Building
04-17-2002, 05:45 PM
Replies:
41
World data 0.8
Views:
37,225
Posted By
theCoder
I probably should have posted this before, but if...
I probably should have posted this before, but if you want to get the full cygwin (which I recommend), you can get it from one of the mirrors listed here:
http://cygwin.com/mirrors.html
For quick...
Forum:
Archive::Database/World Building
04-17-2002, 05:43 PM
Replies:
41
World data 0.8
Views:
37,225
Posted By
theCoder
I probably should have posted this before, but if...
I probably should have posted this before, but if you want to get the full cygwin (which I recommend), you can get it from one of the mirrors listed here:
http://cygwin.com/mirrors.html
For quick...
Forum:
Archive::Database/World Building
04-17-2002, 11:32 AM
Replies:
41
World data 0.8
Views:
37,225
Posted By
theCoder
I agree completely with Trumpcard -- diff is the...
I agree completely with Trumpcard -- diff is the way to go. Also, you'll want to use the command line options -Naur to create "proper" patch files (which can be used by the unix tool patch). So...
Forum:
Archive::Development
04-15-2002, 04:53 PM
Replies:
11
Info about 0.3.1
Views:
8,069
Posted By
theCoder
Also, as you have noticed, we have a version...
Also, as you have noticed, we have a version stamp on the server's username. We will be turning these to login server side next release since people have been changing them to make them look like...
Forum:
Archive::Development
04-15-2002, 02:07 AM
Replies:
2
One way of getting waypoints with minimal fuss
Views:
6,441
Posted By
theCoder
I'm probably missing something, but doesn't that...
I'm probably missing something, but doesn't that assume that the other mob is already at or near the home point? I guess that would get the mobs to clump together, but any mob that's supposed to be...
Forum:
Archive::News
04-12-2002, 09:50 AM
Replies:
18
Loginserver Woes
Views:
12,527
Posted By
theCoder
I don't want to start (too big of) a flame war...
I don't want to start (too big of) a flame war here. For now, I don't mind too much that the login server code hasn't been released. However, script kiddies is not a good reason not to release the...
Forum:
Archive::Linux Servers
04-11-2002, 04:34 PM
Replies:
15
Server hardware.
Views:
21,817
Posted By
theCoder
heh, I was just going overboard with the...
heh, I was just going overboard with the hardware... you really don't need that much for a small server (I hope). I haven't done any benchmarking, but I haven't noticed any real lag when I play on...
Forum:
Archive::Linux Servers
04-11-2002, 02:39 PM
Replies:
15
Server hardware.
Views:
21,817
Posted By
theCoder
I run my server on a 133 MHz Mandrake 8.1...
I run my server on a 133 MHz Mandrake 8.1 computer with 128 MB RAM. I don't really notice much impact from the server, though it does take up more RAM per process than it probably should (about 17...
Forum:
Archive::Development
04-11-2002, 01:47 PM
Replies:
15
Roamers, Roaming, and the like
Views:
15,023
Posted By
theCoder
I think the flocking code, while neat, may be a...
I think the flocking code, while neat, may be a little too much for the EMU. I know I run my server on a 133 MHz, so it definitely won't have the power if it's unusable on a 1.2 GHz. I think the...
Forum:
Archive::Linux Servers
04-11-2002, 12:25 PM
Replies:
12
Which Linux distribution?
Views:
11,713
Posted By
theCoder
You might also want to try one of the code...
You might also want to try one of the code distributions such as Gentoo or Sorceror (thought I think Sorceror is experiencing some problems right now). /. and k5 had a story on installing Gentoo...
Forum:
Archive::Linux Servers
04-11-2002, 12:16 PM
Replies:
46
NAT problem understood
Views:
62,490
Posted By
theCoder
I tried to put in the necessary ifdef's to make...
I tried to put in the necessary ifdef's to make the code work on Windows (based on other code I saw in the EMU). I haven't tried this, however, but it _should_ work.
It would be nice if this made...
Forum:
Archive::Linux Servers
04-09-2002, 06:29 AM
Replies:
46
NAT problem understood
Views:
62,490
Posted By
theCoder
The NAT patch does work, at least for me logging...
The NAT patch does work, at least for me logging into my server. I opened the ports up on the firewall, so others should be able to try it also (though it would have always worked for everyone on...
Showing results 26 to 50 of 89
Page 2 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:34 PM
.
-- 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3