- 0
pedido Erro Joinchannel E Receivemail
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
script alguém pode me ajudar nessa spells aqui, queira que colocassem pro meu personagem ficar inatingível por 6 segundos e podendo atacar livremente
Por lazaroszz,
- 0 respostas
- 471 visualizações
-
- 1 resposta
- 1033 visualizações
-
- 0 respostas
- 1910 visualizações
-
- 1 resposta
- 2184 visualizações
-
- 0 respostas
- 1364 visualizações
-
Pergunta
JustinnoTibianno 71
Tem dois erros que ocorrem quando eu abro meu ot, quero arruma-los mas nao entendo nada de script, se alguem pode me ajudar
>Loading creaturescripts... [Error - CreatureEvent::configureEvent] No valid type for creature event: joinchannel.
[Warning - BaseEvents::loadFromXml] Cannot configure an event
[Error - CreatureEvent::configureEvent] No valid type for creature event: receivemail.
[Warning - BaseEvents::loadFromXml] Cannot configure an event
Aqui estao os sciprts:
SCRIPT DO RECEIVEMAIL:
function onReceiveMail(cid, sender, item, openBox)
if(openBox) then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "New mail has arrived.")
end
return true
end
JOINCHANNEL:
function onJoinChannel(cid, channelId, users)
if(channelId == CHANNEL_GUILD) then
local guildId = getPlayerGuildId(cid)
if(guildId and guildId ~= 0) then
local guildMotd = getGuildMotd(guildId)
if(guildMotd and guildMotd ~= "") then
addEvent(doPlayerSendChannelMessage, 150, cid, "", "Comand for Leaders: /guid - Message of the Day: " .. guildMotd, TALKTYPE_CHANNEL_W, CHANNEL_GUILD)
end
end
end
return true
end
E aqui estao as tags no craturescript.xml:
<event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua"/>
<event type="receivemail" name="Mail" event="script" value="mail.lua"/>
Link para o comentário
Compartilhar em outros sites
16 respostass a esta questão
Posts Recomendados