Hulkmagrelao Hulkmagrelao  • 23.12.14 11:27

COMO LIBERAR COMANDOS PRA MODERADOR? Empty COMO LIBERAR COMANDOS PRA MODERADOR? 23.12.14 11:27

O que deseja: COMO LIBERAR COMANDOS PRA MODERADOR?

Nome do que deseja: COMO LIBERAR COMANDOS PRA MODERADOR?

Print do que deseja (Se possível): COMO LIBERAR COMANDOS PRA MODERADOR?

Onde viu O que deseja: COMO LIBERAR COMANDOS PRA MODERADOR?

Deve ser compativel com: NewCrypto

Se escolheu outros, especifique: COMO LIBERAR COMANDOS PRA MODERADOR?

Comentários adicionais: MEUS MODERADORES NAO ESTAO COM COMANDOS :HA , :ROOMMUTE COMO LIBERAR?

Vong Vong  • 23.12.14 11:30

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 23.12.14 11:30

Bom amigo,você vai até a tabela fuse_cmd na sua data base,e lá você verá numero dos ranks,edite-os de acordo como você quer!


Procure pelo nome: HA troque de 6 para 4 ou 5

Procure por givebadge troque de 6 para 4 ou 5
e assim vai entendeu?
se te ajudei de um "+"

Hulkmagrelao Hulkmagrelao  • 23.12.14 11:34

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 23.12.14 11:34

nao tem essa tabela na minha db :x

Vong Vong  • 23.12.14 11:35

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 23.12.14 11:35

Tá ai.
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 */;


Se te ajudei de um "+"

--------------------------------------
Suporte
O Autor tem 48 Horas para dizer se está satisfeito, caso contrário tópico fechado.

M3G4 M3G4  • 23.12.14 14:05

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 23.12.14 14:05

Na Verdade Existe um Jeito Mais Facil
Entre na sua db Vá em ranks
Altere Do Primeiro Ex:Dono tem Rank 12 Almente pra 13 Assim Até
Chegar ao Moderador.

Ajudei da um  "+"

Livєя Livєя  • 23.12.14 17:34

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 23.12.14 17:34

Que emulador está utilizando?

avatar Minato  • 24.12.14 2:54

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 24.12.14 2:54

Qual emulador você utiliza?
Se utiliza Mercury apenas você ir na tabela fuse_cmd e alterar o rank do comando.

avatar Minato  • 26.12.14 12:51

COMO LIBERAR COMANDOS PRA MODERADOR? Empty Re: COMO LIBERAR COMANDOS PRA MODERADOR? 26.12.14 12:51

@Suporte
Tópico fechado e movido.
Motivo: Já se passaram 48 horas/Autor não apresentou resposta.
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.