Ir para conteúdo
  • Cadastre-se

Como fazer para o God falar em vermelho no HELP


Posts Recomendados

Então Galera, gostaria de um ajuda de Voces meus Tibiakinianos Favoritos...

Entao é Seguinte meu GOD, quando fala no Help ele fala em laranja. so que queria mudar isso... Tipo Tutores Cms e Gods Tao falando em Laranja dai Fica estranho Queria ajuda para arrumar isso.

Porfavor me Ajude :D

Rep +

Editado por Matador18 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Em  \data\chatchannels\scripts

Substitua seu HELP.LUA POR

 

local CHANNEL_HELP = 7

local muted = createConditionObject(CONDITION_CHANNELMUTEDTICKS)
setConditionParam(muted, CONDITION_PARAM_SUBID, CHANNEL_HELP)
setConditionParam(muted, CONDITION_PARAM_TICKS, 3600000)

function onSpeak(cid, type, message)
local playerAccountType = Player(cid):getAccountType()
if(Player(cid):getLevel() == 1 and playerAccountType == ACCOUNT_TYPE_NORMAL) then
Player(cid):sendCancelMessage("You may not speak into channels as long as you are on level 1.")
return false
end

if(getCreatureCondition(cid, CONDITION_CHANNELMUTEDTICKS, CHANNEL_HELP)) then
Player(cid):sendCancelMessage("You are muted from the Help channel for using it inappropriately.")
return false
end

if(playerAccountType >= ACCOUNT_TYPE_TUTOR) then
if(string.sub(message, 1, 6) == "!mute ") then
local targetName = string.sub(message, 7)
local target = Player(name):getId(targetName)
if(target ~= false) then
if(playerAccountType > target:getAccountType()) then
if(not getCreatureCondition(target, CONDITION_CHANNELMUTEDTICKS, CHANNEL_HELP)) then
doAddCondition(target, muted)
sendChannelMessage(CHANNEL_HELP, TALKTYPE_CHANNEL_R1, getPlayerName(target) .. " has been muted by " .. getPlayerName(cid) .. " for using Help Channel inappropriately.")
else
Player(cid):sendCancelMessage("That player is already muted.")
end
else
Player(cid):sendCancelMessage("You are not authorized to mute that player.")
end
else
Player(cid):sendCancelMessage(RETURNVALUE_PLAYERWITHTHISNAMEISNOTONLINE)
end
return false
elseif(string.sub(message, 1, 8) == "!unmute ") then
local targetName = string.sub(message, 9)
local target = Player(name):getId(targetName)
if(target ~= false) then
if(playerAccountType > getPlayerAccountType(target)) then
if(getCreatureCondition(target, CONDITION_CHANNELMUTEDTICKS, CHANNEL_HELP)) then
doRemoveCondition(target, CONDITION_CHANNELMUTEDTICKS, CHANNEL_HELP)
sendChannelMessage(CHANNEL_HELP, TALKTYPE_CHANNEL_R1, getPlayerName(target) .. " has been unmuted by " .. getPlayerName(cid) .. ".")
else
Player(cid):sendCancelMessage("That player is not muted.")
end
else
Player(cid):sendCancelMessage("You are not authorized to unmute that player.")
end
else
Player(cid):sendCancelMessage(RETURNVALUE_PLAYERWITHTHISNAMEISNOTONLINE)
end
return false
end
end

if(type == TALKTYPE_CHANNEL_Y) then
if(playerAccountType >= ACCOUNT_TYPE_TUTOR or getPlayerFlagValue(cid, PlayerFlag_TalkOrangeHelpChannel)) then
type = TALKTYPE_CHANNEL_O
end
elseif(type == TALKTYPE_CHANNEL_O) then
if(playerAccountType < ACCOUNT_TYPE_TUTOR and not getPlayerFlagValue(cid, PlayerFlag_TalkOrangeHelpChannel)) then
type = TALKTYPE_CHANNEL_Y
end
elseif(type == TALKTYPE_CHANNEL_R1) then
if(playerAccountType < ACCOUNT_TYPE_GAMEMASTER and not getPlayerFlagValue(cid, PlayerFlag_CanTalkRedChannel)) then
if(playerAccountType >= ACCOUNT_TYPE_TUTOR or getPlayerFlagValue(cid, PlayerFlag_TalkOrangeHelpChannel)) then
type = TALKTYPE_CHANNEL_O
else
type = TALKTYPE_CHANNEL_Y
end
end
end
return type
end

 

 

peguei deste tópico : http://www.tibiaking.com/forum/topic/37076-duvida-como-fazer-god-falar-vermelho-no-help/

 

 

Procure sempre antes de criar tópico desnecessário 

Link para o post
Compartilhar em outros sites

Royal, no meu Server nao tem essa Pasta por isso Postei, e ja tinha visto esse como nao resolveu meu Problema postei Novamente... E nao Jugue sem Saber se Procurei ou nao : P

Editado por Matador18 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo