Ir para conteúdo
  • 0

Talkactions Para Spell


nbb147

Pergunta

Pessoal queria saber se tem como modificar uma talkactions para spell, é o seguinte eu quero mudar uma talkaction de summon para spell, só isso, abaixo o script:

 

 

 

function onSay(cid, words, param, itemEx, params)

 

if isCreature(cid) then

if words == "!backkuroari" then

doRemoveCreature(x)

return True

end

end

 

 

local summons = getCreatureSummons(cid)

 

local monster = {

 

["kuroari[1]"] = { Level = 30, Levelmax = 34, Voc = 11, Vocp = 12 },

 

["kuroari[2]"] = { Level = 35, Levelmax = 39, Voc = 11, Vocp = 12 },

 

["kuroari[3]"] = { Level = 40, Levelmax = 44, Voc = 11, Vocp = 12 },

 

["kuroari[4]"] = { Level = 45, Levelmax = 49, Voc = 11, Vocp = 12 },

 

["kuroari[5]"] = { Level = 50, Levelmax = 54, Voc = 11, Vocp = 12 },

 

}

 

 

 

for k,v in pairs(monster) do

 

if getPlayerVocation(cid) == v.Voc or getPlayerVocation(cid) == v.Vocp then

 

if getPlayerLevel(cid) >= v.Level and getPlayerLevel(cid) <= v.Levelmax then

 

if (table.maxn(summons) < 1)then

 

if getTilePzInfo(getCreaturePosition(cid)) == false then

 

x = doSummonCreature(k, getCreaturePosition(cid))

doConvinceCreature(cid, x)

doCreatureSay(cid, "Go to me ,".. k,1)

 

else

doPlayerSendCancel(cid, "Voce nao pode envocar o karasu em area pz.")

end

 

else

doPlayerSendCancel(cid, "Voce nao pode envocar mais de um karasu.")

end

 

else

doPlayerSendCancel(cid, "Voce nao tem level para envocar o karasu.")

end

 

end

 

end

return true

end

 

Eu num sei se isso é possivel, entao se nao for alguem diz ae, flw..

Link para o comentário
Compartilhar em outros sites

0 respostass a esta questão

Posts Recomendados

Até agora não há respostas para essa pergunta

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...