Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 101 to 125 of 493
Search took 0.01 seconds; generated 59 minute(s) ago.
Search: Posts Made By: pfyon
Forum: General::Server Discussion 08-29-2010, 06:02 PM
Replies: 266
Views: 1,652,834
Posted By pfyon
If they're using virtual machines, most likely it...

If they're using virtual machines, most likely it would only take out one VM and not the whole system. If the whole system went down, then there's a huge problem.
Forum: Support::Windows Servers 08-27-2010, 07:27 PM
Replies: 3
Views: 8,705
Posted By pfyon
Joligario posted some code to fix those issues...

Joligario posted some code to fix those issues here: http://www.eqemulator.org/forums/showthread.php?t=31934
Forum: Support::Linux Servers 08-27-2010, 07:26 PM
Replies: 7
Views: 11,026
Posted By pfyon
Ran into the same issue. The only difference I...

Ran into the same issue. The only difference I noticed was the sharedmem size warning when I started (700-some instead of the usual 500-some number).
Forum: Development::Bug Reports 08-27-2010, 12:21 AM
Replies: 4
Views: 14,771
Posted By pfyon
Hmm, I ran into buffer overflow in world with a...

Hmm, I ran into buffer overflow in world with a recent rev, I was going to figure out what revision it was to post the problem. Is this the same issue?
Forum: Support::Windows Servers 08-25-2010, 05:44 PM
Replies: 5
Views: 7,437
Posted By pfyon
Some default installations (WAMP maybe?) have it...

Some default installations (WAMP maybe?) have it listen on port 8080 for testing, but I think all the linux ones do port 80 by default.
Forum: Support::Windows Servers 08-25-2010, 08:08 AM
Replies: 3
Views: 6,747
Posted By pfyon
You need your database revision to match your...

You need your database revision to match your server revision, so you should be using whatever DB came before 1316 + the updates in the utils/sql/svn/ folder up to 1316.
Forum: Support::Linux Servers 08-24-2010, 08:14 AM
Replies: 26
Views: 23,123
Posted By pfyon
Ah, 64 bit. As far as I know, everything doesn't...

Ah, 64 bit. As far as I know, everything doesn't work perfectly with 64 bit eqemu yet. There may be some other people who have posted about their experiences here.
Forum: Support::Linux Servers 08-23-2010, 09:21 PM
Replies: 26
Views: 23,123
Posted By pfyon
What OSes have you been using?

