Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 212
Search took 0.01 seconds; generated 53 minute(s) ago.
Search: Posts Made By: jdoran
Forum: Support::Linux Servers 02-01-2016, 03:06 AM
Replies: 11
Views: 14,435
Posted By jdoran
Thanks for that last suggestion. Remaking shared...

Thanks for that last suggestion. Remaking shared memory will allow zone to stay running. I see activity from the world server (up to "Processing connection") but there are no zone processes. I...
Forum: Support::Linux Servers 01-30-2016, 06:40 PM
Replies: 11
Views: 14,435
Posted By jdoran
Thanks will look into it. When I get a moment...

Thanks will look into it. When I get a moment figure I will set a breakpoint in exit and grab the stack trace.
Forum: Support::Linux Servers 01-30-2016, 12:30 AM
Replies: 11
Views: 14,435
Posted By jdoran
Stopped firewall but didn't change anything. The...

Stopped firewall but didn't change anything. The zone process will not stick around. Normally zone just waits for a connection, but it is exiting.

I am current on SQL I believe.
Forum: Support::Linux Servers 01-29-2016, 09:01 PM
Replies: 11
Views: 14,435
Posted By jdoran
server move and zone not starting

Hello again. Things have been really busy, and I've only been able to get back to eqemu stuff this week.

I've been running a server on my home linux box, but decided it was time to move into my...
Forum: General::General Discussion 05-02-2015, 07:21 PM
Replies: 1
Views: 5,586
Posted By jdoran
Character Select

Where is the character select code? This is a 3d environment, is there zone geometry for it?
Forum: Support::Windows Servers 02-27-2015, 09:13 PM
Replies: 9
Views: 12,954
Posted By jdoran
Pathing nodes are ignored when we have visual...

Pathing nodes are ignored when we have visual sight to player, and no hazards in between.
Forum: General::General Discussion 02-24-2015, 06:56 PM
Replies: 16
Views: 56,668
Posted By jdoran
P99 isnt' a progression server, so there is one...

P99 isnt' a progression server, so there is one difference.

If there were enough interested players, I would love to see a test of tiered progression. I doubt that it could be pulled off in the...
Forum: General::General Discussion 02-19-2015, 12:14 PM
Replies: 8
Views: 13,690
Posted By jdoran
They were trying to spin this as a positive move:...

They were trying to spin this as a positive move: More resources for development etc.

The only thing that would bring me back to a live server is a special ruleset, such as progression. I've...
Forum: Support::Linux Servers 02-17-2015, 12:25 PM
Replies: 2
Views: 6,575
Posted By jdoran
There is a %p escape useful for printing...

There is a %p escape useful for printing pointers. Pointers do not always fit in 32-bit integers.
Forum: Quests::need work 02-14-2015, 06:31 PM
Replies: 10
Views: 46,696
Posted By jdoran
There is a difference between saying a zone is...

There is a difference between saying a zone is pointless, and your work is pointless. I hate to put words in Demonstar55's mouth, but I read that as 'the zone, as SOE released it, was relatively...
Forum: Support::Linux Servers 10-22-2014, 09:32 AM
Replies: 4
Views: 8,469
Posted By jdoran
Here is an example of turning on pathing...

Here is an example of turning on pathing debugging. There are, of course, many other log types.

#logs debug
#mlog target on (with desired mob targetted)
#mlog set PATHING__DEBUG on
Forum: Support::Windows Servers 10-19-2014, 01:11 PM
Replies: 1
Views: 5,878
Posted By jdoran
Have you seen this on other servers? Also,...

Have you seen this on other servers?

Also, what client are you using?
Forum: Support::General Support 10-18-2014, 03:39 PM
Replies: 3
Views: 6,630
Posted By jdoran
LoginServer] Host=login.eqemulator.net:5998 ...

LoginServer]
Host=login.eqemulator.net:5998

Where did you install your client? If it is under "Program Files", move it.
Forum: Support::Windows Servers 10-18-2014, 03:35 PM
Replies: 13
Views: 13,382
Posted By jdoran
Before you get started, learn how to backup and...

Before you get started, learn how to backup and restore your database. You will make mistakes during your learning process. You do not want some unknown change to break things, and then be unable...
Forum: Development::Development 10-16-2014, 10:19 AM
Replies: 5
Views: 13,781
Posted By jdoran
When I recently built on Fedora, I had to install...

When I recently built on Fedora, I had to install an older compatibility version of lua to link. If FreeBSD's Lua is too recent, there might be similar problems.
Forum: Development::Development 10-15-2014, 07:01 PM
Replies: 6
Views: 13,401
Posted By jdoran
Sorry, I misread you. The shared_memory...

Sorry, I misread you.

The shared_memory executable does not reference any of those undefined symbols. I base this on "nm shared_memory". The symbols are not present, neither in a defined state...
Forum: Development::Development 10-15-2014, 09:32 AM
Replies: 6
Views: 13,401
Posted By jdoran
As I said, the application DOES define those. ...

As I said, the application DOES define those. The two I checked were in net.cpp
Forum: Development::Development 10-14-2014, 09:21 PM
Replies: 6
Views: 13,401
Posted By jdoran
If you comment those externs out and recompile,...

If you comment those externs out and recompile, you will either see where they are used, or learn that they are not needed.

A search of the source code will also show the usages. For example: ...
Forum: Support::Linux Servers 10-13-2014, 09:14 PM
Replies: 3
Views: 38,067
Posted By jdoran
Path files perhaps?

Path files perhaps?
Forum: Development: Custom Code 10-13-2014, 12:36 PM
Replies: 6
Views: 4,507
Posted By jdoran
I would check to see if that is handled client...

I would check to see if that is handled client side in the spells file.
Forum: Support::Windows Servers 10-07-2014, 09:18 PM
Replies: 7
Views: 12,348
Posted By jdoran
Hmm. 'redeclared' Search your project for...

Hmm. 'redeclared' Search your project for another usage of that string.
Forum: Support::Windows Servers 10-07-2014, 07:25 PM
Replies: 10
Views: 15,700
Posted By jdoran
Glad to hear that. 0.0.0.0 is a default route,...

Glad to hear that. 0.0.0.0 is a default route, and I cannot think of any case where that value would be helpful. But as long as it works.
Forum: Support::Windows Servers 10-07-2014, 06:38 PM
Replies: 10
Views: 15,700
Posted By jdoran
<!-- <address>some.server.com</address> --> ...

<!-- <address>some.server.com</address> -->
<!-- <localaddress>192.168.0.254</localaddress> -->

Try uncommenting these. Put your public IP in 'address', and your private IP in 'localaddress'. ...
Forum: Support::Windows Servers 10-07-2014, 06:10 PM
Replies: 10
Views: 15,700
Posted By jdoran
Not until now. Was one big wall of text. ...

Not until now. Was one big wall of text.

Did you forward port 9000 too?

I'm pretty tired right now, but I'm missing how the eqemu loginserver gets the external IP address
Forum: Support::Windows Servers 10-07-2014, 05:34 PM
Replies: 10
Views: 15,700
Posted By jdoran
You were supposed to put that in code tags.

You were supposed to put that in code tags.
Showing results 26 to 50 of 212

 
Forum Jump
   

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