I got this script
But i dont got idea how i change for make it for promotion, any can help me? thanks
LUA:
function onUse(cid, item, frompos, item2, topos)
doPlayerAddPremiumDays(cid, 30)
doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR,"You gained 30 premium days.")
doSendMagicEffect(topos,27)
doRemoveItem(item.uid,1)
end
But i dont got idea how i change for make it for promotion, any can help me? thanks