I don't see that on Release Forum (the Pet Page isn't valid :P!), and I post this here, I'll be direct:
The RELEASE63-32546-32539-201103311123_27d1b23fd5315a3d6171f6a4ff861c19 deletes the 'Cooming Soon' Option, and If you use this, your catalog (normal catalog) isn't work!, Phoenix fixed it, but UberEmulator no!
solution?
Delete in 'CatalogPage.cs' (HabboHotel/Catalogs); The Line
And later, go to Catalog.cs (HabboHotel/Catalogs) and replaceCode:Message.AppendBoolean(ComingSoon);
withCode:ServerMessage Index = new ServerMessage(126); Index.AppendBoolean(false); Index.AppendInt32(0); Index.AppendInt32(0); Index.AppendInt32(-1); Index.AppendStringWithBreak(""); Index.AppendBoolean(false);
I correct this, YAY!Code:ServerMessage Index = new ServerMessage(126); Index.AppendStringWithBreak("IHHM");
Any Problems or Anything? Ask to me!
____
IMPORTANT: If you use this fix, last SWF Releases don't work! (you brake the catalog of this D:!), the same or my other fix uh...
____
Upgrade:
And without any modification, it works with last release of today (RELEASE63-32678-32668-201104051704_5cebd0cf67603e44c4c3d0ec30716c67)
Check this:
![]()






