EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   Compiled source and combined database (https://www.eqemulator.org/forums/showthread.php?t=14430)

blastoma 06-19-2004 03:44 AM

Compiled source and combined database
 
Back again, I've recieved alot of great comments and requests so I've decided to use the very small amount of spare time to once again help out the newcomers to EQEMu. I have a new website that I will host everything on. Source, Compiled code, sql, and some new tools for eqemu will be available soon. Thanks once again. :)

Website: Http://www.lotsoflobster.com/eqemu

________________________________________________


All EQEMu files and programs have been taken down. Thanks for all your support. Hope to rejoin everyone sometime in the future. Peace out... :D


________________________________________________

Hey all,

In an effort to help ease the pain of newcomers I decided to host the latest compiled source code and sql for quick and easy installations. I compile the latest cvs releases and update them as nessicary. I also combined the MW_057DR2_alpha_1 database release with the many small updates and Govtcheese's faction updates. The setup program is ment for new users who would like a windows for to easily modify the ini/bat files. It still requires alot more work but hopefully it will become a tool for quick, easy, self-installing eqemu's. For install steps read the README.txt. If you have a problem leave me a private message. Visit eqemu.chiroplus.ca for a listing of eqemu files.

Latest cvs release:

(07-31-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
Download the server setup program: EQEMu-Setup-06-21-04.zip (68 k).
Download the combined sql: EQEMu-SQL-06-26-04.zip (4751 k).

Previous cvs releases:

(07-25-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
(07-17-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
(07-10-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
(07-03-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
(06-26-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
(06-21-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).
(06-16-04) Source (754 k), Compiled (1070 k), Compiled with PERL enabled (1080 k).

***USE AT YOUR OWN RISK***
***ALWAYS CHECK THE EQEMULATOR.NET FORUM FOR ANSWERS BEFORE YOU POST***

jorikinn 06-19-2004 06:49 AM

Thanks for those packages, blastoma.
I installed all on my EQEmu server, and they work fine.

When you install the PERL enabled server (which is needed to run the quests i think), you need also to download ActivePerl from http://www.perl.com

The server is a 0.5.7-DR6.
The databases package sources fine, without beeps. I installed the databases with:
Quote:

c:\mysql\bin\mysql -u username -p
drop database eq;
create database eq;
use eq;
source EQEMu-SQL-06-16-04.sql;
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
quit
(I needed the "insert into" stuff because I am running this as a local server with minilogin).

The mob logic and population seems to be not quite ready yet:
- No mobs in uqua, inktuta (probably no mobs in other high end GoD zones either).
- The factions seems to be a bit too "unkos". Freeport guards, western wastes dragons and other mobs, seems to be all indiff or dubious. The only KoS mobs I found was VP dragons. I was a DE Wiz with SolRo faction myself.
- Mobs seem to have a bit too little HP, I could nuke WW and old world dragons to 20% with one single SoS (2740 hit).

Anyone got more eqlive style faction databases?

blastoma 06-19-2004 07:16 AM

Things should shape up to be more eq-live like once the next db is released. (www.ProjectEQ.net)

As for the faction I noticed that too, I used v0.4 faction from govtcheese. I havent looked at it but its possible it could not have sourced right on my end, Ill check and update it.

Also, soon to be released, installer/walkthrough program to get your ini and .bat files setup correctly. From me, compiling code and editing ini files and db's and stuff is easy as pie. But for new people that come around just to play around by themselves or with some friends... they dont want to sit there and figure out every little setting. (Although they should imo :))

So I look forward to finishing it up, maybe be up before the end of the day.

blastoma 06-19-2004 11:19 AM

Added server setup program.

Targeted at new users who wish to use a windows form to quickly and easily setup the ini/bat files. Also, it can copy your spells .txt files from your everquest directory for you if your too lazy. :)

Ultimatly I hope to develop a program in which will help new and expirenced eqemu users to quickly and easily setup/update a server.

If you have a problem just leave me a private message.

molimo140 06-19-2004 05:45 PM

Using the compiled World.exe that you have it is refusing to connect to the login server, it just stops after

World server listening on: localhost:9000

Any ideas on how to remedy?

blastoma 06-19-2004 08:43 PM

Are you using the minilogin.exe? If so, then this setup doesnt really support that ..... yet. :)

If your trying to setup a server to work thru the eqemu login servers then your going to need to change that localhost to your real ip address.

So grab your ip and re-run the program. Fill everything out like you did before. Once your at the "EQEMu Server" section, where it says "Server IP", enter your real IP. Not 127.0.01 or localhost.

devn00b 06-20-2004 05:17 AM

Blastoma, while im no longer a developer here, I will tell you this.

By you releasing the binary's YOU get to answer ANY/ALL support questions related to them. EQEMu devs/helpers offer no help in binaries passed arround by other people. And is generaly NOT a good idea to run any binary not given out by a developer.

All n00b questions To Blastoma please.

blastoma 06-20-2004 06:09 AM

Yeah I'm aware of that. I dont mind at all.

blastoma 06-22-2004 06:56 AM

Updated with latest 06-21-04 cvs release.

Also fixed perl plugin in 06-16-04 release.

Virus11 06-22-2004 07:21 AM

You can find the guide to install PERL onto your server at:
http://www.eqemulator.net/forums/viewtopic.php?t=12020

Merq 06-22-2004 09:05 AM

Is it me or are the links not working?

Merq 06-22-2004 09:09 AM

:D

Tangeleno 06-22-2004 09:23 AM

They work for me.

blastoma 06-22-2004 10:01 AM

I am nearly completed an all-inclusive installer for eqemu. By the time I'm done it should automatically download and install perl, Mysql 4.0.20, compiled eqemu, eqemu sql database, and run you through a series of steps to setup your server. Also, I hope to complete a patcher for un-edited cvs releases sometime in the future.

Keep your eye on this thread for updates. (will also put it in 3rd party tools when done)

Merq 06-22-2004 11:55 AM

Make it have options to install perl and mysql... in case you already have it. :)

blastoma 06-22-2004 12:46 PM

I have mysql ready, but not perl (which is just as easy).

I figured some people may not want to download the full 20mb for mysql so I skimmed it down to a very basic package. Just enough to run eqemu.

The setup program will still be a little rough but I hope to include as many options as possible without sacrificing simplicity.

Setup might be available before the night is out. :)

blastoma 06-22-2004 05:04 PM

New server setup program available Here (68 k).

Features:

*Automatically downloads/extracts latest precompiled EQEMu release.
*Automatically downloads/installs latest precombined SQL Database release.
*Automatically downloads/installs MySQL 4.0.20a (minimal).
*Assists in ini/bat setup for your server.

Note: Only tested in Windows XP Pro. If you encounter any problems please let me know with a private message.

***USE AT YOUR OWN RISK***
***ALWAYS CHECK THE EQEMULATOR.NET FORUM FOR ANSWERS BEFORE YOU POST***

blastoma 06-26-2004 05:49 AM

Updated with latest (06-26-04) cvs release.
Updated SQL database with 'unknown008=1'. (right click items should work again)

Spunge16 06-26-2004 07:03 AM

how do you actually use that programme? i downloaded and clicked it , and it wouldnt load

blastoma 06-26-2004 10:34 AM

Need an active connection to the internet for sure. And .net framework 1.0 at least. The setup program is very rough. I have a much better and smoother program in the works but will take awhile to finish up.

If the setup doesnt work for you then I suggest that you download a compiled source and run through the setup steps in the readme. With all the documentation found on these forums it isnt that hard to do.

If your getting an error message of some sort then send me a private message of the error your getting.

blastoma 07-03-2004 04:28 PM

Updated with 07-03-04 cvs release.

Spunge16 07-04-2004 10:41 AM

Had used your previous version and it worked a treat :) Lets hope this goes nice and simple for me :p

blastoma 07-04-2004 11:14 AM

Any problems make sure you leave a message. Thanks! :D

Spunge16 07-04-2004 02:33 PM

does this newest upgrade have the latest loots? My current db doesnt have a lot of the high end god armour

blastoma 07-04-2004 04:32 PM

No, this is the basic MW_057DR2_alpha_1 database that only has items up to planes of power. You will either need to get an item dump sql file and update your items in the mysql database OR wait till another database is released. I believe www.projecteq.net is working on another release, keep an eye on their forum/website for any new releases. Naturally, if a new database is released I will have a copy here ready for you to download once it becomes available.

blastoma 07-05-2004 04:13 AM

I know alot of people here have tried the eqemu setup program. If anyone has any suggestions on what they would like to see included/changed in it then please let me know. I have a new version that I am working on that will include detailed help on setting up your server, as well as setup for your in-game gm command levels.

Feel free to post suggestions here or just leave me a private message. Thanks!

runn1n0n3mpty 07-05-2004 12:08 PM

the links wont work for me

blastoma 07-05-2004 06:02 PM

Make sure that if your copying the shortcut and paste it into another browser that you preserve the character casing. The server is sometimes case sensetive. The links work so its something on your end. :)

