Huezin 4 Posted October 30, 2015 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 Share on other sites More sharing options...
alanmtd 14 Posted October 30, 2015 Share Posted October 30, 2015 Você testou isso? Link to comment Share on other sites More sharing options...
Dennyz Dias 9 Posted October 30, 2015 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 Share on other sites More sharing options...
Recommended Posts