Swnete Swnete  • 13.12.15 21:33

Ranks no hotel e mobis bugado Empty Ranks no hotel e mobis bugado 13.12.15 21:33

Print de meu erro: Imagem de seu erro

Qual é meu erro: Ranks no hotel e mobis bugado

CMS Que estou utilizando: HABBLUZ CMS V5

SWF que estou utilizando: PSWF

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: Texto aqui

Comentários adicionais: Olá, dou rank a um usuario e no hotel ele não tem acesso ao mod_tools e nem aos comandos basicos, como :roomalert e :ha, porem, ele fica com acesso ao catalago staff.

Os mobis quando sentam o boneco some, como arrumar?
Azure emu 2.0.100

Vong Vong  • 13.12.15 21:38

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 13.12.15 21:38

RANKS
Vá em sua db;
Procure pela tabela "Fuse_cmd" ou "server_fuserights" e edite as permissões por lá de demais ranks, como alert, ha, etc.

Swnete Swnete  • 13.12.15 21:53

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 13.12.15 21:53

Olá, não há nenhum desses na minha DB. Tem staff_text onde mostra alguns textos, tem alguma DB do azure 2.0.100?

Vong Vong  • 13.12.15 22:01

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 13.12.15 22:01

Tá ai. Creio que é a Sql correta *fuse_cmds*.
Código:
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tempo de Geração: Dez 23, 2014 as 11:51 
-- Versão do Servidor: 5.1.41
-- Versão do PHP: 5.3.1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Estrutura da tabela `fuse_cmds`
--

CREATE tab[b][/b]le IF NOT EXISTS `fuse_cmds` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `command` varchar(255) NOT NULL,
  `rank` int(11) NOT NULL,
  `params` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=86 ;

--
-- Extraindo dados da tabela `fuse_cmds`
--

