
Originally Posted by
JohnHearfield
New hotelview keys? And change what packet? I use the original swf for Bcstorm like alot of people here
Get all lines starting with landing.view.sproom from Habbo's variables and add them to your variables.
In your bcstorm, find:
PHP Code:
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2012-11-09 19:00,hstarsa;2012-11-30 12:00,");
this.GetResponse().AppendString("hstarsa");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2012-11-09 15:00,hstarsbots;2012-11-16 18:00,diarare;2012-11-19 12:00,xmasghost1;2012-11-22 20:00,xmasghost2;2012-11-22 20:45,xmasghost1;2012-11-25 21:00,xmasghost2;2012-11-25 21:45,xmasghost1;2012-11-28 22:00,xmasghost2;2012-11-28 22:45,xmasghost1;2012-11-30 14:00,");
this.GetResponse().AppendString("xmasghost1");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2012-11-23 18:00,hstarssubmit2;2012-11-26 11:00,;2012-11-26 14:00,hstarsvote2;2012-11-28 11:00,");
this.GetResponse().AppendString("hstarsvote2");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2012-11-09 18:00,hspeedway;2012-11-15 15:00,hstarsdiamonds;2012-11-30 12:00,");
this.GetResponse().AppendString("hstarsdiamonds");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("");
this.GetResponse().AppendString("");
this.SendResponse();
And replace it with:
PHP Code:
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2012-12-21 13:00,xmasRoomComp;2012-12-24 11:00,");
this.GetResponse().AppendString("");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2013-03-01 14:00,spfurni");
this.GetResponse().AppendString("spfurni");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("");
this.GetResponse().AppendString("");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2013-03-01 14:00,sproom");
this.GetResponse().AppendString("sproom");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("");
this.GetResponse().AppendString("");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2012-12-21 13:00,xmasRoomComp;2012-12-24 11:00,");
this.GetResponse().AppendString("");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2013-03-01 14:00,spfurni");
this.GetResponse().AppendString("spfurni");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("");
this.GetResponse().AppendString("");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("2013-03-01 14:00,sproom");
this.GetResponse().AppendString("sproom");
this.SendResponse();
this.GetResponse().Init(Outgoing.SendAllowances);
this.GetResponse().AppendString("");
this.GetResponse().AppendString("");
this.SendResponse();