Ir para conteúdo
  • 0

clebao666

Pergunta

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:

Spoiler
function doCapturePokemon(cid, poke, ballid, status, typeee)

 

- Procure por essa Parte do Script:

Spoiler
if (getPlayerFreeCap(cid) >= 6 and not isInArray({5, 6}, getPlayerGroupId(cid))) or not hasSpaceInContainer(getPlayerSlotItem(cid, 3).uid) then
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:

Spoiler
for _, oid in ipairs(getPlayersOnline()) do
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:

Spoiler
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>

 

 

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:

post-59798-0-38702400-1421798021_thumb.p

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0

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 por FlamesAdmin
Link para o comentário
Compartilhar em outros sites

  • 0

 

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.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...