View Single Post
  #7  
Old 04-17-2002, 11:35 PM
Ariak
Dragon
 
Join Date: Mar 2002
Posts: 633
Default

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
Reply With Quote