I made the ip changes in the HOSTS and ZONE files. Removed the server from the control panel. Added the SQL PRIVILEDGE for the IP to the database. Installed IPCONFIG on the new name server and added it to panel again. Ran a resync and the zone files would not create.
SOlved, had to go into the database and run. UPDATE dns_rr SET `server_id` = '8'; UPDATE dns_soa SET `server_id` = '8'; This appears to fix it.