There is an easy way to remove beeps.
1) Do a database dump
cmd - cd mysql cd bin
mysqldump eq > db.sql
then delete 'eq' 'in eqemuadmin'
add 'eq'
open 'mysql'
use eq
source db.sql (the dumped data)
If you open a DB, then dump it, then re-open it, THEN dump it, a second time, it loses 100% of its errors. This allows me to catch bugged spawns