| 
 It's a little bit tricky on how to setup the database to work with the binaries. 
 First source in the MW_057DR2_alpha.sql  in yout sql database
 
 Then you need to source in itemtablechanges.sql
 
 Now you need to add a table, in the sql menu type this exactly: ALTER TABLE items ADD unknown008 INT(11) DEFAULT "0" NOT NULL;
 
 Now you need to add another table that will allow the npc's to spawn, type this exactly:
 ALTER TABLE npc_types ADD AC smallint(5) not null default 0;
 
 Setup your .bat file and LoginServer file and such and then run your World and .bat file!
 
 Have Fun!
 |