Okay so I bought a reverse TCP Proxy from *****. Everythings setup correctly. But its loading to 76% which is a connection error, I herd you need to update :
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET...
Well I saw you give some kid on another post the "cut command" it was something in the code saying "Cut users head off"
Mind pm'ing me the ;slapass please sir?
using System;
using Plus.HabboHotel.Rooms;
using Plus.HabboHotel.GameClients;
using Plus.Communication.Packets.Outgoing.Rooms.Chat;
namespace Plus.HabboHotel.Rooms.Chat.Commands.User.Fun
{
class Hug : IChatCommand
{
public string PermissionRequired
{
get {...
Drop the table "server_status"
And import this into your database after deleting the table "server_status":
CREATE TABLE `server_status` (
`users_online` int(11) NOT NULL DEFAULT '0',
`loaded_rooms` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Data dump for...
Okay so for some reason I cant get the permissions right for the command_pet to work with all users, Its set as only VIP users only to use it. I know this is a easy fix by changing the permission commands but I can't figure it out lmao. Their set to group Id 1= Standard user..