Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 435
Search took 0.02 seconds; generated 89 minute(s) ago.
Search: Posts Made By: gaeorn
Forum: General::Server Discussion 08-30-2010, 04:30 AM
Replies: 266
Views: 1,584,774
Posted By gaeorn
Dropping while zoning is not what I was referring...

Dropping while zoning is not what I was referring to. I was referring to the times where tells take several seconds to go through.
How do you know dropping while zoning is caused by lack of...
Forum: General::Server Discussion 08-30-2010, 01:35 AM
Replies: 266
Views: 1,584,774
Posted By gaeorn
If you don't know the difference between an Areca...

If you don't know the difference between an Areca raid card with cache and an Intel ICH8R, then there is no point in me educating you. And besides, by the time you get large enough enterprise class...
Forum: General::Server Discussion 08-29-2010, 09:41 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
We have sufficient power for peak needs, although...

We have sufficient power for peak needs, although if it ran at peak all the time, then we did not pick out the right equipment based on what we are shooting for. My estimated average will be around 2...
Forum: General::Server Discussion 08-29-2010, 09:39 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
Unfortunately, most donate via credit card. But...

Unfortunately, most donate via credit card. But yes, for those who do not, they can use the option you state.
Forum: General::Server Discussion 08-29-2010, 07:34 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
We can always go cheaper. The whole point of this...

We can always go cheaper. The whole point of this plan is to NOT go the cheapest route. As was stated by CD in another thread, I will be providing a the co-lo to put this equipment at my expense. In...
Forum: General::Server Discussion 08-29-2010, 06:57 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
You are assuming the problem would be software...

You are assuming the problem would be software related. What if the machine dies? What if it ends up under DDOS attack that exceeds it's ability to mitigate?

There are other "what if" situations...
Forum: General::Server Discussion 08-28-2010, 03:50 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
CD wanted to set one up but had permission issues...

CD wanted to set one up but had permission issues on the existing PEQ server. Since FNW is difficult to reach outside of an emergency, the permission issues were not resolved. Also, CD has been very...
Forum: General::Server Discussion 08-27-2010, 08:54 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
Fatboy5706, please remove the disgusting image...

Fatboy5706, please remove the disgusting image from your signature. This is not the place for it.
Forum: General::Server Discussion 08-27-2010, 08:19 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
Last I knew, we were nowhere near halfway to the...

Last I knew, we were nowhere near halfway to the goal. However, recent donations may have changed that if you include the $1,000 I plan to put into this. Unfortunately, cavedude is unavailable until...
Forum: General::Server Discussion 08-27-2010, 01:26 PM
Replies: 266
Views: 1,584,774
Posted By gaeorn
The hosting is being provided for free by the...

The hosting is being provided for free by the hosting company that FNW used to work for. He no longer works there and his new job requires him to travel frequently so cavedude is not always able to...
Forum: General::Server Discussion 08-07-2010, 03:00 PM
Replies: 3
Views: 8,585
Posted By gaeorn
EZ has nothing to do with PEQ.

EZ has nothing to do with PEQ.
Forum: Support::Linux Servers 08-06-2010, 03:50 AM
Replies: 6
Views: 8,924
Posted By gaeorn
The problem is with optimization and...

The problem is with optimization and stringstreams under 64bit gcc. If you remove the -O flag from any object file compiles that have stringstreams, it works.

And FYI, my dev server is still 64bit...
Forum: Development::Database/World Building 07-19-2010, 07:32 PM
Replies: 5
Views: 10,193
Posted By gaeorn
None of the code actually required you to put in...

None of the code actually required you to put in percentages. The editor that cavedude wrote prefers you keep the numbers as percentages so everything is easier to read. To that end, the editor makes...
Forum: Development::Database/World Building 07-19-2010, 11:13 AM
Replies: 5
Views: 10,193
Posted By gaeorn
Actually, the above statement is incorrect. The...

Actually, the above statement is incorrect. The numbers are not a %. They are a relative value. However, there was (until I submitted a fix today) a problem where the sum could not be greater than...
Forum: Support::Windows Servers 07-19-2010, 11:01 AM
Replies: 17
Views: 14,274
Posted By gaeorn
The problem is because chance[] was an int8,...

The problem is because chance[] was an int8, making it's upper limit be 255. Since the pool you are pulling from has three items at 100 chance each, that meant it was trying to set the value to 300,...
Forum: Support::Windows Servers 07-08-2010, 01:10 PM
Replies: 17
Views: 14,274
Posted By gaeorn
That is the latest precompiled version. That is...

That is the latest precompiled version. That is not the latest. The latest is revision 1586.

The problem you are experiencing was resolved in revision 1547.
Forum: Support::Windows Servers 07-08-2010, 01:08 PM
Replies: 17
Views: 14,274
Posted By gaeorn
Yes, what revision are you running that on?...

Yes, what revision are you running that on? Because all evidence is that it works properly in my testing on PEQ.
Forum: Support::Windows Servers 07-08-2010, 12:47 PM
Replies: 17
Views: 14,274
Posted By gaeorn
Do you have evidence of the random mobs not...

Do you have evidence of the random mobs not working? From my experience, they do work as intended, but I'm happy to investigate a problem you are seeing if you have more specific information.

In...
Forum: Support::Linux Servers 06-29-2010, 03:18 PM
Replies: 3
Views: 5,295
Posted By gaeorn
Assuming this is a new db, did you source...

Assuming this is a new db, did you source peqdb_1549.sql, then source load_player.sql?

This should work with DB 5.1.x under linux. I use 5.1.42 currently without issues.
Forum: Development::Bug Reports 06-23-2010, 01:54 PM
Replies: 6
Views: 7,756
Posted By gaeorn
I have the information needed. I just need to get...

I have the information needed. I just need to get around to fixing it :-D

I'll see if I can get to this sometime this week.
Forum: Development::Bug Reports 06-17-2010, 09:38 AM
Replies: 8
Views: 16,196
Posted By gaeorn
Actually, the RNG itself only produces uint32...

Actually, the RNG itself only produces uint32 results. The transform to a range of integers (low to high) was where the problem was. But as stated, this has been fixed.
Forum: Development::Bug Reports 06-16-2010, 04:58 AM
Replies: 6
Views: 7,756
Posted By gaeorn
linux doesn't like to actually compile for 32bit,...

linux doesn't like to actually compile for 32bit, so you are having 32bit vs 64bit issues. compile on the 32bit box and copy the executable over to the 32bit box and try that.

in any case, i'll...
Forum: General::General Discussion 06-04-2010, 01:00 PM
Replies: 6
Views: 8,437
Posted By gaeorn
Don't be too hard on your instructor as it is not...

Don't be too hard on your instructor as it is not unusual for academics to be out of touch with the real world. I found that the IT guys I hired out of college had to be un-trained in some ways...
Forum: Support::Packetcollector 05-31-2010, 01:56 AM
Replies: 169
Views: 718,706
Posted By gaeorn
Why not just have a tool that zeros out any...

Why not just have a tool that zeros out any personal info from the .pcap files so they could be sent in as is. Then the full communication between client and server is complete in case we figure out...
Forum: Support::Packetcollector 05-31-2010, 01:52 AM
Replies: 169
Views: 718,706
Posted By gaeorn
Why not just fill in the ID with a sub select?...

Why not just fill in the ID with a sub select? You could simply do a (select max(id) from table)+1 where you would otherwise put in the ID. Or you could at least use a select to automatically set the...
Showing results 51 to 75 of 435

 
Forum Jump
   

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