EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   COMPLETE PUBLIC SERVER SETUP - Jan-2011 (https://www.eqemulator.org/forums/showthread.php?t=32980)

HeavyHand 02-06-2011 02:22 PM

Also, struggled through all the SQL updates. I'm glad I did. I feel more like I am contributing to my server, than just host.

Huppy 02-07-2011 06:23 AM

Quote:

Originally Posted by sorvani (Post 196744)
awesome post, I'll be going through this later tonight or tomorrow.

one quick thing I noticed since you stressed for the beginners to type thing EXACTLY as you did, in a few places you missed the spaces in the mysql login command. example: mysql -uroot -ppassword or are spaces not required there? never tried without spaces.

Ya, just like joligario replied, you can login to mysql without using a space between -u and root, so its typed -uroot (just like that)
And the same for your password -ppassword.
So if your user name was root and password was fufu, you would type:

mysql -uroot -pfufu

sorvani 02-07-2011 05:43 PM

Quote:

Originally Posted by Huppy (Post 196769)
Ya, just like joligario replied, you can login to mysql without using a space between -u and root, so its typed -uroot (just like that)

just had never actually tried to do it like that before, so had no idea.

Tried it with perl 5.12 and after changing a couple references to perl510 to perl512 in the vb project it compiled and seems to run well.

i'll tear it back down and put perl 5.10 in there, but just thought i'd try it.

Thanks for this consolidated information thread, it made this a LOT easier..

Trying to make sense of these SQL scripts hurts my head simply because there are so many minor issues with them. Just to get the server up, I just dumped all of the required ones into 1 sql file and told it to run and not stop on error. Wasn't too worried if something was not perfect since i'm gonna blow it back out anyway.

MBroadway 02-13-2011 04:10 PM

Hey for some reason every time someone makes a pet my zone.exe crashes. Everything else works great though, im not sure if I missed an sql update or what. im pretty sure I got it all right. but i am not sure. Any help would be great. thanks.

codysutton 02-16-2011 09:57 AM

Quote:

11. Ok, Now you need to download the Maps and quests.

In your server folder, right click on the quests folder and choose "SVN Checkout"
In the "URL of repository" line copy and paste the following:
http://projecteqquests.googlecode.com/svn/trunk/quests (Then click on OK)

Let it download the quests. It will show "At Revision xx when done.

Next, in your server folder, right click on the Maps folder and choose "SVN Checkout"
In the "URL of repository" line copy and paste the following:

http://eqemumaps.googlecode.com/svn/trunk/Maps (then click OK)

This will take awhile, have a coffee :)
two problems. Since I am supposed to go word for word on this, then the first is included. First- I cannot do the svn checkout on quests folder, it has that green check on it already. I just made another folder for the download and copied all that into it, hoping it would work.

However, this is the real problem. The maps download appears to be encrypted- When I try to svn checkout download that, it asked for a username and password. Do we know what it is?

sorvani 02-16-2011 11:00 AM

No, the person who was hosting the maps rage quit and took down the repo.

Fulcrum 02-16-2011 11:51 AM

Quote:

Originally Posted by sorvani (Post 197066)
No, the person who .....

Well, not -entirely- accurate but the end result is exactly the same. From a neutral, utterly unbiased position, the whole thing seems to have begun with a simple misunderstanding that got a little out of control on both sides of the fence.

I believe that all the missing files will soon be hosted by someone else in the very near future.

sorvani 02-16-2011 12:48 PM

On the issue of SQL updates. I went through these one at a time on Sunday.

Quote:

Originally Posted by Huppy (Post 196584)
In the window that pops up, click on the little square with 3 dots [...] to navigate to
the following folder(on your C-Drive: /source/trunk/EQEmuServer/utils/sql/svn/
*Note*
You will find a lot of .sql files in there, but you only need the ones starting with the
number 1711 (and up)(this is based on using the 1751 database)

The 1711_account_restricted.sql is the only one with a rev prior to the DB (1751) that you need to source in. And as Huppy noted you need to remove the first line. So your file should look like this.
Code:

ALTER TABLE `account` ADD `time_creation` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
UPDATE `account` SET `time_creation` = UNIX_TIMESTAMP() WHERE `time_creation` = 0;

After going through them all one at a time and figuring out that I only needed 1711, I dropped the database and resourced and only ran 1711 + >1751 updates and the server seems to be running fine.

Xakkis 02-16-2011 05:22 PM

Quote:

Originally Posted by Fulcrum (Post 197067)
Well, not -entirely- accurate but the end result is exactly the same. From a neutral, utterly unbiased position, the whole thing seems to have begun with a simple misunderstanding that got a little out of control on both sides of the fence.

I believe that all the missing files will soon be hosted by someone else in the very near future.

For now you can just download the .rar of the maps and the new maps and unzip it to that folder. First download the maps.tar.gz , extract it to \maps, and then download the newmaps.rar and extract it to the same directory (will overwrite a few files).

In the future you can modify the repository URL for the SVN checkout when the files are re-hosted.

codysutton 02-17-2011 01:17 PM

Alright. First of all, thank you so much for this guide. I -was- logged in and running around on my own server, thanks 100% to this guide, and answering my, until now, only problem very promptly.

Now, when I run start.bat, it was working. Loading the world and yada yada, but now- it doesn't. I get a popup about 'windows not being able to find eqlaunch.exe' I thought it was because I modded a file to allow me to have 250 status. I undid that, but I still get this error. I went to the mostly knowing google, and have come up dry thus far.

BUT! I suspect Norton 360. My server ran fine. I installed Norton because I realized I forgot to about my reboot, and now I am getting this problem, after Nortan said eqlaunch.exe was behaving suspiciously, and did what it does.

So, where are eqlaunch executables supposed to be? That is all Norton claims it wrung out of my pc with its dick beaters, but I am suspicious. It was in my backup, and now it isn't, which I had on my external storage HDD.

I am not the type to have a problem, and just immediately go posting for help. I have looked, and I am now throwing myself on your guys' mercy.

lerxst2112 02-17-2011 03:57 PM

It sounds like Norton removed or quarantined the file. You'll have to figure out how to stop it from doing that and replace the file from wherever you got it before, either by compiling it or downloading/unzipping it again.

blackdragonsdg 02-17-2011 07:30 PM

If I remember correctly Norton360 has always been fairly similar to NIS in alot of ways and if that still holds true then you can set it to exclude entire directories from auto protect and sonar scans. It should be fairly easy to find in the settings.

joligario 02-17-2011 10:12 PM

Quote:

Originally Posted by Fulcrum (Post 197067)
Well, not -entirely- accurate but the end result is exactly the same. From a neutral, utterly unbiased position, the whole thing seems to have begun with a simple misunderstanding that got a little out of control on both sides of the fence.

I believe that all the missing files will soon be hosted by someone else in the very near future.

Temporary (or permanent) solution arrived.

http://code.google.com/p/eqemu-maps/

sorvani 02-19-2011 12:07 PM

Quote:

Originally Posted by joligario (Post 197112)
Temporary (or permanent) solution arrived.

http://code.google.com/p/eqemu-maps/

Can we get a mod to edit the first post with the updated SVN since the whole point of the post is to gather it all in one place?

joligario 02-19-2011 05:19 PM

Probably best to do guides in the wiki since you can edit them there as a community.


All times are GMT -4. The time now is 07:18 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.