Everything is looking good; I have inventory, and things appear to be running smoothly. Thanks for the help amraist!
Looking over erde's BSD patches, I see I did almost exactly what erde did, except instead of switching up to an equivalent abs function, I opted to simply flip the sign of the integers, given they're all known to be below 0 and there's no even-root calls. :) |
Glad to hear its working for you. I have a startup script I wrote if you are interested. It works except on startup it seems(last time my jail started, my launcher didn't startup), and I haven't gotten around to tracking that down.
|
I certainly won't turn down free startup scripts :)
It seems I may have spoken too soon about everything working great. In my last post, I logged in, saw I had inventory, figured everything was great, logged out and went to sleep. Since, I have discovered I am now unable to move, or if I can move there's no gravity. And no sky. I suspect something is up with the zone launch script. |
Did download the maps?
|
Since your source is at a higher revision than your database, you should check:
http://code.google.com/p/projecteqem.../utils/sql/svn for any SQL with prefixes between your database and source revision numbers and source them into your database. The particular problem you are having likely requires: http://code.google.com/p/projecteqem...svn1618&r=1618 |
OK, I think I'm starting to understand the correlation between DB and EQEmu revisions here, perhaps you can confirm?
Even when doing a brand-new install, simply installing the base peqdb as obtained via CVS is not sufficient. The super-mega DB, peqdb_rev1589.sql, is applied. Then, any sql file with a revision number listing in the utils/sql/svn directory of the source is applied? I just want to make sure I understand this going forward. Thank you for the help! |
When Cavedude releases a version of the PEQ database, it is generally compatible with the current version of the server source code on the day he releases it.
As a new PEQ database is only generally released every month or two, any source code changes that are made in between PEQ DB releases, that require a database change, will require you to source in the changes from the source code SVN, utils/sql/svn directory. E.g. July 9th, CD releases PEQ DB Rev 1589, compatible with the latest available source code on that date, Rev 1589. Source code developers commit changes over the following days and weeks, some of which require database changes, e.g. I commit source Rev 1618 on 8th August which requires a change to the zone table structure. If you upgrade from Rev 1589 to Rev 1618 of the source (or are a new user who has just installed the Rev1589 DB and compiled the Rev1618 source), then you will need to apply any SQL changes that have have prefixes betwen 1590 and 1618 from the source code SVN. |
You only want to apply any SQL from that folder for revisions that came AFTER the db revision you are running. So, in your case that would be any SQL higher than 1589. Also, if there are any SQL files for a revision LATER than the actual source code revision you are running, you do not want to apply those.
|
Thanks, both of those explanations make a lot of sense.
With those sql updates applied, the world and zones are now running properly. I can move. I can interact with NPC's. I have inventory. There is gravity. There is sky. There is combat. There is a brass key. > get key |
Here is my startup script. It will start world, ucs, eqlogin(login server) and will use eqlauncher to start up zones. So you will need to have one setup in the database. If you notice any bugs, please let me know.
Code:
#!/bin/sh |
Quote:
|
I use grep to find where the missing function is defined, and then add that file to the makefiles. You can also figure it out if you are paying attention to the svn logs. If you are using erde's autobuild, here is a patch you can apply after extracting and before running any of his autobuild commands:
Code:
Index: zone/Makefile.am |
All times are GMT -4. The time now is 05:39 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.