Ok, I got the items_template error and fixed it with (Telling it to continue on errors):
Code:
ALTER TABLE `item_template`
ADD COLUMN `unk_flag1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_value10;
ALTER TABLE `item_template`
ADD COLUMN `unk_flag2` mediumint(10) unsigned NOT NULL default '0' AFTER unk_flag1;
Then I got this error :
Code:
2008-10-01 21:30:46 Loading Vehicles...
2008-10-01 21:30:46 ERROR:SQL: SELECT MAX(entry) FROM creature_Vehicles
2008-10-01 21:30:46 ERROR:query ERROR: Table 'mangos.creature_vehicles' doesn't exist
2008-10-01 21:30:46 ERROR:Error loading creature_Vehicles table (not exist?)
I fixed that with importing "creature_vehicles.sql" from in the "Updates" folder. Then I figured I would import all files from Updates folder and done just that.
Now when I tried to create a character it did not show up on character list and I saw this error in the server :
Code:
2008-10-01 22:05:46 ERROR:SQL: INSERT INTO character_spell (guid,spell,slot,active,disabled) VALUES ('2', '81', '1','1','0')
2008-10-01 22:05:46 ERROR:SQL ERROR: Unknown column 'disabled' in 'field list'
I fixed that with importing "characters.sql" from page 18 Download Link Here
Then I run mangosd.exe and realmd.exe (don't matter what order, just be sure you do them one then the other right away). After it is done preparing you will hear a beep. Once you hear the beep type in the following to make sure you have a user to log in with and be able to use bloodelf and deathknight.
Code:
create username password
setgm username 3
setexpansion username 2
Repeat with every user. This will make the account, make the account a gm, and set their expansion to WotLK so they can play with Death Knight.
I hope I am of use.