What OSes have you been using?
Forum: General::General Discussion 08-21-2010, 09:12 AM
Replies: 4
Views: 7,302
Posted By pfyon
Tradeskills (if they're in demand) were always a...

Tradeskills (if they're in demand) were always a good source of money. When I started playing back in 2000, I made a boatload off of banded armor because no one else was making it.

Also, Unrest.
Forum: Support::General Support 08-18-2010, 11:07 PM
Replies: 5
Views: 6,598
Posted By pfyon
Your most likely culprit: eqgame.exe patchme, not...

Your most likely culprit: eqgame.exe patchme, not everquest.exe.
Forum: Development::Server Code Submissions 08-15-2010, 11:18 AM
Replies: 1
Views: 6,933
Posted By pfyon
COMMITTED: quest::createBot()

I have wanted to add this for a while so some bot commands can be removed from the client and then provide bots as rewards from quests. Creates a bot given name,race,etc.

Usage:...
Forum: Support::MiniLogin 08-12-2010, 10:36 PM
Replies: 15
Views: 82,539
Posted By pfyon
I haven't tried 10.x.x.x because my dhcp server...

I haven't tried 10.x.x.x because my dhcp server is set up to use 192.168.x.x. Since I'm using Ubuntu, my loginserver is using the precompiled libEQEmuAuthCrypto.a (and libcryptopp.a?) from...
Forum: Support::MiniLogin 08-12-2010, 05:54 PM
Replies: 15
Views: 82,539
Posted By pfyon
Here's my login.ini: [database] host =...

Here's my login.ini:

[database]
host = localhost
port = 3306
db = eqemulogin
user = loginuser
password = loginpassword
subsystem = MySQL
Forum: Development: Custom Code 08-11-2010, 11:24 PM
Replies: 1
Views: 3,294
Posted By pfyon
EQEmuLoginServer - Creates account upon login

This might be useful for small servers for just friends. When someone logs in and the username does not already exist in the DB, it will create a new user with username/password given (and email...
Forum: Support::MiniLogin 08-11-2010, 11:01 PM
Replies: 15
Views: 82,539
Posted By pfyon
I'm not using it under WINE, I compiled it on my...

I'm not using it under WINE, I compiled it on my Ubuntu 10.04 server. If by "use", you mean behaviour, windows and linux login servers should be indistinguishable from each other to the client.
...
Forum: Support::MiniLogin 08-11-2010, 07:06 PM
Replies: 15
Views: 82,539
Posted By pfyon
I've had no problem with the EQEmuLoginServer...

I've had no problem with the EQEmuLoginServer compiled myself on Ubuntu server 8.04 or 10.04.

I remember it being a little tricky figuring out which entries went in which tables, but I thought the...
Forum: Support::Windows Servers 08-10-2010, 09:24 PM
Replies: 2
Views: 6,961
Posted By pfyon
My guess is you're using the value determined by...

My guess is you're using the value determined by /loc, which returns in the form of y x z. Using #loc will return the correct location for the server in x y z format.
Forum: Support::Windows Servers 08-10-2010, 08:43 PM
Replies: 5
Views: 9,384
Posted By pfyon
Mine has 249 as well, so either we have some...

Mine has 249 as well, so either we have some different values or you just missed it.


mysql> select rule_name from rule_values;
+----------------------------------------------+
| rule_name ...
Forum: Support::Windows Servers 08-10-2010, 08:01 AM
Replies: 5
Views: 9,384
Posted By pfyon
In your rules_values table, there's a rule...

In your rules_values table, there's a rule called:
Character:SoDClientUseSoDHPManaEnd

Set that to true.
Forum: Support::Windows Servers 08-08-2010, 09:45 PM
Replies: 5
Views: 7,437
Posted By pfyon
For the PEQ browser editor, you just need to...

For the PEQ browser editor, you just need to forward whatever port your apache server is listening on to your server in your router's config, and create an admin account for the person. Default is I...
Forum: Development::Development 07-31-2010, 01:41 PM
Replies: 115
Views: 161,449
Posted By pfyon
I posted a diff that fixed the issue for me:...

I posted a diff that fixed the issue for me: http://www.eqemulator.org/forums/showpost.php?p=189371&postcount=2
Forum: Support::Windows Servers 07-15-2010, 07:56 PM
Replies: 4
Views: 9,556
Posted By pfyon
You can't commit but you should be able to check...

You can't commit but you should be able to check it out.


svn co http://projecteqemu.googlecode.com/svn/trunk


Or tortoise svn for windows (or your other favourite gui svn browser).
Forum: Support::Linux Servers 07-13-2010, 08:13 PM
Replies: 41
Views: 67,520
Posted By pfyon
Hmm, well I'm not quite sure what's wrong with...

Hmm, well I'm not quite sure what's wrong with that.

Could you post the contents of login.ini (with sensitive info removed)? I'm not sure where else to go from here.
Forum: Support::Linux Servers 07-12-2010, 07:50 AM
Replies: 41
Views: 67,520
Posted By pfyon
I think that most recent error is occurring...

I think that most recent error is occurring because it's having issues with login.ini. Make sure it exists and the login server has read permissions set to it. I personally run EQEmuLoginServer from...
Forum: Support::Linux Servers 07-08-2010, 11:42 PM
Replies: 41
Views: 67,520
Posted By pfyon
I'm too tired/busy to figure it out tonight, but...

I'm too tired/busy to figure it out tonight, but perhaps tomorrow after work I'll see if I can figure out what you did and what's wrong.
Showing results 101 to 125 of 493

 
Forum Jump
   

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