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!

[Arcturus] Problem with Report System & Muting

Initiate Mage
Joined
Jun 1, 2014
Messages
78
Reaction score
6
Hi,

In my hotel, we are having a problem when a user uses the report system. The user gets the error below:
CrashRetros - [Arcturus] Problem with Report System & Muting - RaGEZONE Forums


The mute/unmute also doesn't work, i'm not too sure whether this is an issue with my database? If so, what are the relevant tables to look at? if not, what could it be?

Thanks.
 
Junior Spellweaver
Joined
May 3, 2009
Messages
173
Reaction score
134
Yep, The General mistake

If you can talk, you cant report xD

com/eu/habbo/messages/incoming/modtool/ReportEvent.java:22
Code:
if(this.client.getHabbo().getHabboStats().allowTalk())
{
      this.client.sendResponse(new HelperRequestDisabledComposer());
      return;
}
 
Upvote 0
Back
Top