Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 151 to 175 of 493
Search took 0.02 seconds; generated 98 minute(s) ago.
Search: Posts Made By: pfyon
Forum: Development::Development 05-12-2010, 07:14 PM
Replies: 5
Views: 12,036
Posted By pfyon
Exporting Functions to Perl

I've done some searches for perlxs in both the forums and the wiki and didn't really find anything useful to me. Are there any guides out there, or anyone willing to write a guide, on how to export...
Forum: Development::Development 05-11-2010, 07:27 PM
Replies: 136
Views: 189,214
Posted By pfyon
Ah, okay then.

Ah, okay then.
Forum: Development::Development 05-11-2010, 07:14 PM
Replies: 136
Views: 189,214
Posted By pfyon
Btw, why have the SoD stream on a different port?...

Btw, why have the SoD stream on a different port? Titanium and SoF already share one, requiring the login server to check what client is connecting, why not put SoD on the same port and just have it...
Forum: Development::Server Code Submissions 05-11-2010, 02:22 PM
Replies: 3
Views: 7,606
Posted By pfyon
EQEmuLoginServer/ErrorLog.cpp r1459 Linux Compile Fix

The addition of memset() to rev 1459 of ErrorLog.cpp broke the compile for my linux box. Solution is to #include <string.h> in ErrorLog.cpp.
Forum: General::General Discussion 05-09-2010, 10:24 AM
Replies: 3
Views: 7,067
Posted By pfyon
I think he's recommending you ask at the project...

I think he's recommending you ask at the project 1999 forums.
Forum: Misc::Off Topic 05-08-2010, 11:47 AM
Replies: 8
Views: 12,273
Posted By pfyon
It would be much less obvious to have a timer in...

It would be much less obvious to have a timer in player.pl so something bad happens after a random amount of time in a zone.
Forum: Development::Tools 05-07-2010, 02:25 PM
Replies: 264
Views: 894,256
Posted By pfyon
Perhaps I have some unique requirements here, but...

Perhaps I have some unique requirements here, but anyone have this working on a remote db through WAMP? I'm getting errors when I go to add tasks for the dropdown menus.

Apache error logs:

[Fri...
Forum: General::General Discussion 05-06-2010, 03:09 PM
Replies: 5
Views: 11,415
Posted By pfyon
This has been an issue with EQ since I started...

This has been an issue with EQ since I started playing (~2000). Still happens to me, even witht he SoD client.

I used to fix it as posted above, move your gamma over one notch then back.
Forum: Support::Windows Servers 05-04-2010, 06:36 PM
Replies: 25
Views: 25,146
Posted By pfyon
I second checking if you're GM flagged.

I second checking if you're GM flagged.
Forum: Support::Linux Servers 05-04-2010, 06:35 PM
Replies: 5
Views: 11,248
Posted By pfyon
Have you checked your eqemu_debug_world.log file?...

Have you checked your eqemu_debug_world.log file? It could be the server is starting up, then shutting down due to some problem booting the world.

edit: also, ensure that the script is being run...
Forum: Support::Linux Servers 05-03-2010, 03:54 PM
Replies: 6
Views: 8,937
Posted By pfyon
I think the problem involves a changed table. I...

I think the problem involves a changed table. I resourced the login server install sql and it fixed the problem (and the problematic query you posted here does not return an error). I believe it's an...
Forum: Support::Linux Servers 05-03-2010, 11:20 AM
Replies: 6
Views: 8,937
Posted By pfyon
FROM tblWorldServerRegistration AS WSR ...

FROM tblWorldServerRegistration AS WSR


means it's using the name WSR instead of the long one for the purpose of this query. I had the same issue with the loginserver and mysql queries failing,...
Forum: Quests::Q&A 05-02-2010, 05:57 PM
Replies: 5
Views: 7,417
Posted By pfyon
Not sure about the task question, but your...

Not sure about the task question, but your plugins folder could be in the wrong place. In your root server folder, you should have a plugins folder. If that's missing, it won't be able to handle any...
Forum: Support::Linux Servers 04-28-2010, 02:21 PM
Replies: 12
Views: 15,947
Posted By pfyon
Changing the ip to the host name in any place...

Changing the ip to the host name in any place didn't do anything, and listen_port is the port the login server listens on for connections from world servers.

In conclusion, still having that...
Forum: Support::Linux Servers 04-27-2010, 04:31 PM
Replies: 12
Views: 15,947
Posted By pfyon
Sigh, I am back trying to fix this, this time...

Sigh, I am back trying to fix this, this time with a SoD client. Here's some more information.

Relevant output from the open source login server:

[Network] [04.27.10 - 16:12:30] New world...
Forum: General::General Discussion 04-24-2010, 01:08 AM
Replies: 14
Views: 16,051
Posted By pfyon
An ounce of prevention is worth a pound of cure...

An ounce of prevention is worth a pound of cure (or whatever the saying is). Adblock + COMODO firewall + microsoft security essentials hasn't failed me yet.
Forum: Quests::Q&A 04-21-2010, 09:52 PM
Replies: 3
Views: 7,857
Posted By pfyon
I think you'll need to spawn an NPC with a...

I think you'll need to spawn an NPC with a different name, then despawn it and spawn one with the original name when the timer triggers.
Forum: Support::General Support 04-14-2010, 07:46 PM
Replies: 3
Views: 7,608
Posted By pfyon
You probably didn't change the shortcut from...

You probably didn't change the shortcut from everquest.exe to eqgame.exe
Forum: Quests::Q&A 04-14-2010, 04:12 PM
Replies: 4
Views: 7,237
Posted By pfyon
What language did you write it in? Any chance of...

What language did you write it in? Any chance of releasing the source?

I worked a bit on something like this a few months ago in perl, just to change quest::say() into quest::say(,langid) to make...
Forum: Support::General Support 04-11-2010, 10:21 PM
Replies: 4
Views: 6,453
Posted By pfyon
I'm impressed, I haven't tried google translate...

I'm impressed, I haven't tried google translate in a while but that did a pretty good job.
Forum: General::General Discussion 04-11-2010, 02:35 PM
Replies: 10
Views: 21,570
Posted By pfyon
It's also interesting to track what files have...

It's also interesting to track what files have changed between expansions. Did you check the files using a diff program of sorts, or just note which files existed in one but not the other?
Forum: Support::General Support 04-03-2010, 08:10 AM
Replies: 5
Views: 8,503
Posted By pfyon
In MMOs, you're 'forced' to do things to advance...

In MMOs, you're 'forced' to do things to advance your character. If you don't kill mobs/do quests/whatever, you won't gain levels or gear.
Forum: Support::Windows Servers 04-02-2010, 02:12 PM
Replies: 1
Views: 14,223
Posted By pfyon
Sounds like a client side error, maybe a...

Sounds like a client side error, maybe a corrupted zone file?
Forum: Support::General Support 04-01-2010, 03:51 PM
Replies: 2
Views: 5,793
Posted By pfyon
Yes, you should post at http://project1999.org/ .

Yes, you should post at http://project1999.org/ .
Forum: Development::Bots 03-31-2010, 10:09 AM
Replies: 9
Views: 13,413
Posted By pfyon
Seems it's an issue with the peq db. mysql>...

Seems it's an issue with the peq db.

mysql> select name,charmfileid from items where name in ("Ancient Longhandled Frostreaver","Ancient Frostreaver");...
Showing results 151 to 175 of 493

 
Forum Jump
   

All times are GMT -4. The time now is 11:00 PM.


 

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