Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 493
Search took 0.01 seconds; generated 59 minute(s) ago.
Search: Posts Made By: pfyon
Forum: Support::Linux Servers 10-25-2010, 08:50 AM
Replies: 2
Views: 7,136
Posted By pfyon
Well, I'm not sure it's a problem with your...

Well, I'm not sure it's a problem with your tools, GeorgeS. Perhaps I should try again with a brand new char. The problem might be that I was using a char that levelled up and got new spells with one...
Forum: Support::Linux Servers 10-24-2010, 03:57 PM
Replies: 2
Views: 7,136
Posted By pfyon
Properly exporting/importing SoD spell list

I posted a while back asking about the possibility of broken spells with SoD clients and apparently I just hadn't exported the spell list properly.

I've been working on and off trying to get it to...
Forum: Development::Tools 10-17-2010, 02:00 PM
Replies: 264
Views: 894,192
Posted By pfyon
Aha, excellent, thanks CD!

Aha, excellent, thanks CD!
Forum: Development::Tools 10-17-2010, 01:32 PM
Replies: 264
Views: 894,192
Posted By pfyon
Still having the same issue. I think it's...

Still having the same issue.

I think it's happening in lib/items.php copy_item().

edit: Holy non auto line breaks, batman. The relevant bit is:

Unknown column 'unknown002' in 'field list'
...
Forum: Development::Tools 10-17-2010, 09:57 AM
Replies: 264
Views: 894,192
Posted By pfyon
r203 seems to have issues with the queries used...

r203 seems to have issues with the queries used to copy items in the item editor. Lots of referenced columns that don't exist (the unknownXXX and UNKXXX ones).
Forum: Support::Windows Servers 10-12-2010, 10:04 PM
Replies: 12
Views: 13,999
Posted By pfyon
You can probably get a lot of it for free just by...

You can probably get a lot of it for free just by posting in the relevant forums.
Forum: Spell Support 10-09-2010, 05:47 PM
Replies: 5
Views: 9,251
Posted By pfyon
The only problem is using Null's with the most...

The only problem is using Null's with the most recent version of MySQL, as MySQL added 'range' as a reserved name which conflicts with the column name as the query used doesn't backtick the column...
Forum: Support::General Support 09-29-2010, 07:25 PM
Replies: 4
Views: 7,674
Posted By pfyon
I played a wizard up to lvl 65-70ish from ~2001...

I played a wizard up to lvl 65-70ish from ~2001 to end of 2004 and don't remember ever being able to summon food or water, just eyes and that halo thing.
Forum: Misc::Screenshots 09-28-2010, 06:29 PM
Replies: 10
Views: 38,489
Posted By pfyon
Not quite. Kerafyrm was killed on Rallos Zek and...

Not quite. Kerafyrm was killed on Rallos Zek and some chinese live server quite some time ago.
Forum: Support::General Support 09-23-2010, 09:47 PM
Replies: 7
Views: 8,100
Posted By pfyon
eqgame.exe patchme Might fix your issues.

eqgame.exe patchme

Might fix your issues.
Forum: Development::Tools 09-21-2010, 05:35 PM
Replies: 130
Views: 438,047
Posted By pfyon
And here's the error reported by the editor: ...

And here's the error reported by the editor:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'range, aoerange,...
Forum: Development::Tools 09-21-2010, 05:33 PM
Replies: 130
Views: 438,047
Posted By pfyon
I'm using 1.3, and it does have the error...

I'm using 1.3, and it does have the error checking for that query, at least it tells you there's an error and doesn't just break.

Here's the table:


mysql> show columns in spells_new;...
Forum: Support::Linux Servers 09-21-2010, 08:23 AM
Replies: 9
Views: 12,579
Posted By pfyon
I actually tried this on live a long long time...

I actually tried this on live a long long time ago with a friend (in firiona vie), it did not work :(.
Forum: Development::GeorgeS's Tools 09-19-2010, 03:54 PM
Replies: 1
Views: 6,514
Posted By pfyon
I was just wondering this today, as null's editor...

I was just wondering this today, as null's editor isn't compatible with mysql 5.1.41.
Forum: Support::Windows Servers 09-19-2010, 02:58 PM
Replies: 4
Views: 8,205
Posted By pfyon
Patching means your shortcut is to everquest.exe,...

Patching means your shortcut is to everquest.exe, not eqgame.exe.

eqgame.exe bypasses the automated patcher.
Forum: Development::Tools 09-18-2010, 02:44 PM
Replies: 130
Views: 438,047
Posted By pfyon
The problem with that insert query is 'range' is...

The problem with that insert query is 'range' is a reserved word in mysql 5.something (is for me using 5.1.41 anyway). If you quote your column names with ` , you can specify the column name.

It's...
Forum: Spell Support 09-18-2010, 01:54 PM
Replies: 4
Views: 9,982
Posted By pfyon
Ah, that makes sense. I assume that doesn't come...

Ah, that makes sense. I assume that doesn't come stock with the peq database.
Forum: Spell Support 09-16-2010, 07:12 PM
Replies: 4
Views: 9,982
Posted By pfyon
Unexpected error: spell id out of range

Just noticed this while doing some testing with my SoD client. Running r1664 on 32 bit Ubuntu 10.04.

It happened on my lvl 23 wizard (both gm on and off) when trying to scribe Fay Gate, cazic...
Forum: General::General Discussion 09-15-2010, 06:03 PM
Replies: 7
Views: 10,085
Posted By pfyon
Keep in mind you can run a server on a pretty...

Keep in mind you can run a server on a pretty lean box. You could run a virtual linux server on your desktop and compile it easily enough yourself, or use a precompiled one on a windows box.
Forum: Development::Bots 09-12-2010, 06:50 PM
Replies: 10
Views: 13,280
Posted By pfyon
Just noticed this issue myself. A lvl 20 warrior...

Just noticed this issue myself. A lvl 20 warrior with 5.5k ac. I'm going to try to find time to delve into the code and find/fix the issue.
Forum: Support::General Support 09-12-2010, 12:18 AM
Replies: 5
Views: 7,158
Posted By pfyon
Also make sure your mysql server is bound to the...

Also make sure your mysql server is bound to the correct IP, ie localhost vs 192.168.x.x
Forum: Spell Support 09-06-2010, 09:38 PM
Replies: 5
Views: 8,166
Posted By pfyon
I keep looking for 'like' buttons at forums, but...

I keep looking for 'like' buttons at forums, but alas, can't find any :( .
Forum: Support::Linux Servers 09-01-2010, 10:42 PM
Replies: 2
Views: 7,129
Posted By pfyon
If you add #include <limits.h> you'll be...

If you add
#include <limits.h>
you'll be good.

edit: add it to mob.cpp that is
Forum: General::Server Discussion 08-30-2010, 09:01 PM
Replies: 266
Views: 1,652,834
Posted By pfyon
Do you guys monitor the PEQ server using any...

Do you guys monitor the PEQ server using any performance monitoring software? Specifically thinking CPU usage, disk i/o, network usage, and memory usage. If you don't already, the second box for the...
Forum: Support::General Support 08-30-2010, 08:55 PM
Replies: 2
Fps
Views: 7,455
Posted By pfyon
That's a client side thing, so no, we cannot...

That's a client side thing, so no, we cannot change it. It's hard coded into your client.
Showing results 76 to 100 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