OK Update.I now have 98% or so fuctionality. I ahd to make a few updates to the databse that I have.
These updates are stated on the PEQ forums. Here are specifically the 2 I had to update.
ALTER TABLE `account` ADD `rulesflag` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
-- This allowed me to edit the accounts
ALTER TABLE `zone` ADD `cancombat` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
-- this allowed me to edit the zones
If I was able to source in the CVS database this would have been fixed I am sure.
The forum reference is
http://www.projecteq.net/phpBB2/viewtopic.php?t=1679
I am pretty happy now and hope that htis may help someone else.
This should fix the database for using this editor if you installed the EQEMUServerpack3.6 or even 3.52 mostlikely.