I wanna make a bless using by items, i tried it:
<action itemid="11260;11259;11261;11262;11258" event="script" value="items_blesses.lua"/>
function onUse(cid, item, fromPosition, itemEx, toPosition)
if(item == 11260) then
if getPlayerBlessing(cid, 1) == true then...