• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Arcturus] Problem with Report System & Muting

Newbie Spellweaver
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