INSERT INTO `fuse_cmds` (`id`, `command`, `rank`, `params`, `description`) VALUES
(1, 'commands', 1, NULL, 'this'),
(2, 'refresh_items', 7, NULL, 'Refresh items from database'),
(3, 'reload', 1, NULL, 'Reloads the current room'),
(4, 'ha', 4, 'msg', 'Alert to everyone in the hotel'),
(5, 'refresh_catalogue', 7, NULL, 'Refresh the catalogue from database'),
(6, 'alert', 4, 'user msg', 'User alert'),
(7, 'enable', 2, 'id', 'Enables an effect (ID)'),
(8, 'push', 2, 'user', 'Push someone.'),
(9, 'pull', 2, 'user', 'Pull someone'),
(10, 'spull', 6, 'user', 'Super pull someone.'),
(11, 'habnam', 1, NULL, 'Let''s do the Gangnam Style!'),
(12, 'moonwalk', 1, NULL, 'Moonwalking like M.J.!'),
(13, 'hit', 2, 'user', 'Hit (user)'),
(14, 'mimic', 2, 'user', 'Copy look (user)'),
(15, 'kick', 4, 'user', 'Kick user'),
(16, 'tele', 5, NULL, 'Teletransportation'),
(17, 'override', 6, NULL, 'Walk override furniture and users!'),
(18, 'dc', 7, 'user', 'Disconnect someone'),
(19, 'dcroom', 8, NULL, 'Disconnects a entire room'),
(20, 'diamonds', 6, 'user qty', 'Gives you x diamonds!'),
(21, 'loyalty', 5, 'user qty', 'DEPRECATED as of June 15, 2014 only giving diamonds'),
(22, 'duckets', 5, 'user qty', 'Gives you x duckets!'),
(23, 'credits', 5, 'user qty', 'Gives you x credits!'),
(24, 'globalcredits', 6, 'qty', 'Gives credits to everyone in the hotel.'),
(25, 'masscredits', 6, 'qty', 'Gives credits to everyone online.'),
(26, 'info', 1, NULL, 'Server information.'),
(27, 'roomalert', 4, 'msg', 'Alerts the current room'),
(28, 'reloadall', 8, '', 'Reloads all rooms in the hotel'),
(29, 'givebadge', 6, 'user code', 'Gives badge to an user'),
(30, 'massbadge', 6, 'code', 'Gives a badge to everyone online'),
(31, 'roombadge', 6, 'badgecode', 'Gives a badge to everyone in the room'),
(32, 'coords', 7, NULL, 'Shows your X Y Z and rotation coords'),
(33, 'sa', 4, 'msj', 'Internal staff alert'),
(34, 'makepublic', 7, NULL, 'Makes your room public'),
(35, 'makeprivate', 7, NULL, 'Makes your room private'),
(36, 'roomaction', 6, 'id', 'Everyone does the (ID) action'),
(37, 'sit', 1, NULL, 'Sit.'),
(38, 'lay', 1, NULL, 'Lay.'),
(39, 'pickall', 1, NULL, 'Pick every furniture from your room'),
(40, 'setmax', 1, 'num', 'Set maximum users in your room.'),
(41, 'userinfo', 5, 'user', 'See user information.'),
(42, 'disablediagonal', 1, NULL, 'Disable diagonal in your room'),
(43, 'freeze', 6, 'user', 'To freeze an user'),
(44, 'unfreeze', 6, 'user', 'To unfreeze an user'),
(45, 'setspeed', 1, 'num', 'Set roller speed. Lowest is fastest.'),
(46, 'emptypets', 1, NULL, 'Empty your pets inventory'),
(47, 'redeemall', 1, NULL, 'Redeem your coins and gold bars into real cash.'),
(48, 'mutebots', 1, NULL, 'Mute room bots.'),
(49, 'dance', 1, 'num', 'Dance'),
(50, 'empty', 1, NULL, 'To empty your inventory'),
(51, 'roommute', 4, 'msg', 'To mute room with message.'),
(52, 'roomunmute', 4, NULL, 'To unmute room'),
(53, 'mute', 4, 'user', 'To mute someone'),
(54, 'unmute', 4, 'user', 'To unmute someone'),
(55, 'summon', 6, 'user', 'To summon someone'),
(56, 'summonall', 8, NULL, 'Summons everyone to your room'),
(57, 'follow', 1, 'user', 'Follow someone'),
(58, 'roomkick', 4, 'msg', 'To kick the entire room with alert.'),
(59, 'superban', 5, 'user', 'User ban for a long, long time.'),
(60, 'massdance', 5, 'num', 'Everyone dances in the room'),
(61, 'shutdown', 8, NULL, 'Shutdown the hotel'),
(62, 'superha', 7, 'msg', 'Send a super notif to the hotel'),
(63, 'eventha', 4, 'msg', 'Notify of a event!'),
(64, 'ban', 5, 'user time msg', 'Ban someone'),
(65, 'unban', 5, 'user', 'Unban someone'),
(66, 'refresh_youtube', 7, NULL, 'Refresh youtube playlists from database'),
(67, 'refresh_polls', 7, NULL, 'Refresh Polls'),
(79, 'refresh_navigator', 7, NULL, 'Refresh navigator from database'),
(70, 'refresh_bannedhotels', 8, NULL, 'Refresh the list of banned hotels from database'),
(71, 'refresh_songs', 7, NULL, 'Refresh the  jukebox songs from database'),
(72, 'refresh_achievements', 7, NULL, 'Refresh achievements from database'),
(69, 'refresh_petbreeds', 7, NULL, 'Refresh pet breeds from database'),
(74, 'refresh_promos', 7, NULL, 'Refresh hotelview promos from database'),
(68, 'anonha', 7, 'msg', 'Send an anonymous hotel alert through this!'),
(80, 'refresh_ranks', 8, NULL, 'Refresh ranks from database'),
(81, 'refresh_settings', 8, NULL, 'Refresh emulator settings'),
(82, 'refresh_groups', 7, NULL, 'Reloads all groups '),
(83, 'refresh_bans', 7, NULL, 'Refresh bans from database'),
(84, 'refresh_quests', 7, NULL, 'Refresh quests from database'),
(85, 'setvideo', 1, NULL, 'Set a custom video in all YouTube TVs');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Retire os [ b ] [ / b ]

Swnete Swnete  • 13.12.15 22:26

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 13.12.15 22:26

Código:
#1062 - Duplicate entry '1' for key 'PRIMARY' 


Da esse erro

Peeta Peeta  • 13.12.15 22:30

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 13.12.15 22:30

Execute este código na sua database.
Código:

