Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 212
Search took 0.04 seconds; generated 53 minute(s) ago.
Search: Posts Made By: jdoran
Forum: Support::Windows Servers 10-07-2014, 04:34 PM
Replies: 10
Views: 15,700
Posted By jdoran
Yes, you need to edit eqemu_config.xml Your...

Yes, you need to edit eqemu_config.xml

Your internal address is not the one that needs to be static. The external address is the one that either needs to be static, or registered with some...
Forum: Development::Development 10-07-2014, 04:27 PM
Replies: 8
Views: 21,827
Posted By jdoran
Was that the first error message? Is there a...

Was that the first error message?

Is there a "#include <string>" in the file?
Forum: Support::Windows Servers 10-06-2014, 09:18 PM
Replies: 5
Views: 13,596
Posted By jdoran
Have you tried the Windows Server repack...

Have you tried the Windows Server repack mentioned in the news forum?
Forum: Support::General Support 10-05-2014, 09:33 PM
Replies: 8
Views: 29,273
Posted By jdoran
As I recall there is a list of items a vendor...

As I recall there is a list of items a vendor might have, and each vendor is then associated with that table.

The 'merchant_id' is the id of the table, and should match merchantid in...
Forum: Quests::Q&A 10-04-2014, 08:43 PM
Replies: 7
Views: 10,534
Posted By jdoran
You might put in some shouts/emotes to see if the...

You might put in some shouts/emotes to see if the events are being generated
Forum: Support::General Support 10-04-2014, 03:29 AM
Replies: 4
Views: 8,307
Posted By jdoran
Possibly a network problem between you and P99. ...

Possibly a network problem between you and P99. If you were running fine until 3am, we can rule out configuration on your end. If you are able to post here, I assume your internet/router is...
Forum: Quests::Custom 10-03-2014, 08:50 PM
Replies: 7
Views: 10,092
Posted By jdoran
There is no EVENT_ITEM. Try EVENT_TRADE

There is no EVENT_ITEM. Try EVENT_TRADE
Forum: General::News 10-03-2014, 02:16 AM
Replies: 307
Views: 1,570,582
Posted By jdoran
Steve, have you looked at services such as...

Steve, have you looked at services such as DynDNS? These register your own domain with a dynamic IP, like you are using. There is even an Android app which will update the info for you.
Forum: General::General Discussion 10-02-2014, 03:42 PM
Replies: 10
Views: 16,139
Posted By jdoran
I've had some time to actually work on the code...

I've had some time to actually work on the code today, and have a couple of observations:

The parameter lists to routines like EventNPC are getting long, and the calls are not clear. For example:...
Forum: General::Server Discussion 10-02-2014, 10:42 AM
Replies: 10
Views: 22,484
Posted By jdoran
I've heard that Visual Studio can compare two...

I've heard that Visual Studio can compare two databases and generate a script to synchronize them. Keep a copy of the release database and diff them as needed.
Forum: General::General Discussion 10-02-2014, 09:14 AM
Replies: 10
Views: 16,139
Posted By jdoran
KLS, I'm not picking up any vibe. I'm happy to...

KLS, I'm not picking up any vibe. I'm happy to have this discussion, since it raises my hopes that someday some of this work can be shared. I don't want to find myself fixing merge errors anytime...
Forum: General::General Discussion 10-01-2014, 01:44 AM
Replies: 10
Views: 16,139
Posted By jdoran
KLS, Thanks for your reply. I don't think a...

KLS, Thanks for your reply.

I don't think a separate parser will help. The parser interface is insufficient. Now if the parser interface was extended, a separate parser would be fine. There...
Forum: Support::General Support 09-29-2014, 08:40 PM
Replies: 4
Views: 8,307
Posted By jdoran
Are you running your own server? Did you start...

Are you running your own server? Did you start the login server before the world server?
Forum: Support::Linux Servers 09-29-2014, 12:43 PM
Replies: 11
Views: 13,768
Posted By jdoran
Ah nice. Too bad I spent time making a path file...

Ah nice. Too bad I spent time making a path file when they already have one.

I think I learned a few new things about the zone. I only saw one door in the entire zone (door #12!)
Forum: Support::Linux Servers 09-29-2014, 11:19 AM
Replies: 11
Views: 13,768
Posted By jdoran
Image used to keep such a repository, but he...

Image used to keep such a repository, but he didn't add any of the path files I sent him.
http://www.eqpvp.com/paths/

A git repository sounds like a good idea.
Forum: Support::Linux Servers 09-29-2014, 09:38 AM
Replies: 11
Views: 13,768
Posted By jdoran
Try this for lguk. I haven't been able to do...

Try this for lguk. I haven't been able to do much testing, but I figure why not crowd source that. Place in Maps, will be used the next time the zone is restarted (ie someone zones into an empty...
Forum: Support::Linux Servers 09-28-2014, 07:22 PM
Replies: 11
Views: 13,768
Posted By jdoran
Well people should care about any zone with...

Well people should care about any zone with incorrect pathing. But I suppose I could work up one for lguk sometime.
Forum: General::General Discussion 09-28-2014, 06:29 PM
Replies: 10
Views: 16,139
Posted By jdoran
Code Changes

I was on IRC today, and the view was that without seeing code it would be difficult to form an opinion.

My concern right now is to figure out the best way of merging my changes with the current...
Forum: Support::Linux Servers 09-28-2014, 05:30 PM
Replies: 11
Views: 13,768
Posted By jdoran
I created a couple of .path files (for crescent...

I created a couple of .path files (for crescent and moors) and could never convince anyone to take them off my hands.
Forum: Support::Windows Servers 09-24-2014, 10:29 PM
Replies: 13
Views: 9,259
Posted By jdoran
... so you did not set a value for it... set...

... so you did not set a value for it...

set ServerType to 1

I will not say anything more on the subject.
Forum: Support::Windows Servers 09-24-2014, 09:24 PM
Replies: 13
Views: 9,259
Posted By jdoran
OK, you did not mention ServerType previously. ...

OK, you did not mention ServerType previously. You talked about changing RuleType which is different.

I think it is a bit early to say that this is a code problem, since there are servers running...
Forum: Support::Windows Servers 09-24-2014, 08:50 PM
Replies: 13
Views: 9,259
Posted By jdoran
You used to need to have a variable (see...

You used to need to have a variable (see variables table) with ServerType = 1
Forum: Development: Custom Code 09-24-2014, 06:12 PM
Replies: 1
Views: 9,063
Posted By jdoran
EQEmu::Any question

I am porting my quest generator to the newest code base, and see some changes in the last couple of years :)

The event handlers now accept a vector of EQEmu::Any pointers (modified Boost::Any),...
Forum: Support::Windows Servers 09-24-2014, 05:34 PM
Replies: 13
Views: 9,259
Posted By jdoran
Did you change ServerType?

Did you change ServerType?
Forum: Development: Custom Code 09-24-2014, 02:05 AM
Replies: 14
Views: 5,493
Posted By jdoran
Edit: Drajor posted while I was writing the...

Edit: Drajor posted while I was writing the following. I didn't know that /who was done client-side. But perhaps zerjz3 wanted to change that function for some other reason? I'm reaching.

You...
Showing results 51 to 75 of 212

 
Forum Jump
   

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