runn1n0n3mpty 07-05-2004 07:00 PM

http://www.chiroplus.ca/EQEMu-Compiled-07-03-04.zip i copy that link and put it in my web adress and it comes up with cannot find server

Spunge16 07-06-2004 07:14 AM

works fine for me :)

runn1n0n3mpty 07-06-2004 08:03 AM

does anyone know why the links do not work for me..? can someone send me the compiled 7-3 version to rac3r101@sbcglobal.net

vapidead 07-08-2004 09:01 AM

geeez...thanks for the time you've put into this blastoma. makes me wish i had something to contribute as well...just wanted to say it certainly doesn't go unappreciated...

blastoma 07-08-2004 03:01 PM

Glad to help in any way I can. If there is anything I can do to help anyone dont hesitate to ask.

Im looking to further eqemu by providing an administrative interface. Some goals I hope to achieve is running commands from outside of your server, managing accounts, server options, seeing statistics about your server, etc. I have heard some talk about this and am not sure if anyone is currently working on a project like this. In any event, once completed I hope it will prove to be a valuable resource to new and experienced eqemu admins.

As usual, keep your eye here for updates. :!:

x-scythe 07-08-2004 03:15 PM

blastoma: i believe the program you are referring to is called EQAdmin :P

blastoma 07-08-2004 04:48 PM

I am familiar with EQAdmin. A great program but I wanted more functionality. Windcatcher did a fantastic job with EQAdmin. But my approach is actually a little bit different.

blastoma 07-10-2004 03:48 AM

Updated with latest cvs source downloads.
Updated with 07-10-04 cvs release.

Enjoy!

blastoma 07-10-2004 05:47 AM

Added eqemu.chiroplus.ca to mirror cvs releases and to keep a list of compiled eqemu releases, sql files, and misc programs. Any problems just leave me a private message. Thanks! :D

Kode Black 07-11-2004 09:01 AM

I think theres something wrong with the faction in your combined DB, Qeynos guards give no hits when they are killed.

blastoma 07-11-2004 01:57 PM

Ok, I will take a look and see whats going on there.

blastoma 07-18-2004 05:39 AM

Updated with 07-17-04 cvs release.


All times are GMT -4. The time now is 01:01 PM.

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