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!

v62 Packet for displaying a ban reason

Initiate Mage
Joined
May 18, 2018
Messages
6
Reaction score
0
Hi, I'm using the v1 english release of LeaderMS.

I'm trying to display a blue ban popup where inside of it, it's displaying the reason why they were banned. Is it possible to display the blue popup with a custom message?

Thanks!
 
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
just send a serverNotice(1, "hurdur u been banned") message packet to the client if they were detected as banned. you can send specific messages based on the ban reason loaded from db as well. should be in the LoginPasswordHandler class.
 
Upvote 0
Back
Top