Jump to content
  • 0

COLOCAR EXAUSTÃO DE 2 HORAS NESSE ITEM PARA USAR OUTRO


Question

 

tfs 0.3.6

 

 

 

 

local config = {
    
    effect = 503 -- Effect ao usar o item

}

function onUse(cid, item, fromPosition, itemEx, toPosition)
    doCreatureAddMana(cid, getCreatureMaxMana(cid))
        doRemoveItem(item.uid)
        doCreatureSay(cid, "Craack..", TALKTYPE_ORANGE_1, cid)
    return true
end

 

 

 

 

 

+rep

Edited by Emooooo

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...