Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
FurniListNotificationComposer
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="tyutu" data-source="post: 444082" data-attributes="member: 71974"><p>Hello, when buying a furni you get a notice in the inventory, and the furni bought is "marked with green color", I want to know how can I do this with the badges, so I know this is done by the ID, I know how to get badge ID. I will try to explain: </p><p></p><p><em>namespace Plus.Communication.Packets.Outgoing.Inventory.Furni</em></p><p><em>{</em></p><p><em> class FurniListNotificationComposer : ServerPacket</em></p><p><em> {</em></p><p><em> public FurniListNotificationComposer(int Id, int Type)</em></p><p><em> : base(ServerPacketHeader.FurniListNotificationMessageComposer)</em></p><p><em> {</em></p><p><em> base.WriteInteger(1);</em></p><p><em> base.WriteInteger(Type); <strong> --------> Here is the type in case it is the 4 of badges </strong></em></p><p><em> base.WriteInteger(1);</em></p><p><em> base.WriteInteger(Id); --------> <strong>Here is where I should enter the "Emblem ID". This is the question, how am I going to get this ID? </strong></em></p><p><em> }</em></p><p><em> }</em></p><p><em>}</em></p><p></p><p><em>Session.SendMessage(new FurniListNotificationComposer(0, 4)); </em></p><p></p><p>Example of what I'm saying, this is a print of boon.pw</p><p>[ATTACH=full]7940[/ATTACH]</p></blockquote><p></p>
[QUOTE="tyutu, post: 444082, member: 71974"] Hello, when buying a furni you get a notice in the inventory, and the furni bought is "marked with green color", I want to know how can I do this with the badges, so I know this is done by the ID, I know how to get badge ID. I will try to explain: [I]namespace Plus.Communication.Packets.Outgoing.Inventory.Furni { class FurniListNotificationComposer : ServerPacket { public FurniListNotificationComposer(int Id, int Type) : base(ServerPacketHeader.FurniListNotificationMessageComposer) { base.WriteInteger(1); base.WriteInteger(Type); [B] --------> Here is the type in case it is the 4 of badges [/B] base.WriteInteger(1); base.WriteInteger(Id); --------> [B]Here is where I should enter the "Emblem ID". This is the question, how am I going to get this ID? [/B] } } }[/I] [I]Session.SendMessage(new FurniListNotificationComposer(0, 4)); [/I] Example of what I'm saying, this is a print of boon.pw [ATTACH=full]7940[/ATTACH] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
FurniListNotificationComposer
Top