!_! Pufff.
Vá na pasta do seu OT e abra a pasta data. Após feito isso abra a pasta CreatureScripts. Agora abra a pasta Scripts, agora abra o arquivo chamado LOGIN.LUA
desça a barra de rolagem até o final ou role o SCROLL(Bolinha do Mouse(Mouse = HardWare de manuseiu)), cole isso acima da parte RETURN TRUE
END
if not isPremium(cid) and getPlayerStorageValue(cid, 785) < 1 then
doPlayerSetTown(cid, 2)
setPlayerStorageValue(cid, 785, 1)
end
count = getPlayerPremiumDays(cid)
if count < 1 then
return false
else
doPlayerSendTextMessage(cid, 27, "Enjoy, you have "..count.." days Premium!")
end
Ficando assim :
if not isPremium(cid) and getPlayerStorageValue(cid, 785) < 1 then
doPlayerSetTown(cid, 2)
setPlayerStorageValue(cid, 785, 1)
end
count = getPlayerPremiumDays(cid)
if count < 1 then
return false
else
doPlayerSendTextMessage(cid, 27, "Enjoy, you have "..count.." days Premium!")
end
RETURN TRUE
END
Log no jogo, com uma conta premium e veja a mensagem ("Enjoy, you have 30 days Premium!").
Acho que vai dar pra você colocar no seu OT agora