PDA

View Full Version : Help getting latest EMU version working.


Terethian2
05-01-2009, 07:08 AM
I have installed the dummy PEQ auto install of the PEQ database but it seems to me that it is not up to date with the current EMU. (Version 1129) I can read the changelog but I do not understand how to create the tables and set them up.

Can someone provide me with an SQL file I can source into my database that will update it to function from 1110 version all the way up to 1129 version of the EMU?

Mt main beefs is I am not seeing spells on my pets, charm spells don't seem to be working correctly and a lot of other little things which seem to be working on other servers but not mine. My best guess would logically be that I need to upgrade to the higher EMU I just don't know how to make the mysql changes needed. I cannot run a full database sql file because I have a decent amount of custom content which I do not wish to lose.

Oh and some maps seem to be missing like tutorial and yxtta. Anyone able to link a download for those?

Thanks for any and all help!

Terethian2
05-01-2009, 07:15 AM
I would like to make a suggestion that next to each EMU download they add an SQL download which adds all the new needed tables. That way stupid people like me that work all the time and don't have time to figure this stuff out can just source the changes and move on with something else....!!!!!

trevius
05-01-2009, 07:23 AM
We do include SQL changes with the downloads now :P I am guessing that you didn't see that we now use google SVN for handling update releases. The 1129 version is very old now. We are 450+ revisions past that point now on the SVN. You can get the newest versions here:
http://code.google.com/p/projecteqemu/source/list

Also, PEQ keeps up to date with that as well. Once the PEQ site is back up, you can get the correct database version to match the latest available Binaries download. They both work together without requiring any additional changes. And, after that point, you can always check to see if new SQL files were added to the /utils/sql/svn/ folder and source them when you update your source code/binaries.

Terethian2
05-01-2009, 12:36 PM
So the highest number I can see is 408? The project EQ site is up but the database doesn't seem to work with the emu, i get a pearl error with pearl58.dll

Terethian2
05-01-2009, 01:27 PM
World.exe - Entry point not found

The procedure entry point Perl_newXS_flags could not be located in the dynamic link library perl58.dll

Zeice
05-01-2009, 01:46 PM
http://www.eqemulator.net/forums/showthread.php?t=26643

Stickied in this forum. ;)

Terethian2
05-01-2009, 02:00 PM
Got past that error now my only problem is I am getting numerous database errors for things that are not in my DB that should be. I tried searching your download site and found nothing. All I want is someone to make me a file that is called InstallONLYthefieldsthataremissing.SQL and I will source that. I cannot install a whole new PEQ database since mine is custom. There are no SQL files listed with the changes on that site you linked.

Zeice
05-01-2009, 02:23 PM
http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer/utils/sql/svn/


If you use a program such as TortoiseSVN, you can put in this link http://projecteqemu.googlecode.com/svn/trunk/ and download all those files to your harddrive and have all the .sql files locally.

Terethian2
05-01-2009, 04:09 PM
::puts foot in his mouth and shuts up::

Thanks =D