[R63] Wired Triggers - User Enter room
Hello, I was coding Wired fully for PrjctBreak and I found some interesting packets. Full credits goes to Wichard :)
The RequestHandlers[]:
RequestHandlers[3050] = new RequestHandler(VOID HERE);
The Packet Header ect:
Message.Init(650);
Message.AppendBoolean(false);
Message.AppendBoolean(false);
Message.AppendBoolean(false);
Message.AppendUInt(GetBaseItem().SpriteId);
Message.AppendUInt(FurniId);
Message.AppendStringWithBreak((Objct1 != null) ? Objct1.ToString() : "");
Message.AppendBoolean(false);
Message.AppendBoolean(false);
Message.AppendInt32(7);
Message.AppendBoolean(false);
Message.AppendStringWithBreak("");
Remember:
Credits To
Me - Finding + releasing
Wichard - Making
Habbo - For being a noob and to make the wired which is fun.
Re: [R63] Wired Triggers - User Enter room
Re: [R63] Wired Triggers - User Enter room
Quote:
Originally Posted by
Shredinator
awsumness
Thanks =)
Re: [R63] Wired Triggers - User Enter room
just a copy and paste from prjbreak..
Posted via Mobile Device
Re: [R63] Wired Triggers - User Enter room
Quote:
Originally Posted by
davidaap
just a copy and paste from prjbreak..
Posted via Mobile Device
I never said it wasn't.
Re: [R63] Wired Triggers - User Enter room
Lol ^^ Tell him to read before u speak
Re: [R63] Wired Triggers - User Enter room
Quote:
Originally Posted by
jmandupree
Lol ^^ Tell him to read before u speak
tell to yourself that this release is useless because anyone can open the scource and copy and paste it.
Re: [R63] Wired Triggers - User Enter room
What's the purpose of Objct1?
- Martin
Re: [R63] Wired Triggers - User Enter room
Quote:
(Objct1 != null) ? Objct1.ToString() : "");
Why that?
Re: [R63] Wired Triggers - User Enter room
Dont take any credits give the credits to Wichard.
Re: [R63] Wired Triggers - User Enter room
Quote:
Originally Posted by
Alexx.
Why that?
I guess it is the text which appears in the textbox.
- Martin