Tente essa tag:
<channel id="5" name="Catch-Channel" level="2" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes."> <vocation id="1"/> </channel>
info
Grupo: Infante
Registrado: 28/01/12
Posts: 1.6k
Reputação: +262
Gênero: Masculino

Tente essa tag:
<channel id="5" name="Catch-Channel" level="2" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes."> <vocation id="1"/> </channel>
Editado Julho 3 por FlamesAdmin
Tente essa tag:
<channel id="5" name="Catch-Channel" level="2" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes."> <vocation id="1"/> </channel>
vlw man se é zica dmaisssssssss.. reputado como sempre.
info
Grupo: Infante
Registrado: 28/01/12
Posts: 1.6k
Reputação: +262
Gênero: Masculino

Disponha.
Era um erro simples, acontece que não tinha o ' < ' antes do ' channel '.
channel id="5"
<channel id="5"
info
Grupo: Artesão
Registrado: 09/10/13
Posts: 124
Reputação: +6
ola!!
gostaria de um system catch chanel tem um tuto que faz ele mais nao serve pra pda cyan da erro vo postar aq o system e o erro que da se alguem puder ajudar agradeço.
[+] Para que Serve o Catch Channel?
- Simples Serve Para voce Ver todos os Catch do Servidor no Canal "Catch Channel"
- O Script é Bem Basico!
[+] Intao Vamos La:
[+] Servidor Testado:
Pokemon Dash Advanced (PDA V2.5 BY: BOLZ)
Vai em data/lib/CATCHSYSTEM.LUA e Procure por Essa funçao:
- Procure por essa Parte do Script:
doPlayerSendMailByName(getCreatureName(cid), item, 1)
doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a pokemon ("..poke..")!")
doPlayerSendTextMessage(cid, 27, "Since you are already holding six pokemons, this pokeball has been sent to your depot.")
else
doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a ("..poke..")!")
end
- Logo Abaixo Adiciona isso:
doPlayerSendChannelMessage(oid,getCreatureName(cid),"[Catch Channel] O Jogador [".. getCreatureName(cid) .."] Capturou um ["..poke.."]!.", TALKTYPE_CHANNEL_W, 5)
end
Explicando:
TALKTYPE_CHANNEL_W: Letra Branca
5 : Channel ID (No Caso é o Game-Chat)
Depois vai em data/xml/channels.xml e troca seu Channel id "5" Para Esse:
ERRO QUE DA QUANDO POE NO CYAN
[03/07/2015 13:47:06] Line: 22, Info: Extra content at the end of the document
[03/07/2015 13:47:06] > ERROR: Unable to load chat channels!
[+] Imagem: