Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 150
Search took 0.01 seconds; generated 80 minute(s) ago.
Search: Posts Made By: krich
Forum: Archive::Database/World Building 10-07-2003, 04:38 PM
Replies: 23
Views: 13,164
Posted By krich
Trump, Here's the code you added to avoid...

Trump,

Here's the code you added to avoid the crash problem:
const Item_Struct* myitem = database.GetItem(atoi(row[0]));
if (...
Forum: Support::Linux Servers 10-07-2003, 04:29 PM
Replies: 10
Views: 15,015
Posted By krich
To take a stab at your performance question... ...

To take a stab at your performance question...

I've found that CPU is less of a priority than memory, especially if you are running the DB on the same machine as world and zones.

If you are...
Forum: Archive::Linux Servers 10-05-2003, 03:36 PM
Replies: 4
Views: 8,710
Posted By krich
Also, there is a crash bug during character...

Also, there is a crash bug during character creation that is related to invalid starting items in the database.

Check your database, table starting_items for a row where itemid==0. This will...
Forum: Archive::Development 10-05-2003, 03:31 PM
Replies: 8
Views: 6,570
Posted By krich
Looks good. Thanks, krich

Looks good.

Thanks,

krich
Forum: Archive::Bugs 10-02-2003, 02:42 PM
Replies: 2
Views: 4,647
Posted By krich
Yep, did almost exactly the same thing except my...

Yep, did almost exactly the same thing except my error message wasn't as sexy as yours. :shock:

Thanks Merth,

krich
Forum: Archive::Bugs 10-02-2003, 02:15 PM
Replies: 2
Views: 4,647
Posted By krich
/who all Crashes Zone

Has anyone encountered a situation where doing a /who all will crash every zone that has players in it except the one that the person that did the /who all is in (unless there are people there).
...
Forum: Archive::General Discussion 10-01-2003, 06:30 AM
Replies: 6
Views: 5,059
Posted By krich
Yep, DR4 in the common/version.h file. ...

Yep, DR4 in the common/version.h file.

Regards,

krich
Forum: Archive::General Support 09-30-2003, 03:39 PM
Replies: 16
Views: 13,770
Posted By krich
Another possibility is that you may need to...

Another possibility is that you may need to recompile your binaries with the FIELD_ITEMS directive enabled. I'm a linux guy, so you'll need to ask a windows guy how to actually do that under...
Forum: Archive::Development 09-30-2003, 03:20 PM
Replies: 8
Views: 6,570
Posted By krich
Bah, foiled again. It turns out not to be a...

Bah, foiled again. It turns out not to be a Windows problem afterall. Looks like the crashing problem was some invalid data in the starting_items table.

Database::GetItem(int32) does not take...
Forum: Archive::Development 09-30-2003, 11:29 AM
Replies: 14
Views: 8,086
Posted By krich
Looks like the section starting with line 412...

Looks like the section starting with line 412 should have 9979 as the item number for a "worn candle" rather than 18710 which is a human pally note, i think.

Regards,

krich
Forum: Archive::Windows Servers 09-29-2003, 02:29 AM
Replies: 5
Views: 5,518
Posted By krich
Check this out, a 050 database... Keep an eye...

Check this out, a 050 database... Keep an eye out for updates.

http://www.eqemulator.net/forums/viewtopic.php?t=10314

Regards,

krich
Forum: Archive::Windows Servers 09-29-2003, 02:25 AM
Replies: 2
Views: 5,399
Posted By krich
I just have your typical NAT with no inbound port...

I just have your typical NAT with no inbound port mapping and my server is working fine. Not sure that what you are talking about is necessary.

Regards,

krich
Forum: Archive::Windows Servers 09-29-2003, 02:22 AM
Replies: 5
Views: 5,518
Posted By krich
The database for 0.5.0dr3 has some issues that...

The database for 0.5.0dr3 has some issues that causes some zones to crash. These are being worked on. Keep updating your database when new ones come out. It will get better.

Regards,

krich
Forum: Archive::Tutorials/Howto's 09-27-2003, 10:55 AM
Replies: 8
Views: 20,686
Posted By krich
Check this out. It's for .NET, but I can assure...

Check this out. It's for .NET, but I can assure you the same concepts apply for VS6.

http://www.eqemulator.net/forums/viewtopic.php?t=9648

I'm a Win'tard and I figured it out.

Regards,
...
Forum: Archive::Development 09-27-2003, 03:49 AM
Replies: 14
Views: 8,086
Posted By krich
You're a genius (with good timing). I'm going to...

You're a genius (with good timing). I'm going to use this.

Regards,

krich
Forum: Archive::Linux Servers 09-26-2003, 03:23 PM
Replies: 3
Views: 6,681
Posted By krich
A couple more things... Create a logs...

A couple more things...


Create a logs directory in your server directory and you'll get some additional logging capabilities automagically.



This means you need to put the following line...
Forum: Archive::Development 09-24-2003, 05:30 PM
Replies: 8
Views: 6,570
Posted By krich
Warning: This seems to totally screw up when...

Warning: This seems to totally screw up when compiled under windows. Works fine under Linux. Trying to figure that out at the moment.

Regards,

krich
Forum: Archive::Development 09-23-2003, 05:34 PM
Replies: 8
Views: 6,570
Posted By krich
Starting Items Completed on 0.5.0DR3

I've completed the Starting Items for 0.5.0DR3. This is a long DIFF and my first time generating a diff, so here goes.

Command line on linux is: diff -uBb original-file updated-file >...
Forum: Archive::Windows Servers 09-23-2003, 08:13 AM
Replies: 6
Views: 6,501
Posted By krich
This is likely a problem with your db.ini file. ...

This is likely a problem with your db.ini file. Check to make sure you don't have spaces at the end of any of the lines in your db.ini.

You can check that your MySQL is working by typing the...
Forum: Archive::Linux Servers 09-23-2003, 08:06 AM
Replies: 10
Views: 9,699
Posted By krich
Yeppers. regards, krich

Yeppers.

regards,

krich
Forum: Archive::Linux Servers 09-23-2003, 07:18 AM
Replies: 10
Views: 9,699
Posted By krich
I suppose that it would be possible that a...

I suppose that it would be possible that a "return on fail" item could be a book or bag. A bit more code would take care of that potentiality.

regards,

krich
Forum: Archive::Linux Servers 09-23-2003, 06:58 AM
Replies: 10
Views: 9,699
Posted By krich
Check my post in the Dev Forum: ...

Check my post in the Dev Forum:

http://www.eqemulator.net/forums/viewtopic.php?t=10306

regards,

krich
Forum: Archive::Development 09-22-2003, 07:57 AM
Replies: 8
Views: 6,546
Posted By krich
Linux Compile Broken on 0.5.0DR3

Looks like line [client_process.cpp:4333] is not using the new item classes properly. It's passing int16 failedproduct into PutItemInInventory when an ItemInst object is expected. This causes the...
Forum: Archive::Linux Servers 09-22-2003, 03:54 AM
Replies: 3
Views: 6,715
Posted By krich
When I pulled up this page, I realized how neato...

When I pulled up this page, I realized how neato it would be to be able to check who's "in-game" without being "in-game" yourself. Heck, with the right ambition, someone could code in >gasp< an...
Forum: Archive::Linux Servers 09-21-2003, 08:32 AM
Replies: 3
Views: 6,715
Posted By krich
You can telnet to port 9000 on the machine that...

You can telnet to port 9000 on the machine that is running ./world and see things that way. Note: you must have a password defined for the userid you will be using. This is stored in your eq...
Showing results 76 to 100 of 150

 
Forum Jump
   

All times are GMT -4. The time now is 04:35 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3