Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 426 to 450 of 493
Search took 0.01 seconds; generated 98 minute(s) ago.
Search: Posts Made By: pfyon
Forum: Quests::Q&A 07-21-2009, 05:25 PM
Replies: 8
Views: 10,820
Posted By pfyon
Using an IDE with code highlighting might help...

Using an IDE with code highlighting might help too, in case you're not. Could tell you if you're missing any brackets as well.
Forum: Support::Linux Servers 07-20-2009, 01:16 PM
Replies: 5
Views: 7,533
Posted By pfyon
Yeah, this forum software chokes on characters...

Yeah, this forum software chokes on characters with accents.
Forum: Support::Windows Servers 07-18-2009, 02:37 PM
Replies: 11
Views: 11,297
Posted By pfyon
You'll probably have to compare all the accounts...

You'll probably have to compare all the accounts that have this issue with ones you know don't to figure out the cause.
Forum: Development::Development 07-17-2009, 04:02 PM
Replies: 24
Views: 21,981
Posted By pfyon
When trying to compile the BOTS code on ubuntu...

When trying to compile the BOTS code on ubuntu server 8.04 today, I ran into the following error(s):

bot.h:47: error: expected ';' before 'override'
bot.h:48: error: expected ';' before...
Forum: Support::Linux Servers 07-17-2009, 03:11 PM
Replies: 12
Views: 10,018
Posted By pfyon
Thanks for the help guys. I think I ended up...

Thanks for the help guys. I think I ended up doing what gaeorn suggested. The problem was trying to do it all server side.

I checked out the official code, copied it over to my working copy,...
Forum: General::General Discussion 07-16-2009, 03:51 PM
Replies: 12
Views: 13,805
Posted By pfyon
Yes, the original zone files should be on the...

Yes, the original zone files should be on the original CDs (assuming they didn't patch them later from live). Project EQ has various database releases of different expansions, so they probably have...
Forum: Support::General Support 07-16-2009, 02:02 PM
Replies: 4
Views: 7,279
Posted By pfyon
Not sure why it's happening, but you could try...

Not sure why it's happening, but you could try disabling new models to make it go away.
Forum: Support::Windows Servers 07-15-2009, 05:32 PM
Replies: 11
Views: 11,297
Posted By pfyon
You might check the database to compare those 5...

You might check the database to compare those 5 accounts to ones you know crash world.exe to see if there's something wrong with account details.
Forum: Development::Feature Requests 07-14-2009, 11:59 PM
Replies: 12
Views: 15,097
Posted By pfyon
I also remember all the hell levels from 1-50...

I also remember all the hell levels from 1-50 being removed back when I still played (quit around august 2004).
Forum: Support::Linux Servers 07-13-2009, 10:10 PM
Replies: 12
Views: 10,018
Posted By pfyon
Great, there goes the edit button again. A...

Great, there goes the edit button again.

A bit more about svn switch. I tried checking out the google code svn then using svn switch to change repository locations, but it gives me the error...
Forum: Support::Linux Servers 07-13-2009, 09:58 PM
Replies: 12
Views: 10,018
Posted By pfyon
Alright, this is frustrating me. Maybe one of you...

Alright, this is frustrating me. Maybe one of you who have the svn stuff working can help.

How'd you go about setting it up? Cavedude, did you mean you exported the eqemu svn, then made a copy of...
Forum: Quests::Q&A 07-13-2009, 04:29 PM
Replies: 14
Views: 13,238
Posted By pfyon
Under EVENT_SAY you should be able to just do ...

Under EVENT_SAY you should be able to just do

$myString = $text;

That'll just store the current text since it would be overwritten whenever someone said something to the npc with the current...
Forum: Quests::Q&A 07-13-2009, 03:43 PM
Replies: 14
Views: 13,238
Posted By pfyon
You could replace the if statements after the...

You could replace the if statements after the first one with elsif statements. It's what I do whenever I work on quests unless I need it to check the text more than once separately.

The way I...
Forum: Quests::Q&A 07-13-2009, 03:35 PM
Replies: 14
Views: 13,238
Posted By pfyon
I should also note that someone who says...

I should also note that someone who says '1some2thing som3et45hing' might get it picked up as id 12345, I suggest you look up perl regular expressions on google and do some testing.
Forum: Quests::Q&A 07-13-2009, 01:47 PM
Replies: 14
Views: 13,238
Posted By pfyon
I should start by saying that I have limited...

I should start by saying that I have limited experience with perl or regular expressions.

Something like that, but instead of using quotations:

$say = player text
quest::summonitem("$say");
...
Forum: General::General Discussion 07-13-2009, 10:03 AM
Replies: 94
Views: 85,574
Posted By pfyon
I think it falls under the category of fan art.

I think it falls under the category of fan art.
Forum: Support::Linux Servers 07-12-2009, 11:06 PM
Replies: 12
Views: 10,018
Posted By pfyon
I ended up doing a svn import of the code I had...

I ended up doing a svn import of the code I had checked out (probably could have used the google code svn instead). Deleted the old server code and re-checked it out from my local svn, now I'm having...
Forum: Support::General Support 07-12-2009, 10:51 PM
Replies: 7
Views: 12,154
Posted By pfyon
Hm, my solution was with the old eqbots, are you...

Hm, my solution was with the old eqbots, are you using the new bots?
Forum: Support::General Support 07-12-2009, 09:41 PM
Replies: 7
Views: 12,154
Posted By pfyon
I think I had the same problem when being...

I think I had the same problem when being disconnected with my bots up. They would show as still being online in a zone, despite not actually being there. The only solution I found was to reboot the...
Forum: Support::Linux Servers 07-12-2009, 09:19 PM
Replies: 12
Views: 10,018
Posted By pfyon
After asking the same question at graffe's, I...

After asking the same question at graffe's, I figure that's close to what I wanted to do too. Problem is I can't figure out how to make a copy of the eqemu svn on my server.
Forum: Support::Linux Servers 07-12-2009, 05:55 PM
Replies: 3
Views: 7,677
Posted By pfyon
You could check the configuration for mysql, or...

You could check the configuration for mysql, or do some diagnostics on the queries being used. How many threads is mysql set up to use? Could be a thrashing problem, but who knows without a bit more...
Forum: Support::General Support 07-12-2009, 05:50 PM
Replies: 19
Views: 17,225
Posted By pfyon
Apparently, if you buy a new computer from an...

Apparently, if you buy a new computer from an authorized retailer in the months coming up to the release (maybe starting now?) with vista, you'll get a free upgrade to windows 7 when it comes out.
Forum: Support::Windows Servers 07-12-2009, 12:27 PM
Replies: 5
Views: 9,822
Posted By pfyon
You can do it manually when the mobs or killed,...

You can do it manually when the mobs or killed, or would probably be pretty easy to have the perl script for the mob write a value to a new table when it's killed and add some code to check that...
Forum: Support::Linux Servers 07-11-2009, 05:24 PM
Replies: 12
Views: 10,018
Posted By pfyon
Code Management

How do you guys handle testing/deployment for your own servers? I'd like to keep my server code up to date with the svn, and do development on my main pc (using eclipse, since I use ssh to talk to...
Forum: Misc::Off Topic 07-11-2009, 01:22 AM
Replies: 8
Views: 12,058
Posted By pfyon
Too bad it doesn't support the compact version of...

Too bad it doesn't support the compact version of the linksys routers (which I have) :(
Showing results 426 to 450 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