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 9
<
1
2
3
4
5
6
>
Last
»
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
server move and zone not starting
Views:
14,441
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
server move and zone not starting
Views:
14,441
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
server move and zone not starting
Views:
14,441
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
server move and zone not starting
Views:
14,441
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
Character Select
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
Understanding Pathing
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
Looking for enthusiasts to set up new progression
Views:
56,671
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
Sony Online Entertainment Becomes Daybreak Game Company
Views:
13,691
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
Compile Error
Views:
6,584
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
Expedition: Forgotten Halls
Views:
46,698
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
Log Level
Views:
8,470
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
Long LONG zoning times
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
help me please!!!
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
Server editing?
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
Porting to FreeBSD - Linker Issues with Lua Libraries
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
Linking against libcommon.a fails
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
Linking against libcommon.a fails
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
Linking against libcommon.a fails
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
Fresh Debian 7 install, tutorialb npc's partially under world
Views:
38,069
Posted By
jdoran
Path files perhaps?
Path files perhaps?
Forum:
Development: Custom Code
10-13-2014, 12:36 PM
Replies:
6
changing the recast on Harm Touch / Lay on Hands
Views:
4,508
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
Problem with some custom code (Paging Zaela)
Views:
12,349
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
Port Forwarding
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
Port Forwarding
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
Port Forwarding
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
Port Forwarding
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
Page 2 of 9
<
1
2
3
4
5
6
>
Last
»
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
03:32 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3