Ir para conteúdo
  • Cadastre-se

(Resolvido)Mensagem de dominio


Ir para solução Resolvido por Wakon,

Posts Recomendados

4i1u2d.jpg

 

 

galera gostaria que alem da mensagem " 15:03 [Castle of Honor 24Horas]

 Você e sua guild estão no comando, os antigos donos da guild [Alqaeda] podem se vingar!  "
 
aparecesse uma mensagem em vermelho para todos os players falando o nome do player e o nome da guild que dominou o castle, lembrando essa mensagem aparece quando o player sobe no trono, segue o script do evento.
 

-- This script is part of Castle of Honor


-- Copyright © 2013 Roksas - ChaitoSoft
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see .

-- //

function onStepIn(cid, item, pos, fromPosition)
local pos = getThingPos(cid)

if item.actionid == 16203 then
if not isPlayer(cid) then
return true
end
if getGlobalStorageValue(COH_STATUS) == getPlayerGuildName(cid) then
doSendMagicEffect(getThingPos(cid), 14)
doSendAnimatedText(pos, "CoH", math.random(1, 255))
else
doSendMagicEffect(getThingPos(cid), 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH 24horas] Você não pertence á guild "..getGlobalStorageValue(COH_STATUS)..".")
end
return true
end

if item.actionid == 16202 then
if not isPlayer(cid) then
return true
end

if getPlayerGuildId(cid) > 0 then
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) then
doPlayerSendTextMessage(cid, 20, "[Castle of Honor 24Horas]\n Você e sua guild estão no comando, os antigos donos da guild ["..tostring(getGlobalStorageValue(COH_STATUS)).."] podem se vingar!")
setGlobalStorageValue(COH_PREPARE1, -1)
setGlobalStorageValue(COH_PREPARE2, -1)
setGlobalStorageValue(COH_STATUS, getPlayerGuildName(cid))
doCastleRemoveEnemies()
doBroadcastMessage("[Castle of Honor 24Horas]\n O jogador ["..getCreatureName(cid).."] e sua guild ["..getPlayerGuildName(cid).."] estão no comando do castelo, vá dominar e impedir isso!")
end
else
doSendMagicEffect(pos, 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
end
return true
end

if item.actionid == 16200 then
if not isPlayer(cid) then
return true
end
if getPlayerGuildId(cid) > 0 then
doSendAnimatedText(pos, "CoH", math.random(1, 255))
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) and (getGlobalStorageValue(COH_PREPARE1) ~= getPlayerGuildName(cid)) and ((getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid))) then
setGlobalStorageValue(COH_PREPARE4, getPlayerGuildName(cid))
doBroadcastMessage("[Castle of Honor 24Horas] Atenção! \n O jogador ["..getCreatureName(cid).."] da guild "..getPlayerGuildName(cid).." está tentando dominar o castelo, aviso aos donos atuais,preparem-se para a defesa!")
end
else
doSendMagicEffect(pos, 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
return true
end
end

if item.actionid == 16201 then
if not isPlayer(cid) then
return true
end
doSendAnimatedText(pos, "CoH", math.random(1, 255))
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) and (getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid)) then
setGlobalStorageValue(COH_PREPARE3, getPlayerGuildName(cid))
doBroadcastMessage("[Castle of Honor 24Horas] Atenção!\n O jogador ["..getCreatureName(cid).."] da "..getPlayerGuildName(cid).." está muito próxima do domínio do castle, segundo aviso aos donos atuais ataquem!")
end
end
return true
end

Link para o post
Compartilhar em outros sites
  • Solução

Teste:

-- This script is part of Castle of Honor
-- Copyright © 2013 Roksas - ChaitoSoft
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see .

-- //

function onStepIn(cid, item, pos, fromPosition)
local pos = getThingPos(cid)

if item.actionid == 16203 then
if not isPlayer(cid) then
return true
end
if getGlobalStorageValue(COH_STATUS) == getPlayerGuildName(cid) then
doSendMagicEffect(getThingPos(cid), 14)
doSendAnimatedText(pos, "CoH", math.random(1, 255))
else
doSendMagicEffect(getThingPos(cid), 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH 24horas] Você não pertence á guild "..getGlobalStorageValue(COH_STATUS)..".")
end
return true
end

if item.actionid == 16202 then
if not isPlayer(cid) then
return true
end

