HabboEmulator based off PlusEmulator.

Status
Not open for further replies.

Arfeu

New Member
Oct 13, 2017
16
11
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 :)
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
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 :)
Link?
 

Arfeu

New Member
Oct 13, 2017
16
11
[QUOTE = "Pinkman, pós: 423.819, membro: 70090"]? Link [/ QUOTE]
Send me your github user by private message :)
 

Brad

Well-Known Member
Jun 5, 2012
2,319
992
I can't seem to buy HC?? @Westyy
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
 

Yoshi

Active Member
Feb 27, 2017
119
22
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

Yeah that worked mate, some furnis load but some doesn't ???
 
Dec 5, 2015
3
0
if westyy would of waited a bit i could of fixed our damn staff page haha
 
Yeah that worked mate, some furnis load but some doesn't ???
Westyy and i have been working with this emu for a while, i fixed this Recently in our hotel


just add these to the correct folders
idk if the icon or icons folder which one was needed and not so i just placed both lol
place these then just :update catalog and it should work?
just an icon error x)
 

Brad

Well-Known Member
Jun 5, 2012
2,319
992
Great emulator, all though, got this stuck.

duF8gVkDT3_5Cv27VrPm3w.png
Happens now and then, reloading will remove it.
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Cheers, one last thing.
When I try buy HC, it says Catalog error: Subscription Factory Failed.
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 :UPDATE SUBSCRIPTIONS
 

olliedean

ollie.cool
Jan 28, 2013
433
107
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 :UPDATE SUBSCRIPTIONS
Thank you <3
 

Jwake

Member
Feb 12, 2016
140
10
my client is stuck on 76 and i swapped swfs nd habbo.swf. help? I'm using habbos' cms. idk if its compatable?????
 

MrKyleeeee

New Member
Aug 28, 2017
5
2
Hey @Westyy Brilliant release, thanks for sharing this and bringing it to the community.
Thank you for bringing some life back to the Habbo section.
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top