-
Update your catalog to R63-32546
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
Code:
Message.AppendBoolean(ComingSoon);
And later, go to Catalog.cs (HabboHotel/Catalogs) and replace
Code:
ServerMessage Index = new ServerMessage(126);
Index.AppendBoolean(false);
Index.AppendInt32(0);
Index.AppendInt32(0);
Index.AppendInt32(-1);
Index.AppendStringWithBreak("");
Index.AppendBoolean(false);
with
Code:
ServerMessage Index = new ServerMessage(126);
Index.AppendStringWithBreak("IHHM");
I correct this, YAY!
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:
http://img848.imageshack.us/img848/4483/failf.png
-
Re: Update your catalog to R63-32546
Or simply use "//" :D
@edit
My catalog is now bugged --'
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
GuikBretas
Or simply use "//" :D
@edit
My catalog is now bugged --'
You must use the RELEASE63-32546-32539 SWF, If you don't use this, your catalog broke!
I don't test this on higger releases, I must see this later...
-
Re: Update your catalog to R63-32546
/facepalm
All your doing is coping stuff from KekoMundo!
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
FlyCoder
/facepalm
All your doing is coping stuff from KekoMundo!
I post this on KekoMundo, but here I can't post this at a recopilation here (I think...), and I post this here (I write how I made this fix u_u!)
I'm Itachi from KekoMundo (ItachiKM), It's so hard to believe?
PD: And this is coping?
-
Re: Update your catalog to R63-32546
PHP Code:
Message.AppendBoolean(ComingSoon);
ROFL, I never knew C# was plain english or I'd do:
PHP Code:
private void perfectEmulator
{
int percentEmu = 100;
if(percentEmu == 100)
{
sendData("We have a perfect emulator here!");
}
}
/lol
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
twentySix26
PHP Code:
Message.AppendBoolean(ComingSoon);
ROFL, I never knew C# was plain english or I'd do:
PHP Code:
private void perfectEmulator
{
int percentEmu = 100;
if(percentEmu == 100)
{
sendData("We have a perfect emulator here!");
}
}
/lol
It's uberemulator code, I only said to delete this line, but I fail on the version, the real version of this fix is the RELEASE63-32472-32474-201103291405_edf1eb8fc704551cb8fcdd39031838d1, I'll going to see the last release on Habbo.com now uh!
---------- Post added at 08:46 PM ---------- Previous post was at 08:17 PM ----------
I post to say the RELEASE63-32546-32539-201103311123_27d1b23fd5315a3d6171f6a4ff861c19 is fixed now, I edit the post with a new edit, and I test on a Hotel and It Works now!
-
Re: Update your catalog to R63-32546
Fix catalog & inventory build last?
-
Re: Update your catalog to R63-32546
LolWut? A normal AppendString with AppendInt's inside it? Go learn how ION's Packet Structure works faggot!
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
samuele309
Fix catalog & inventory build last?
Catalog yes!
But Inventory no (I code this, but I think here is a code for normal items, and the wallitems is the same code with the W string with char 2, replace de S with W x)!
Quote:
Originally Posted by
PEjump2
LolWut? A normal AppendString with AppendInt's inside it? Go learn how ION's Packet Structure works faggot!
It's the 1 0 0 -1 VL64 ints but I'm so lazy to write on this and I put this header on iEmulator (A~ + IHHM + Code), and... x)! But it you wish this...
Code:
ServerMessage Index = new ServerMessage(126);
Index.AppendInt32(1);
Index.AppendInt32(0);
Index.AppendInt32(0);
Index.AppendInt32(-1);
Index.AppendStringWithBreak("");
Or
Code:
ServerMessage Index = new ServerMessage(126);
Index.AppendBoolean(true);
Index.AppendBoolean(false);
Index.AppendBoolean(false);
Index.AppendInt32(-1);
Index.AppendStringWithBreak("");
I'm not a faggot, I think!
-
Re: Update your catalog to R63-32546
-
Re: Update your catalog to R63-32546
PHP Code:
Console.WritelLine("Your a fail...)";
Why release something that doent work with the newest swfs?
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
Miggs
PHP Code:
Console.WritelLine("Your a fail...)";
Why release something that doent work with the newest swfs?
It works with the newest SWF, and WritelLine?, could be WriteLine?
Image:
http://img848.imageshack.us/img848/4483/failf.png
-
Re: Update your catalog to R63-32546
Funny, someone releases some code for you noobs to update your hotels and you all bite his head off, typical.
I haven't checked if his coding works but he's editing the right area, I did this the other week when the update was actually released.
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
Miggs
PHP Code:
Console.WritelLine("Your a fail...)";
Why release something that doent work with the newest swfs?
/facepalm
1. its Console.WriteLine and not Console.WritelLine
2. learn to read it works with the neweste swfs idiot
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
Sojobo
Funny, someone releases some code for you noobs to update your hotels and you all bite his head off, typical.
I haven't checked if his coding works but he's editing the right area, I did this the other week when the update was actually released.
Thank you x)
Really, I don't review all packets all the days and update my iEmulator, y only update this once a week (all sundays), but I see the catalog update on the phoenix post and the Friday I correct this, I release this yesterday here and I don't expect this from RZ :l...
Thank you so much uh!
I don't know if I must post there the final HC fix (Gifts And HC/VIP Page), not the last and poor fix uh...
I repeat, thank you ;)!
---------- Post added at 04:08 PM ---------- Previous post was at 04:06 PM ----------
Quote:
Originally Posted by
davidaap
/facepalm
1. its Console.WriteLine and not Console.WritelLine
2. learn to read it works with the neweste swfs idiot
Thank you too, maybe i'll post this, but for someones x)!
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
ItachiKM
Thank you x)
Really, I don't review all packets all the days and update my iEmulator, y only update this once a week (all sundays), but I see the catalog update on the phoenix post and the Friday I correct this, I release this yesterday here and I don't expect this from RZ :l...
Thank you so much uh!
I don't know if I must post there the final HC fix (Gifts And HC/VIP Page), not the last and poor fix uh...
I repeat, thank you ;)!
do you have the fix for the presents window when you buy something from the catalog, because thats fucked :P
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
davidaap
do you have the fix for the presents window when you buw something from the catalog, because thats fucked :P
I talk about the HC Gifts page, I'm working on the fix of the gift for someone on the catalog now! x)
-
Re: Update your catalog to R63-32546
it works?
But i have no moodlight.
Another people can't see it :S
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
ItachiKM
I talk about the HC Gifts page, I'm working on the fix of the gift for someone on the catalog now! x)
okay :P
-
Re: Update your catalog to R63-32546
normal catalog?, help me dont work...
-
Re: Update your catalog to R63-32546
there's no Friendbar in these swf version?
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
Rocksmurf
there's no Friendbar in these swf version?
new external_Vars.
-
Re: Update your catalog to R63-32546
i have the code:
friendbar.enabled = 1
in external_variables.txt ?
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
Rocksmurf
i have the code:
friendbar.enabled = 1
in external_variables.txt ?
test: friendbar.enabled=true
---------- Post added at 05:49 PM ---------- Previous post was at 05:39 PM ----------
ItachiKM can you give me your catalog db? , I just start the emu starts to enable 0 ... : l
-
Re: Update your catalog to R63-32546
Thats work :P
some users the catalog don't working. then is there an category named "op"
-
Re: Update your catalog to R63-32546
@Rocksmurf That's precisely how to fix?
-
Re: Update your catalog to R63-32546
WTF I thought you put here a sql code from your catalog lol but you put the code for emulators maybe you have a catalog sql and put here a good tip for you
-
Re: Update your catalog to R63-32546
oops read wrong thiiiingiie ;/
-
Re: Update your catalog to R63-32546
-
Re: Update your catalog to R63-32546
How to code with a Packtlogger, I don't understand the codes :(
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
ItachiKM
I post this on KekoMundo, but here I can't post this at a recopilation here (I think...), and I post this here (I write how I made this fix u_u!)
I'm Itachi from KekoMundo (ItachiKM), It's so hard to believe?
PD: And
this is coping?
is that all you can show?
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
dew1
is that all you can show?
It looks so..
-
Re: Update your catalog to R63-32546
Quote:
Originally Posted by
dew1
is that all you can show?
You didn't contribute anything yet so shut the fuck up, period.
-
Re: Update your catalog to R63-32546
Thank you now it works :w00t:
-
Re: Update your catalog to R63-32546
-
Re: Update your catalog to R63-32546
Hey Itachi, you have this Fix for Catlog, but for Blah Emulator ?
Thanks ;D