Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Clientmessage filtering

LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
So basicly i have this situation.

I have a special item
And when i change options in it and save/update it
3 examples:

First zero options selected
Second 1 option selected
Third 3 options selected.
Code:
Clientmessage:[3930] BODY: [0][0]DÐ[0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0]
Code:
Clientmessage:[3930] BODY: [0][0]DÐ[0][0][0][0][0][0]HABBOSYMBOL[0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0]
Code:
Clientmessage:[3930] BODY: [0][0]DÐ[0][0][0][0][0][0]HABBOSYMBOL[0][0][0]HABBOSYMBOL[0][0][0]HABBOSYMBOL[0][0][0][0][0][0][0][0][0][0][0][0][0][0]

You see these HABBOSYMBOL's appear wich are actually Habbo ingame chat symbols like smileys etc.

How do i filter these out to detect them like

Code:
if(clientmsg.Contains(''HABBOSYMBOL"){etc}
if there are 3 (HABBOSYMBOL) it means there are 3 options selected and i need to detect all 3 of them..

Sorry if this question sounds noob i've been out of the habbo scene for a while ;]

.PopFixedString() gives an out of bound array error
 
Last edited:
LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
Can you find a proper packet?
This packet doesn't make sense, since it doesn't even put out a proper string length for "HABBOSYMBOL"

It is not HABBOSYMBOL but it is like a star ingame or a hart (¥) i just replaced it because i obviously cant type that on ragezone.


 
Upvote 0
Back
Top