Ir para conteúdo
  • 0

Como Por O Camando /heal Pra Vip


Luizpaiva

Pergunta

12 respostass a esta questão

Posts Recomendados

  • 0

Se for para healar todo life:

 

Em data/talkactions/scripts crie um arquivo.lua nomeie para healvip e adicione:

function onSay(cid, words, param)

 

local storage = 5562 --- não mecha

local waittime = 200 -- Tempo de exhaustion

local level = 100 -- Level necessário

local vips = getCreatureMaxHealth(cid) --- não mecha

 

----------------------------------------------------------------

 

if getPlayerLevel(cid) < level then

doPlayerSendCancel(cid, "Você precisa de level "..level.." para usar essa magia.")

return true

end

 

if exhaustion.check(cid, storage) == false then

doCreatureAddHealth(cid, vips)

end

 

exhaustion.set(cid, storage, waittime)

else

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Aguarde " .. exhaustion.get(cid, storage) .. " segundos para usar a spell novamente.")

end

return true

end

Editando:

 

-Verde: Variáveis.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...