Ir para conteúdo
  • 0

Ajustar posição de Efeito


FlamesAdmin

Pergunta

Gostaria que o efeito de atk em área ficasse centralizado a quem solta

PJMACIR.gif

 

Código da spell:

Spoiler

elseif spell == "Astonish" then

    doDanoWithProtect(cid, ghostDmg, getThingPosWithDebug(cid), selfArea2, min, max, 548)     --- < efeito do atk
    local eff = 538
    local a = getThingPosWithDebug(cid)
    posi = {x = a.x+1, y = a.y+1, z = a.z}
    addEvent(doSendMagicEffect, 100, posi, eff)

 

Editado por FlamesAdmin
Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

tente assim:

 

elseif spell == "Astonish" then    doDanoWithProtect(cid, ghostDmg, getThingPosWithDebug(cid), selfArea2, min, max, 548)     --- < efeito é esse    local eff = 538    local a = getThingPosWithDebug(cid)    posi = {x = a.x+2, y = a.y, z = a.z}    addEvent(doSendMagicEffect, 100, posi, eff)

 

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...