He is right about the messed up features, I've used it previously. I recommend going to R63B, but I do like R63 betterHi,
Try running the following SQL:
CREATE TABLE `emu_lottery` (
`id` int(11) NOT NULL DEFAULT '1',
`jackpot` bigint(255) DEFAULT NULL,
`lastwinner` varchar(255) DEFAULT NULL,
`lastnumber` varchar(255) DEFAULT NULL,
`lastprize` bigint(255) DEFAULT NULL,
`nextdraw` varchar(255) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET
I honestly don't suggest this emulator either, don't get me wrong it's decent, but unless you know how to fix several bugs, its a good emulator. I know there are the following bugs; wired is messed up, you cannot buy furniture either.
EDIT: to fix purchasing items from the catalogue, go into you're items table find wall_pos and give it a default value.