what cms can I use for this emulator?
I saw that The Navigator Flatcats were a different language.
Heres a small translation/fix
INSERT INTO `navigator_flatcats` VALUES ('15', 'No Category', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('1', 'HOTELNAME Staff Rooms', '1', '7');
INSERT INTO `navigator_flatcats` VALUES ('2', 'Competition Category', '0', '1');
INSERT INTO `navigator_flatcats` VALUES ('3', 'ROTW Winners', '0', '1');
INSERT INTO `navigator_flatcats` VALUES ('4', 'Themed & RPG Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('5', 'Restaurant, Bar & Night Club Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('6', 'Club & Group Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('7', 'Chat, Chill & Discussion Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('8', 'Maze & Theme Park Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('9', 'Trading & Shopping Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('10', 'Gaming & Race Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('11', 'Hair Salons & Modelling Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('12', 'Help Centre, Guide & Service Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('13', 'School, Daycare & Adoption Rooms', '1', '1');
INSERT INTO `navigator_flatcats` VALUES ('14', 'All Other Rooms', '1', '1');
Is the database include in the emu? I can't seem to find it so could someone give me it please?
Hi guys,
I'm trying to add some MUS functions from Gold Tree / Butterfly but I'm stumbling quite a bit. The two functions I want to add are signout and reloadbans.<br>Here's where I'm at with reloadbans:
Which prompts the emulator to show it successfully processed the MUS command when sent from HK but nothing client-side happens when a user is banned from HK.Code:case "reloadbans": { using (IQueryAdapter dbClient = SilverwaveEnvironment.GetDatabaseManager().getQueryreactor()) { SilverwaveEnvironment.GetGame().GetBanManager().LoadBans(dbClient); } return; }
Trust me, I'm not a coder. Any help is greatly appreciated.
Someone needs to just post an emulator with every fixes ever posted on this whole thread and any previous threads. so it will leave no complications and people asking for help on this thread will just make it get closed, and nobody wants that.