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!

TAG on username with rank's

Newbie Spellweaver
Joined
Oct 25, 2016
Messages
13
Reaction score
0
Look @ my code, read it, and it should help you immensely. Better yet, look at Jerrys code linked earlier - his does the job too.
I dont get anything of your code,
isn't there any other way to remove the html tag?
 
Joined
Apr 30, 2007
Messages
2,339
Reaction score
1,547
I dont get anything of your code,
isn't there any other way to remove the html tag?

You gotta send the UserNameChange back to the client with normal username witout HTML tags after the packet of sending the chat to the room.

Proof of that has been posted multiple times in this thread. If you can't figure it out yet, give up.
 
Experienced Elementalist
Joined
Jun 7, 2012
Messages
288
Reaction score
250
Thanks for this nice idea I like it :)
Korz - TAG on username with rank's - RaGEZONE Forums

BTW best way to implement this is just by editing the SWF because you dont want to change the list inside the swf all the time..
 
Last edited:
Newbie Spellweaver
Joined
Jan 29, 2016
Messages
26
Reaction score
2
Thanks for this nice idea I like it :)
Korz - TAG on username with rank's - RaGEZONE Forums

BTW best way to implement this is just by editing the SWF because you dont want to change the list inside the swf all the time..


Can u Explain us how u did it?
 
Newbie Spellweaver
Joined
Oct 19, 2013
Messages
83
Reaction score
74
its cool change habbo.swf to work tags
 
Last edited:
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
When did Habbo become Minecraft?
 
Junior Spellweaver
Joined
Mar 24, 2017
Messages
163
Reaction score
5
Hi bae's, now i can release to all, the TAGS, or type;
(For PlusEmulaor)
Korz - TAG on username with rank's - RaGEZONE Forums

First: Im brazilian and sorry my bad english, we try to speak this, alright?okay ladies, go to codes:

Go to RoomUser.cs
In the top put:using Plus.Communication.Packets.Outgoing.Rooms.Engine;

Search for:if (mRoom.GetWired().TriggerEvent(Items.Wired.WiredBoxType.TriggerUserSays, GetClient().GetHabbo(), Message)).
Let's work under: return; - and put this code:

Like this:

if (GetClient().GetHabbo().Rank == 10) < 10 is the Rank that a person needs for a TAG to appear.
<font color='#D900D9'>[Puta]</font> < is the Tag, you can edit. Have Fun!

and... Magic!!! Its all okay to use.
Credits: PlusEmulator, Wulles and Cen0n.
My skype to contact: KingKizile.
Got this error? :$:
g17fLF - TAG on username with rank's - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 24, 2017
Messages
163
Reaction score
5
Use new chat and not old chat.
That did the trick, even tho still a problem with the names, do you know how to solve this?
voGJtfb - TAG on username with rank's - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top