Link?I have some fixes on my Github on top of Quasar, such as Pathfinder, Ball, Wireds, CDA Store (Adapted to be vip shop) and other things, I can release access for anyone who has an interest in adding to the Westyy project
try this.You must be registered for see linksI can't seem to buy HC?? @Westyy
DROP TABLE IF EXISTS `subscriptions_club`;
CREATE TABLE `subscriptions_club` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`levels` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of subscriptions_club
-- ----------------------------
INSERT INTO `subscriptions_club` VALUES ('1', '2', 'club_habbo');
try this.
Code:DROP TABLE IF EXISTS `subscriptions_club`; CREATE TABLE `subscriptions_club` ( `id` int(11) NOT NULL AUTO_INCREMENT, `levels` int(11) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of subscriptions_club -- ---------------------------- INSERT INTO `subscriptions_club` VALUES ('1', '2', 'club_habbo');
then do :update subscriptions
Westyy and i have been working with this emu for a while, i fixed this Recently in our hotelYeah that worked mate, some furnis load but some doesn'tYou must be registered for see links???
Maybe habbo.swf problem.Stuck at 76%? I've added staff ips to staff_info. Stuck for users also
DROP TABLE IF EXISTS `subscriptions_club`;Cheers, one last thing.
When I try buy HC, it says Catalog error: Subscription Factory Failed.
Thank you <3DROP TABLE IF EXISTS `subscriptions_club`;
CREATE TABLE `subscriptions_club` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`levels` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of subscriptions_club
-- ----------------------------
INSERT INTO `subscriptions_club` VALUES ('1', '2', 'club_habbo');
THEN :UPDATE SUBSCRIPTIONS
What CMS are you using?Stuck at 76%? I've added staff ips to staff_info. Stuck for users also