if getPlayerGuildId(cid) > 0 then
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) then
doPlayerSendTextMessage(cid, 20, "[Castle of Honor 24Horas]\n Você e sua guild estão no comando, os antigos donos da guild ["..tostring(getGlobalStorageValue(COH_STATUS)).."] podem se vingar!")
doBroadcastMessage("[Castle of Honor 24Horas]\n O jogador ["..getCreatureName(cid).."] e sua guild ["..getPlayerGuildName(cid).."] estão no comando do castelo, vá dominar e impedir isso!")
setGlobalStorageValue(COH_PREPARE1, -1)
setGlobalStorageValue(COH_PREPARE2, -1)
setGlobalStorageValue(COH_STATUS, getPlayerGuildName(cid))
doCastleRemoveEnemies()
end
else
doSendMagicEffect(pos, 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
end
return true
end

if item.actionid == 16200 then
if not isPlayer(cid) then
return true
end
if getPlayerGuildId(cid) > 0 then
doSendAnimatedText(pos, "CoH", math.random(1, 255))
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) and (getGlobalStorageValue(COH_PREPARE1) ~= getPlayerGuildName(cid)) and ((getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid))) then
setGlobalStorageValue(COH_PREPARE4, getPlayerGuildName(cid))
doBroadcastMessage("[Castle of Honor 24Horas] Atenção! \n O jogador ["..getCreatureName(cid).."] da guild "..getPlayerGuildName(cid).." está tentando dominar o castelo, aviso aos donos atuais,preparem-se para a defesa!")
end
else
doSendMagicEffect(pos, 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
return true
end
end

if item.actionid == 16201 then
if not isPlayer(cid) then
return true
end
doSendAnimatedText(pos, "CoH", math.random(1, 255))
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) and (getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid)) then
setGlobalStorageValue(COH_PREPARE3, getPlayerGuildName(cid))
doBroadcastMessage("[Castle of Honor 24Horas] Atenção!\n O jogador ["..getCreatureName(cid).."] da "..getPlayerGuildName(cid).." está muito próxima do domínio do castle, segundo aviso aos donos atuais ataquem!")
end
end
return true
end

Link para o post
Compartilhar em outros sites

como faço para a mensagem aparecer em branco?

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

Testa ai:

-- This script is part of Castle of Honor
-- Copyright © 2013 Roksas - ChaitoSoft
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see .

-- //

function onStepIn(cid, item, pos, fromPosition)
local pos = getThingPos(cid)

if item.actionid == 16203 then
if not isPlayer(cid) then
return true
end
if getGlobalStorageValue(COH_STATUS) == getPlayerGuildName(cid) then
doSendMagicEffect(getThingPos(cid), 14)
doSendAnimatedText(pos, "CoH", math.random(1, 255))
else
doSendMagicEffect(getThingPos(cid), 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH 24horas] Você não pertence á guild "..getGlobalStorageValue(COH_STATUS)..".")
end
return true
end

if item.actionid == 16202 then
if not isPlayer(cid) then
return true
end

if getPlayerGuildId(cid) > 0 then
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) then
doPlayerSendTextMessage(cid, 20, "[Castle of Honor 24Horas]\n Você e sua guild estão no comando, os antigos donos da guild ["..tostring(getGlobalStorageValue(COH_STATUS)).."] podem se vingar!")
doBroadcastMessage("[Castle of Honor 24Horas]\n O jogador ["..getCreatureName(cid).."] e sua guild ["..getPlayerGuildName(cid).."] estão no comando do castelo, vá dominar e impedir isso!", MESSAGE_EVENT_ADVANCE)
setGlobalStorageValue(COH_PREPARE1, -1)
setGlobalStorageValue(COH_PREPARE2, -1)
setGlobalStorageValue(COH_STATUS, getPlayerGuildName(cid))
doCastleRemoveEnemies()
end
else
doSendMagicEffect(pos, 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
end
return true
end

if item.actionid == 16200 then
if not isPlayer(cid) then
return true
end
if getPlayerGuildId(cid) > 0 then
doSendAnimatedText(pos, "CoH", math.random(1, 255))
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) and (getGlobalStorageValue(COH_PREPARE1) ~= getPlayerGuildName(cid)) and ((getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid))) then
setGlobalStorageValue(COH_PREPARE4, getPlayerGuildName(cid))
doBroadcastMessage("[Castle of Honor 24Horas] Atenção! \n O jogador ["..getCreatureName(cid).."] da guild "..getPlayerGuildName(cid).." está tentando dominar o castelo, aviso aos donos atuais,preparem-se para a defesa!")
end
else
doSendMagicEffect(pos, 2)
doTeleportThing(cid, fromPosition, false)
doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
return true
end
end

if item.actionid == 16201 then
if not isPlayer(cid) then
return true
end
doSendAnimatedText(pos, "CoH", math.random(1, 255))
if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) and (getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid)) then
setGlobalStorageValue(COH_PREPARE3, getPlayerGuildName(cid))
doBroadcastMessage("[Castle of Honor 24Horas] Atenção!\n O jogador ["..getCreatureName(cid).."] da "..getPlayerGuildName(cid).." está muito próxima do domínio do castle, segundo aviso aos donos atuais ataquem!")
end
end
return true
end
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