Maybe try shutting down your emulator. Run this code;
ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0'...
Do all the badges load or is it just certain ones that you've added in? If it's all the badges then you will need to look in your vars to make sure that your badge folder is linked up correctly.
If it's just the badges you have added you will need to make sure that they are in the correct...
Did you add the badge code into badge_definitions?
Did you add;
badge_name_BADGENAMEHERE=Whatever here
badge_desc_BADGENAMEHERE=Whatever here in your flash texts?
Make sure everything is correct, then try clearing your cache.
Well for one, in the override vars, there is a different production folder name so you might want to change that.
And also replace this with yours in your external_vars
productdata.load.url=http://127.0.0.1/swf/gamedata/productdata.txt...