Find packet w/o packetlogging
Hi,
I'm trying to get the Floor Plan Editor's save button working (I know the whole floor plan editor isn't coded in PlusEMU yet). And after some testing, I found out that you need to have Habbo's new Builder Club subscription. So I thought about sending a packet every time the user logs in which says that the user has 100 days builder club left. But how to find the builder club packet? I can't packetlog because there is no hotel which has `Builder Club`. I've already downloaded AS3 Sorcerer and searched in Habbo.swf.
So, how to find a packet (w/o using packetlogging) when you know what the packet does.
Ty,
Pepijn
Re: Find packet w/o packetlogging
I believe, to make your a worker, you need to UserPerksComposer and set BUILDER_AT_WORK to true.
Code:
base.WriteString("BUILDER_AT_WORK");
base.WriteString("");
base.WriteBoolean(true);
Re: Find packet w/o packetlogging
Quote:
Originally Posted by
Matata
I believe, to make your a worker, you need to UserPerksComposer and set BUILDER_AT_WORK to true.
Code:
base.WriteString("BUILDER_AT_WORK");
base.WriteString("");
base.WriteBoolean(true);
Save button isn't working http://gyazo.com/f93787c56ec632605fa0f0b6c1e4df5f
Re: Find packet w/o packetlogging
Quote:
Originally Posted by
pepijndut
It should work after you set BUILDER_AT_WORK to true.
Re: Find packet w/o packetlogging
Make sure the int at the top is correctly set to the amount of perks specified.
Besides that, you can only use it in your own room so I guess there is something wrong with the room rights.