Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Works ONLY with Habbo.com furnidata, used in Wubbo's Special Emulator Gift System.
The ribbon choosing doesn't work, will fix this up later.
Code:
ServerMessage Message = new ServerMessage("Il");
Message.AddInt(1);
Message.AddInt(1);
Message.AddInt(10); // Coun
Message.AddInt(3372); // SpriteID
Message.AddInt(3373); // SpriteID
Message.AddInt(3374); // SpriteID
Message.AddInt(3375); // SpriteID
Message.AddInt(3376); // SpriteID
Message.AddInt(3377); // SpriteID
Message.AddInt(3378); // SpriteID
Message.AddInt(3379); // SpriteID
Message.AddInt(3380); // SpriteID
Message.AddInt(3381); // SpriteID
Message.AddInt(7);
for (int i = 0; i < 7; i++)
{
Message.AddInt(i);
}
Message.AddInt(11);
for (int i = 0; i < 11; i++)
{
Message.AddInt(11);
}
RHabbo.SendMessage(Message);
Credits:
Me - The code
DjAlexxStyle - Code in leaked torpeedo, I only fixed it a bit.
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
well thats good, i'll wait for the fix :thumbup:
good job keep it up bro <3
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Quote:
Originally Posted by
Hорвегия
well thats good, i'll wait for the fix :thumbup:
good job keep it up bro <3
It's weird, 11 is the amount of ribbons, counted up by me (lifeless...) in Habbo.com,
gotta complete the whole system, it's poor I cannot use PopWiredInt..
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Screenshot and on my previous Hotel, we had the gift system removed because users were abusing each other through it. Does it show who it was sent by?
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Thanks! Need any help with ribbons?
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Quote:
Originally Posted by
Divide
Thanks! Need any help with ribbons?
No, fixed
Changed
for (int i = 0; i < 11; i++)
{
Message.AddInt(11);
}
in
for (int i = 0; i < 11; i++)
{
Message.AddInt(i);
}
And added
Message.AddInt(1);
Now must make a system./
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Wow nice release man! 10/10 I will use this.
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Quote:
Originally Posted by
Facebook
Wow nice release man! 10/10 I will use this.
Good luck with using this WITHOUT editing..
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Quote:
Originally Posted by
George2000
Good luck with using this WITHOUT editing..
Umm? What you mean by "WITHOUT"?
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Quote:
Originally Posted by
Facebook
Umm? What you mean by "WITHOUT"?
If you don't edit the code you cannot use this.
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Nice rel man, very helpful!
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
private void PurchaseGift()
{
int PageId = Request.PopWiredInt32();
uint ItemId = Request.PopWiredUInt32();
string ExtraData = Request.PopPrefixedString();
string GiftUser = MainEnvironment.FilterInjectionChars(Request.PopPrefixedString());
string GiftMessage = MainEnvironment.FilterInjectionChars(Request.PopPrefixedString());
int Color = Request.PopWiredInt32();
int Box = Request.PopWiredInt32();
int Ribbon = Request.PopWiredInt32();
}
maybe it helps.
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Vista4life, exactly the same thing as me, exactly same order (:O)
Amazing how ya did it ;p
But nvm thanks, lol
Re: Gift Page 90% (Box choosing, Color Choosing) [Packet Structure]
Quote:
Originally Posted by
George2000
If you don't edit the code you cannot use this.
Oh yes i know.