Huezin 4 Posted October 30, 2015 Report Share Posted October 30, 2015 Para Mana: function onUse(cid) doPlayerAddMana(cid,999) ---tanto de mana doCreatureSay(cid, "Healed Mana", TALKTYPE_ORANGE_1) end Vida: function onUse(cid) doPlayerAddHealth(cid,999) ---tanto de vida doCreatureSay(cid, "Healed Life", TALKTYPE_ORANGE_1) end Os Dois function onUse(cid) doPlayerAddMana(cid,999) doPlayerAddHealth(cid,999) doCreatureSay(cid, "Healed Life/Mana", TALKTYPE_ORANGE_1) end <action itemid="IDDOPISO" script="mana.lua"/> <action itemid="IDDOPISO" script="life.lua"/> <action itemid="IDDOPISO" script="lifeemana.lua"/> Link to comment https://xtibia.com/forum/topic/237628-script-healar-mana-ou-health-ao-clicar-em-x-item/ Share on other sites More sharing options...
alanmtd 14 Posted October 30, 2015 Report Share Posted October 30, 2015 Você testou isso? Link to comment https://xtibia.com/forum/topic/237628-script-healar-mana-ou-health-ao-clicar-em-x-item/#findComment-1674524 Share on other sites More sharing options...
Dennyz Dias 9 Posted October 30, 2015 Report Share Posted October 30, 2015 Não sei se estou serto mais isso nao seria um movements? Pq tag ta " CLIKAR EM X ITEM" Link to comment https://xtibia.com/forum/topic/237628-script-healar-mana-ou-health-ao-clicar-em-x-item/#findComment-1674529 Share on other sites More sharing options...
Recommended Posts