Ir para conteúdo

Herb Healing


Visitante xbowaxx

Posts Recomendados

Visitante xbowaxx

Bom decidi fazer esse script xD é a herb q reucpera life coolio.gif

<action itemid="3673" script="herb.lua" />

Agora crie um arquivo chamado herb.lua

adicione:

function onUse(cid, item, frompos, item2, topos)

if item.itemid == 3673 then

rand = math.random(20,50)

doPlayerAddHealth(cid,rand) 

doSendMagicEffect(topos,13) 

doPlayerSendTextMessage(cid,22,"The magical herb has healed you...")

doRemoveItem(item.uid,1)

end

return 1

end

Creditos: Para Roman

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...