Ir para conteúdo
Propaganda

Posts Recomendados

elseif spell == "Thunder" then
 local thundergui = {
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 3, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
}
 
    -- cid, combat, matrix, minDmg, maxDmg, condition, tempoCond, indexToOutfit, delay
    kennSpecialDamageEvent( cid, ELECTRICDAMAGE, thundergui, min, max, 0, 0, 4, 0)
Link para o comentário
https://tibiadevs.com/forums/topic/1268-um-erro-n%C3%A3o-consigo-dar-dano/
Compartilhar em outros sites

Se sua base for PDA usa esse

 

elseif spell == "Thunder" then

   local ret = {}
    ret.id = 0
    ret.cd = 9
    ret.eff = 207
    ret.check = 0
    ret.first = true
    ret.cond = "Paralyze"


doMoveInArea2(cid, 48, thunderr, ELECTRICDAMAGE, min, max, spell, ret)

Link para o comentário
https://tibiadevs.com/forums/topic/1268-um-erro-n%C3%A3o-consigo-dar-dano/#findComment-6570
Compartilhar em outros sites

Crie uma conta ou entre para comentar

Você precisar ser um membro para fazer um comentário

Criar uma conta

Crie uma nova conta em nossa comunidade. É fácil!

Crie uma nova conta

Entrar

Já tem uma conta? Faça o login.

Entrar Agora
×
  • Criar Novo...