Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em:
--
Participar
Histórico de Curtidas
-
matheusgt0 recebeu reputação de luanasar em Fazendo SpritesAs imagens nao abrem mais maninho, teria como re-upa?
-
matheusgt0 deu reputação a MaxxSilva em [Action] Pokedex System [PDA S/Level] - Pokemon StatusMuito bom cara idéia nova, não imaginava esse status nos pokemons sem level, rep+
-
matheusgt0 deu reputação a MySticaL em [Ajuda] Cor Da FalaIsso é nas souces se caso tiver:
Em chat .cpp procure isso:
bool ChatChannel::talk Nessa função ache:
if(it == m_users.end()) return false; Pule 2 linhas e coloque isso:
SpeakClasses ntype = type; uint16_t channelId = getId(); if (channelId == 5) { if (player->getGroupId() == 6) { ntype = SPEAK_CHANNEL_RN; } else if (player->getGroupId() == 5) { ntype = SPEAK_CHANNEL_RN; } else if (player->getGroupId() == 4) { ntype = SPEAK_CHANNEL_RN; } else if(player->getGroupId() >= 2) { ntype = SPEAK_CHANNEL_O; } } Agora ache:
it->second->sendToChannel(player, type, text, m_id, _time); E troque por:
it->second->sendToChannel(player, ntype, text, m_id, _time); Como editar os grupos da staff:
(player->getGroupId() == 5) O Cinco é o grupo no caso CM Como editar o chat id:
if (channelId == 5) { - Aqui é o chat Id se não me engano é o Trade-Rookboard algo assim pelo menos no meu ai você troca pelo que você quiser. E basta compilar