Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 476 to 500 of 500
Search took 0.05 seconds; generated 40 minute(s) ago.
Search: Posts Made By: lerxst2112
Forum: General::General Discussion 01-24-2013, 11:21 PM
Replies: 40
Views: 30,967
Posted By lerxst2112
If you can't compile the server code you have no...

If you can't compile the server code you have no business writing a guide, unless you wish to teach others to not understand how things work.

Compiling is not difficult at all, especially now that...
Forum: Development::GeorgeS's Tools 01-24-2013, 06:17 PM
Replies: 13
Views: 42,368
Posted By lerxst2112
You type exactly: for %i in (*.ocx) do...

You type exactly:


for %i in (*.ocx) do regsvr32 %i
Forum: Support::General Support 01-24-2013, 06:14 PM
Replies: 12
Views: 8,037
Posted By lerxst2112
Smoke signals.

Smoke signals.
Forum: Support::Linux Servers 01-24-2013, 06:13 PM
Replies: 9
Views: 8,467
Posted By lerxst2112
That's the thing, if you can read that script and...

That's the thing, if you can read that script and understand what it does then you could have also done all the steps manually and been fine.

The problem is, people that don't understand what it...
Forum: General::General Discussion 01-24-2013, 06:09 PM
Replies: 40
Views: 30,967
Posted By lerxst2112
Yes, there is. It's what you have once you've...

Yes, there is. It's what you have once you've sourced 2294 and applied all the updates.
Forum: Support::Windows Servers 01-24-2013, 02:19 AM
Replies: 12
Views: 10,403
Posted By lerxst2112
Just the IP address or hostname.

Just the IP address or hostname.
Forum: Support::Windows Servers 01-24-2013, 12:57 AM
Replies: 12
Views: 10,403
Posted By lerxst2112
host: the ip address or dns name of the remote...

host: the ip address or dns name of the remote machine
database: whatever the database is named, probably 'peq'
everquest_folder: wherever you have the client installed on your local machine.
Forum: Support::Windows Servers 01-24-2013, 12:07 AM
Replies: 12
Views: 10,403
Posted By lerxst2112
Google for "MySQL remote access"

Google for "MySQL remote access"
Forum: Support::Windows Servers 01-23-2013, 10:23 PM
Replies: 9
Views: 12,104
Posted By lerxst2112
For 32-Bit you want Perl 5.12. You can find a...

For 32-Bit you want Perl 5.12. You can find a link in this thread: http://www.eqemulator.org/forums/showthread.php?t=35722
Forum: Support::General Support 01-23-2013, 10:01 PM
Replies: 4
Views: 4,951
Posted By lerxst2112
Cool story bro.

Cool story bro.
Forum: Support::Windows Servers 01-23-2013, 10:00 PM
Replies: 9
Views: 10,178
Posted By lerxst2112
Well, perhaps you shouldn't have chosen to build...

Well, perhaps you shouldn't have chosen to build the debug version.
Forum: General::General Discussion 01-23-2013, 09:57 PM
Replies: 40
Views: 30,967
Posted By lerxst2112
If you're going to write a guide, then you'll...

If you're going to write a guide, then you'll need to learn to compile the server. Perhaps you should start with another guide and update as you find issues. All the steps are the same as long as...
Forum: Support::General Support 01-23-2013, 09:53 PM
Replies: 4
Views: 4,951
Posted By lerxst2112
You need to ask this question on the forums for...

You need to ask this question on the forums for the server you are trying to play on.
Forum: Support::Windows Servers 01-23-2013, 08:23 PM
Replies: 9
Views: 10,178
Posted By lerxst2112
It is not different than the old way other than...

It is not different than the old way other than where the files are built to which should be the Build/Bin/RelWithDebInfo directory.
Forum: Support::Windows Servers 01-23-2013, 08:20 PM
Replies: 9
Views: 12,104
Posted By lerxst2112
There's something wrong with your Perl install. ...

There's something wrong with your Perl install. Like a missing lib file. You need to have the full perl install on the machine you use to build and CMake needs to be able to find it, so make sure...
Forum: General::General Discussion 01-23-2013, 07:41 PM
Replies: 40
Views: 30,967
Posted By lerxst2112
We're at 2444 right now. If you write a guide...

We're at 2444 right now. If you write a guide based on 2214 then it's already out of date.

If you're going to write it, why wouldn't you put it on the wiki? If you don't then you're just...
Forum: General::Server Discussion 01-23-2013, 02:39 PM
Replies: 38
Views: 26,702
Posted By lerxst2112
If you don't post your errors how would we even...

If you don't post your errors how would we even guess what the problem was?
Forum: Support::Windows Servers 01-23-2013, 03:06 AM
Replies: 7
Views: 12,694
Posted By lerxst2112
Nevermind, I thought there was a new something in...

Nevermind, I thought there was a new something in the config file, but I seem to be on crack. :)
Forum: Support::Windows Servers 01-23-2013, 02:57 AM
Replies: 26
Views: 22,034
Posted By lerxst2112
You need all the *.exe and *.dll files from the...

You need all the *.exe and *.dll files from the Build/Bin/RelWithDebInfo directory. It wouldn't hurt to copy the *.pdb files as well if you need to debug.
Forum: Support::Windows Servers 01-23-2013, 02:51 AM
Replies: 26
Views: 22,034
Posted By lerxst2112
CMake is building the project files that have...

CMake is building the project files that have those include directories in them. If it locates perl successfully then the directories will be correct.

When you uninstall perl, make sure you...
Forum: Support::Windows Servers 01-23-2013, 12:54 AM
Replies: 26
Views: 22,034
Posted By lerxst2112
For 32-Bit I'd recommend trying Perl 5.12. ...

For 32-Bit I'd recommend trying Perl 5.12. There's a link to it in this thread: http://www.eqemulator.org/forums/showthread.php?t=35722
Forum: Support::Windows Servers 01-22-2013, 11:33 PM
Replies: 26
Views: 22,034
Posted By lerxst2112
There's something wrong with perl. What...

There's something wrong with perl.

What version of Visual Studio are you using, and are you compiling for 32 or 64 bit?
Forum: Support::Windows Servers 01-22-2013, 11:29 PM
Replies: 7
Views: 12,694
Posted By lerxst2112
I'm gonna go with something you did. :) I'd...

I'm gonna go with something you did. :)

I'd revert any changes you have in the source code, delete the Build directory, and start over.
Forum: General::General Discussion 01-22-2013, 10:03 PM
Replies: 37
Views: 26,343
Posted By lerxst2112
On live they require planar power at level 20 and...

On live they require planar power at level 20 and have a level req of 81
Forum: Support::Windows Servers 01-22-2013, 08:02 PM
Replies: 9
Views: 10,178
Posted By lerxst2112
You want to copy all the exe and dll files. You...

You want to copy all the exe and dll files. You may want the pdb files as well if you ever want to track down a crash using the debugger.

If I had to guess I'd say you're probably missing the...
Showing results 476 to 500 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 06:09 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3