Ir para conteúdo

spell em talk


craigmabbit

Posts Recomendados

eu to começando a usar minhas spells em talkaction e to com uma duvida aqui

 

 

 

local exaust = {

exhausted = 2,

storage = 7652

}

 

 

local arr1 = createCombatArea{

{1, 1, 1},

{1, 2, 1},

{1, 1, 1}

}

 

local arr2 = createCombatArea{

{0, 1, 1, 1, 0},

{1, 0, 0, 0, 1},

{1, 0, 2, 0, 1},

{1, 0, 0, 0, 1},

{0, 1, 1, 1, 0}

}

 

local arr3 = createCombatArea{

{0, 0, 1, 1, 1, 0, 0},

{0, 1, 0, 0, 0, 1, 0},

{1, 0, 0, 0, 0, 0, 1},

{1, 0, 0, 2, 0, 0, 1},

{1, 0, 0, 0, 0, 0, 1},

{0, 1, 0, 0, 0, 1, 0},

{0, 0, 1, 1, 1, 0, 0}

}

 

local arr4 = createCombatArea{

{0, 0, 1, 1, 1, 1, 1, 0, 0},

{0, 1, 0, 0, 0, 0, 0, 1, 0},

{1, 0, 0, 0, 0, 0, 0, 0, 1},

{1, 0, 0, 0, 2, 0, 0, 0, 1},

{1, 0, 0, 0, 0, 0, 0, 0, 1},

{0, 1, 0, 0, 0, 0, 0, 1, 0},

{0, 0, 1, 1, 1, 1, 1, 0, 0}

}

 

local arr5 = createCombatArea{

{0, 0, 1, 1, 1, 1, 1, 0, 0},

{0, 1, 1, 1, 1, 1, 1, 1, 0},

{1, 1, 1, 1, 1, 1, 1, 1, 1},

{1, 1, 1, 1, 2, 1, 1, 1, 1},

{1, 1, 1, 1, 1, 1, 1, 1, 1},

{0, 1, 1, 1, 1, 1, 1, 1, 0},

{0, 0, 1, 1, 1, 1, 1, 0, 0}

}

 

 

function onSay(cid, words, param, channel)

local level = 40

 

if(getPlayerStorageValue(cid, exaust.storage) > os.time() and getPlayerStorageValue(cid, exaust.storage) < 100+os.time()) then

doPlayerSendTextMessage(cid, 24, "você esta exausto, espere " .. getPlayerStorageValue(cid, exaust.storage) - os.time() .. ' segundos' .. ((getPlayerStorageValue(cid, exaust.storage) - os.time()) == 1 and "" or "s"))

return true

elseif getPlayerLevel(cid) < level then

doPlayerSendCancel(cid, "You need to be atleast level "..level..".") return true

end

 

local HitDamage = math.random(getPlayerLevel(cid)*2.75, getPlayerLevel(cid)*3.75)

doAreaCombatHealth(cid, COMBAT_FIREDAMAGE, getThingPos(cid), area, -HitDamage, -HitDamage, 6)

setPlayerStorageValue(cid, exaut.storage, os.time() + exaust.exhausted)

return TRUE

end

ai eu quero saber como eu faço pra adicionar um addEvent pra executa as 5 areas em 100ms

 

eu tenho uma base que é for i = 1,5 mas ai depois eu não sei chamar

Link para o comentário
Compartilhar em outros sites

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