Log in

View Full Version : Sol A- Recreated


Venelar
06-08-2003, 10:03 PM
Sol A is one of my favorite zones but it is poorly represented in all the current DBs. I went and recreated the zone to the best of my memory from when I used to play live. There are a few small changes I made since Kindle and Singe don't have roam paths yet. Otherwise, all NPCs have been recreated with proper values, spawngroups have many variances, all Named NPCs are in and all loot drops, NPCs are assigned correct spell casting tables. I added in spell tables for clockworks that do knockback, the elementals and singe.

Getting the Named stuff to spawn without either being too rare or too common was the tricky part. It could probably use some tweaking still but I'm happy with how it is.

The only thing I am missing is doors!!! I know that they are out there somewhere, just couldn't find it. If anyone has the door spawn locs, please post them.

The only thing you need is to have the current drawde db installed for items, faction and spell lists. The rest is all recreated in the new file. You can grab the SQL file at my website:
http://ryan2k.kicks-ass.org/eq

To install it, make sure you backup your current DB first by using mysqldump
mysqldump eqDB > my_eqDB_backup.sql

Then source in the soldungaSource.txt file from inside mysql.
mysql>source soldungaSource.txt

All my id numbers start at 35000 so it does not interfere with any other tables in drawde or telmet dbs.

Enjoy!