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';