View Single Post
  #4  
Old 03-13-2004, 07:43 PM
Shadow-Wolf
Dragon
 
Join Date: Oct 2003
Posts: 511
Default

easy copy n paste the stuff into notepad save it as loot.sql in your mysql\bin folder and open the mysql console
then type in the following:
use eqemu(orwhatever your db is named);
source loot.sql;
and there ya go.
Reply With Quote