Ir para conteúdo

Posts Recomendados

--by Henrique Alves

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

 

if getPlayerLevel(cid) >= 10

then

 

doSendAnimatedText(getPlayerPosition(cid), "AhhHah...", 105)

doPlayerAddHealth(cid, math.random(9000000, 10000000)

doPlayerAddMana(cid, math.random(9999999, 99999999)

doTransformItem(item.uid, (5739)

doSendMagicEffect(topos, 12)

else

doPlayerSendTextMessage(cid,22,"Vc num e lvl 10.")

return 0

end

return 1

 

 

 

Script /\ pode ser assim

Link para o comentário
https://xtibia.com/forum/topic/164865-estatua-que-heala/
Compartilhar em outros sites

×
×
  • Criar Novo...