View Single Post
  #5  
Old 12-19-2004, 01:36 PM
Lanfo
Fire Beetle
 
Join Date: Dec 2004
Posts: 10
Default

Thank you residentninja!!

I have looked everywhere trying to find out what to do about the commands.pl missing.

kslnxusr,

To fix your problem with tributes might want to try this,

You need to download tributes.sql and TL.sql
Code:
C:\>cd c:\mysql\bin

c:\mysql\bin>mysql -u root eq

mysql>source tl.sql;
mysql>source tributes.sql;
You may have already done this next step but if not, it helped me.
Code:
ALTER TABLE npc_types ADD npc_aggro TINYINT NOT NULL DEFAULT '0';
Reply With Quote