emu issues

Stevee

Posting Freak
Mar 29, 2011
580
35
Hii, so I'm using phoenixrp.swf (yes I have a license and it's valid I'll screenie if you'd like proof) and I'm getting this error while trying to start my emulator, and I was wondering is there a fix for this/why does it continue to keep doing this that's the screenshot of the error.
 

Stevee

Posting Freak
Mar 29, 2011
580
35
remove or add room_id from room table

alright did that, will I also have to run this?

DROP TABLE IF EXISTS `user_stats`;
CREATE TABLE `user_stats` (
`id` int(7) NOT NULL,
`RoomVisits` int(7) NOT NULL DEFAULT '0',
`OnlineTime` int(7) NOT NULL DEFAULT '0',
`Respect` int(6) NOT NULL DEFAULT '0',
`RespectGiven` int(6) NOT NULL DEFAULT '0',
`GiftsGiven` int(6) NOT NULL DEFAULT '0',
`GiftsReceived` int(6) NOT NULL DEFAULT '0',
`DailyRespectPoints` int(1) NOT NULL DEFAULT '3',
`DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3',
`AchievementScore` int(7) NOT NULL DEFAULT '0',
`quest_id` int(10) unsigned NOT NULL DEFAULT '0',
`quest_progress` int(10) NOT NULL DEFAULT '0',
`lev_builder` int(10) NOT NULL DEFAULT '0',
`lev_social` int(10) NOT NULL DEFAULT '0',
`lev_identity` int(10) NOT NULL DEFAULT '0',
`lev_explore` int(10) NOT NULL DEFAULT '0',
`InRoom` int(6) NOT NULL DEFAULT '9',
`InRoomX` int(3) NOT NULL DEFAULT '12',
`InRoomY` int(3) NOT NULL DEFAULT '12',
`CurrentHealth` int(4) NOT NULL DEFAULT '100',
`Level` int(3) NOT NULL DEFAULT '1',
`Experience` int(10) NOT NULL DEFAULT '0',
`MatchID` int(7) NOT NULL DEFAULT '0',
`MatchTeam` int(1) NOT NULL DEFAULT '0',
`mafiapoints` int(7) NOT NULL DEFAULT '0',
`colourpoints` int(7) NOT NULL DEFAULT '0',
`JailTime` int(7) NOT NULL DEFAULT '0',
`gangid` int(7) NOT NULL DEFAULT '0',
`rating` int(7) NOT NULL DEFAULT '0',
`aggression` int(7) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 

ProLegitZ

Jacob is here bitch !
May 11, 2012
606
56
alright did that, will I also have to run this?

DROP TABLE IF EXISTS `user_stats`;
CREATE TABLE `user_stats` (
`id` int(7) NOT NULL,
`RoomVisits` int(7) NOT NULL DEFAULT '0',
`OnlineTime` int(7) NOT NULL DEFAULT '0',
`Respect` int(6) NOT NULL DEFAULT '0',
`RespectGiven` int(6) NOT NULL DEFAULT '0',
`GiftsGiven` int(6) NOT NULL DEFAULT '0',
`GiftsReceived` int(6) NOT NULL DEFAULT '0',
`DailyRespectPoints` int(1) NOT NULL DEFAULT '3',
`DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3',
`AchievementScore` int(7) NOT NULL DEFAULT '0',
`quest_id` int(10) unsigned NOT NULL DEFAULT '0',
`quest_progress` int(10) NOT NULL DEFAULT '0',
`lev_builder` int(10) NOT NULL DEFAULT '0',
`lev_social` int(10) NOT NULL DEFAULT '0',
`lev_identity` int(10) NOT NULL DEFAULT '0',
`lev_explore` int(10) NOT NULL DEFAULT '0',
`InRoom` int(6) NOT NULL DEFAULT '9',
`InRoomX` int(3) NOT NULL DEFAULT '12',
`InRoomY` int(3) NOT NULL DEFAULT '12',
`CurrentHealth` int(4) NOT NULL DEFAULT '100',
`Level` int(3) NOT NULL DEFAULT '1',
`Experience` int(10) NOT NULL DEFAULT '0',
`MatchID` int(7) NOT NULL DEFAULT '0',
`MatchTeam` int(1) NOT NULL DEFAULT '0',
`mafiapoints` int(7) NOT NULL DEFAULT '0',
`colourpoints` int(7) NOT NULL DEFAULT '0',
`JailTime` int(7) NOT NULL DEFAULT '0',
`gangid` int(7) NOT NULL DEFAULT '0',
`rating` int(7) NOT NULL DEFAULT '0',
`aggression` int(7) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
yes
 

Stevee

Posting Freak
Mar 29, 2011
580
35
done with that, thank you emulator's been fixed..

on another note, is there a specific .swf pack I'll need for the RP hotel, or no can I just use anyone. Sorry, I've never made an r63 RP hotel before, also if you don't mind helping me with the .swf's (if you're up to it)
 

Users who are viewing this thread

Top