Rachaw
Experienced Member
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.uid == 29050 and getPlayerStorageValue(cid,29051) == 2 then
doCreatureSay(cid, "You have already recieved this power!", TALKTYPE_ORANGE_1)
else
setPlayerStorageValue(cid,29051,2)
doCreatureSay(cid, "You've been awarded Donators experience by the scroll!", TALKTYPE_BLUE_1)
doPlayerAddExp(cid,1200000)
doSendMagicEffect(fromPosition, CONST_ME_GIFT_WRAPS)
end
end
need it to be so you can use it 24/7 like if a player buy like 5 he can use 5 and not 1 per char.
i rep++