[PlusEMU][Addon] Christmas Calander

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
I still use PRODUCTION-201602082203-712976078, very old. Personally don't like the new catalogue. Would it work for this?
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
426
640
I still use PRODUCTION-201602082203-712976078, very old. Personally don't like the new catalogue. Would it work for this?
Yes, I'm fairly sure it would. I think this calendar is a few years old (maybe 2) I'm not sure. I can always check for you if you send me a pm now.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Nice release, thanks for sharing.

Thread questions:

Yeah, it'll work all the way back to December 2014, the structure hasn't changed for at-least 2 years. I remember having it in Boon in 2014, and the file has been in Plus ever since.
 
odamn you, @Damiens .
 

Core

Member
Nov 10, 2016
356
138
Nice release, thanks for sharing.

Thread questions:

Yeah, it'll work all the way back to December 2014, the structure hasn't changed for at-least 2 years. I remember having it in Boon in 2014, and the file has been in Plus ever since.
 
odamn you, @Damiens .

It wouldn't have the xmas16 textures though? Wouldn't that require a later build (closer to December)
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
It wouldn't have the xmas16 textures though? Wouldn't that require a later build (closer to December)

99% certain that it uses the string in the CampaignDataComposer (e.g; 'Xmas16') and then the images are called from Habbos c_images folder, which is how they managed to save themselves by doing next to no work for the summer calendar they had this year.

This is also the same way the old Quests window was done. :p
 

Core

Member
Nov 10, 2016
356
138
99% certain that it uses the string in the CampaignDataComposer (e.g; 'Xmas16') and then the images are called from Habbos c_images folder, which is how they managed to save themselves by doing next to no work for the summer calendar they had this year.

This is also the same way the old Quests window was done. :p

Does make sense like as none of the event strings are in the Habbo scripts.
xmas15, boat16, xmas16... etc.
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
426
640
I still use PRODUCTION-201602082203-712976078, very old. Personally don't like the new catalogue. Would it work for this?
Went ahead and got the packet Id's for you since you're interested in the release.
Code:
public const int CampaignCalendarDataMessageComposer = 1608;
public const int CampaignCalendarGiftMessageComposer = 460;

public const int OpenCalendarBoxMessageEvent = 1752;


My version is PRODUCTION-201.607.262.204-86.871.104 I don't know how to change it.
Does this work for PRODUCTION-201.607.262.204-86.871.104? Thank you
Code:
public const int CampaignCalendarDataMessageComposer = 487;
public const int CampaignCalendarGiftMessageComposer = 3969;

public const int OpenCalendarBoxMessageEvent = 3214;

Post your revisions and I'll find the packet id's for you.
 
Last edited:

Core

Member
Nov 10, 2016
356
138
Went ahead and got the packet Id's for you since you're interested in the release.
Code:
public const int CampaignCalendarDataMessageComposer = 1608;
public const int CampaignCalendarGiftMessageComposer = 163;

Don't forget event id's as well :p
 

Core

Member
Nov 10, 2016
356
138
have the PRODUCTION-201612201205-462162202 and the packages he put are correct, because when I enter the client does not appear the Christmas calendar?

You need to add it in your external variables.
I will post the header id's for that build later, been lazy and not updated yet.
 

Users who are viewing this thread

Top