-- phpMyAdmin SQL Dump
-- version 4.0.10.7
-- http://www.phpmyadmin.net
--
-- Servidor: localhost:3306
-- Tempo de Geração: 13/12/2015 às 22:29
-- Versão do servidor: 10.0.22-MariaDB
-- Versão do PHP: 5.4.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Banco de dados: `peetagostoso`
--

-- --------------------------------------------------------

--
-- Estrutura para tabela `permissions_ranks`
--

CREATE tab[b][/b]le IF NOT EXISTS `permissions_ranks` (
  `rank` int(1) unsigned NOT NULL,
  `floodtime` int(2) NOT NULL DEFAULT '30',
  `support_tool` enum('0','1') NOT NULL DEFAULT '0',
  `ambassadeur` enum('0','1') NOT NULL DEFAULT '0',
  `moderator` enum('0','1') NOT NULL DEFAULT '0',
  `manager` enum('0','1') NOT NULL DEFAULT '0',
  `admin` enum('0','1') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `staff_chat` enum('0','1') NOT NULL DEFAULT '0',
  `user_is_staff` enum('0','1') NOT NULL DEFAULT '0',
  `user_not_kickable` enum('0','1') NOT NULL DEFAULT '0',
  `user_can_change_name` enum('0','1') NOT NULL DEFAULT '0',
  `user_enter_full_rooms` enum('0','1') NOT NULL DEFAULT '0',
  `user_enter_any_room` enum('0','1') NOT NULL DEFAULT '0',
  `user_can_read_whisper` enum('0','1') NOT NULL DEFAULT '0',
  `user_room_staff_pick` enum('0','1') NOT NULL DEFAULT '0',
  `cmd_global_refresh_permissions` enum('0','1') NOT NULL DEFAULT '0',
  `cmd_user_can_give_currency` enum('0','1') NOT NULL DEFAULT '0',
  `modtool_can_read_chatlog` enum('0','1') NOT NULL DEFAULT '0',
  `modtool_can_send_alert` enum('0','1') NOT NULL DEFAULT '0',
  `modtool_can_ban_user` enum('0','1') NOT NULL DEFAULT '0',
  `modtool_can_kick_user` enum('0','1') NOT NULL DEFAULT '0',
  `user_control_any_room` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`rank`),
  UNIQUE KEY `rank` (`rank`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Fazendo dump de dados para tabela `permissions_ranks`
--

INSERT INTO `permissions_ranks` (`rank`, `floodtime`, `support_tool`, `ambassadeur`, `moderator`, `manager`, `admin`, `staff_chat`, `user_is_staff`, `user_not_kickable`, `user_can_change_name`, `user_enter_full_rooms`, `user_enter_any_room`, `user_can_read_whisper`, `user_room_staff_pick`, `cmd_global_refresh_permissions`, `cmd_user_can_give_currency`, `modtool_can_read_chatlog`, `modtool_can_send_alert`, `modtool_can_ban_user`, `modtool_can_kick_user`, `user_control_any_room`) VALUES
(1, 30, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(2, 30, '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(3, 30, '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(4, 30, '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(5, 30, '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '1', '1', '1', '1', '1'),
(6, 30, '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '1', '1', '1', '1', '1'),
(7, 30, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1'),
(8, 300, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1'),
(9, 500, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Vong Vong  • 13.12.15 22:34

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 13.12.15 22:34

Tente esta se der erro novamente. 
Código:

-- phpMyAdmin SQL Dump
-- version 3.5.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Dec 09, 2015 at 04:54 PM
-- Server version: 5.5.25a
-- PHP Version: 5.4.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `VictorEyer`
--

-- --------------------------------------------------------

--
-- tab[b][/b]le structure for tab[b][/b]le `fuse_cmds`
--

CREATE tab[b][/b]le IF NOT EXISTS `fuse_cmds` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `command` varchar(255) NOT NULL,
  `rank` int(11) NOT NULL,
  `params` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=86 ;

--
-- Dumping data for tab[b][/b]le `fuse_cmds`
--

INSERT INTO `fuse_cmds` (`id`, `command`, `rank`, `params`, `description`) VALUES
(1, 'commands', 1, NULL, 'Mostra essa janela'),
(2, 'refresh_items', 7, NULL, 'Atualiza os itens da DB'),
(3, 'reload', 1, NULL, 'Recarrega o Quarto'),
(4, 'ha', 4, 'msg', 'Alerta todos do hotel'),
(5, 'refresh_catalogue', 7, NULL, 'Atualiza o catálogo'),
(6, 'alert', 4, 'user msg', 'Alerta um usuário'),
(7, 'enable', 2, 'id', 'Ativa um efeito (ID)'),
(8, 'push', 2, 'user', 'Empurra alguém.'),
(9, 'pull', 2, 'user', 'Puxa alguém;'),
(10, 'spull', 6, 'user', 'Super pull em alguem.'),
(11, 'habnam', 1, NULL, 'Ta na hora do Gangnam Style!'),
(12, 'moonwalk', 1, NULL, 'Moonwalking como Michael Jackson!'),
(13, 'hit', 2, 'user', 'Bate em alguém'),
(14, 'mimic', 2, 'user', 'Copia um visual!'),
(15, 'kick', 4, 'user', 'Kicka um usuário'),
(16, 'tele', 5, NULL, 'Teletransporte'),
(17, 'override', 6, NULL, 'Atravesse Mobis e Usuários!'),
(18, 'dc', 7, 'user', 'Desconecta alguém!'),
(19, 'dcroom', 8, NULL, 'Desconecta o quarto!'),
(20, 'diamonds', 6, 'user qty', 'Dá X Diamonds!'),
(21, 'loyalty', 5, 'user qty', 'DEPRECATED as of June 15, 2014 only giving diamonds'),
(22, 'duckets', 5, 'user qty', 'Dá X Duckets!'),
(23, 'credits', 5, 'user qty', 'Dá X moedas!'),
(24, 'globalcredits', 6, 'qty', 'Dá créditos para todos do hotel (online e offline)'),
(25, 'masscredits', 6, 'qty', 'Dá créditos para todos ONLINES do hotel.'),
(26, 'info', 1, NULL, 'Informação do servidor. Tradução por VictorEyer'),
(27, 'roomalert', 4, 'msg', 'Envia um alerta para o quarto'),
(28, 'reloadall', 8, '', 'Recarrega todos no hotel'),
(29, 'givebadge', 6, 'user code', 'Dá um emblema para um usuário'),
(30, 'massbadge', 6, 'code', 'Dá um emblema para todos online''s'),
(31, 'roombadge', 6, 'badgecode', 'Dá um emblema para todos no quarto.'),
(32, 'coords', 7, NULL, 'Mostra todas coordenadas.'),
(33, 'sa', 4, 'msj', 'Chat dos Staf''s'),
(34, 'makepublic', 7, NULL, 'Faça seu quarto público'),
(35, 'makeprivate', 7, NULL, 'Faça seu quarto privado'),
(36, 'roomaction', 6, 'id', 'Todos do quarto fazem o efeito (ID)'),
(37, 'sit', 1, NULL, 'Sentar'),
(38, 'lay', 1, NULL, 'Deitar'),
(39, 'pickall', 1, NULL, 'Pegar todos mobis do quarto'),
(40, 'setmax', 1, 'num', 'Por limite de usuários no quarto'),
(41, 'userinfo', 5, 'user', 'Mostrar informação do usuário'),
(42, 'disablediagonal', 1, NULL, 'Desativar diagonal'),
(43, 'freeze', 6, 'user', 'Congelar um usuário'),
(44, 'unfreeze', 6, 'user', 'Descongelar um usuário'),
(45, 'setspeed', 1, 'num', 'Mudar a velocidade dos rollers'),
(46, 'emptypets', 1, NULL, 'Apagar seus pets'),
(47, 'redeemall', 1, NULL, 'Transformar suas moedas'),
(48, 'mutebots', 1, NULL, 'Mute room bots.'),
(49, 'dance', 1, 'num', 'Dançar'),
(50, 'empty', 1, NULL, 'Apagar o inventario de alguém'),
(51, 'roommute', 4, 'msg', 'Mutar um quarto (pode mandar mensagem)'),
(52, 'roomunmute', 4, NULL, 'Desmutar o quarto'),
(53, 'mute', 4, 'user', 'Mutar alguém'),
(54, 'unmute', 4, 'user', 'Desmutar alguém'),
(55, 'summon', 6, 'user', 'Para summonar alguém'),
(56, 'summonall', 8, NULL, 'Puxe TODOS usuários para seu quarto'),
(57, 'follow', 1, 'user', 'Siga alguém'),
(58, 'roomkick', 4, 'msg', 'Kickar todos do quarto.'),
(59, 'superban', 5, 'user', 'Um banimento por um longo, longo tempo.'),
(60, 'massdance', 5, 'num', 'Todos no quarto dançam.'),
(61, 'shutdown', 8, NULL, 'Desligue o hotel'),
(62, 'superha', 7, 'msg', 'Mande uma super notificação'),
(63, 'eventha', 4, 'msg', 'Notifique um evento!'),
(64, 'ban', 5, 'user time msg', 'Bane alguém'),
(65, 'unban', 5, 'user', 'Desbene alguém'),
(66, 'refresh_youtube', 7, NULL, 'Atualiza o youtube'),
(67, 'refresh_polls', 7, NULL, 'Atualiza as enquetes'),
(79, 'refresh_navigator', 7, NULL, 'Atualiza os quartos'),
(70, 'refresh_bannedhotels', 8, NULL, 'Atualiza os hoteis banidos'),
(71, 'refresh_songs', 7, NULL, 'Atualiza os sons'),
(72, 'refresh_achievements', 7, NULL, 'Atualiza as conquistas'),
(69, 'refresh_petbreeds', 7, NULL, 'Atualiza os pets'),
(74, 'refresh_promos', 7, NULL, 'Atualiza as promoções'),
(68, 'anonha', 7, 'msg', 'Manda um alerta anonimamente.'),
(80, 'refresh_ranks', 8, NULL, 'Atualiza os ranks'),
(81, 'refresh_settings', 8, NULL, 'Atualiza as opções'),
(82, 'refresh_groups', 7, NULL, 'Atualiza todos grupos'),
(83, 'refresh_bans', 7, NULL, 'Atualiza os bans'),
(84, 'refresh_quests', 7, NULL, 'Atualiza as missões'),
(85, 'setvideo', 1, NULL, 'ponha um vídeo em todas tv''s');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;



RETIRE OS [ B ] [ / B ]

The Flash The Flash  • 14.12.15 3:31

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 14.12.15 3:31

Ranks no hotel e mobis bugado Sd8ndiX
O autor do tópico possui 24 horas para informar se a questão foi resolvida!

Swnete Swnete  • 14.12.15 11:20

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 14.12.15 11:20

Olá, tentei executar as duas SQLS acima, porém, mesmo retirando os , continua dando o mesmo erro.

The Flash The Flash  • 15.12.15 12:15

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 15.12.15 12:15

Olá. Faça os procedimentos a seguir.
Primeiro entre no PhpMyAdmin;
Depois entre na sua DB;
Após isso, vá ná guia SQL;
Coloque o seguinte código:
Código:

UPDATE `permissions_ranks` SET  `support_tool` =  '1',
`ambassadeur` =  '1',
`moderator` =  '1',
`staff_chat` =  '1',
`user_is_staff` =  '1',
`user_not_kickable` =  '1',
`user_can_change_name` =  '1',
`user_enter_full_rooms` =  '1',
`user_enter_any_room` =  '1',
`user_can_read_whisper` =  '1',
`user_room_staff_pick` =  '1',
`cmd_user_can_give_currency` =  '1',
`modtool_can_read_chatlog` =  '1',
`modtool_can_send_alert` =  '1',
`modtool_can_ban_user` =  '1',
`modtool_can_kick_user` =  '1' WHERE  `permissions_ranks`.`rank` >=4;

The Flash The Flash  • 16.12.15 12:38

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 16.12.15 12:38


Ranks no hotel e mobis bugado Sd8ndiX
O autor do tópico possui 24 horas para informar se a questão foi resolvida!

The Flash The Flash  • 17.12.15 12:40

Ranks no hotel e mobis bugado Empty Re: Ranks no hotel e mobis bugado 17.12.15 12:40

Ranks no hotel e mobis bugado SsYaM5b
Motivo: Prazo Encerrado!
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.