Ir para conteúdo

2 Pedidos


Lukinhasloki

Posts Recomendados

Servidor: Styller Youruts 0.7.2 :

Vesão: 8.54~8.57

Nivel De Experiençia: Rasuavel

 

1• Script: Queria um script de Bonus Stamina para Vips

 

2• Scipt: Quando um Player Vip Falasse !serverinfo No Final Falasse quantos dias de vip o player tem

 

Ajuda ai =S

Link para o comentário
Compartilhar em outros sites

Aewwww Vlww Kra , Agora so presciso do primeiro Script

 

Algem me Ajuda com o Primeiro Script aeww..

 

Pow Algum scripter Ajuda aew Namoral To prescisando mt desse primeiro Script Para Abrir Meu ot ..

Msn : lukinhasloki@hotmil.com Adiciona aew Algum Scripter q Manja dessas coisas.

 

VodKart Eu Reiniciei O Server e o Script 1 n Funcionou tem como arruma pra mim ? eu botei o de antes

 

Script:local config = {

rateExperience = getConfigInfo('rateExperience'),

rateSkill = getConfigInfo('rateSkill'),

rateLoot = getConfigInfo('rateLoot'),

rateMagic = getConfigInfo('rateMagic'),

rateSpawn = getConfigInfo('rateSpawn'),

protectionLevel = getConfigInfo('protectionLevel'),

stages = getBooleanFromString(getConfigInfo('experienceStages'))

}

 

function onSay(cid, words, param, channel)

local exp = config.rateExperience

if(config.stages) then

exp = getExperienceStage(getPlayerLevel(cid), getVocationInfo(getPlayerVocation(cid)).experienceMultiplier)

end

 

doPlayerPopupFYI(cid, "Server Information:\n\nExperience rate: x" .. exp .. "\nSkills rate: x" .. config.rateSkill .. "\nLoot rate: x" .. config.rateLoot .. "\nMagic rate: x" .. config.rateMagic .. "\nSpawns rate: x" .. config.rateSpawn .. "\nProtection level: " .. config.protectionLevel)

return true

end

Link para o comentário
Compartilhar em outros sites

você é cego?

 

o script já estava lá

 

 

 

 




local config = {
rateExperience = getConfigInfo('rateExperience'),
rateSkill = getConfigInfo('rateSkill'),
rateLoot = getConfigInfo('rateLoot'),
rateMagic = getConfigInfo('rateMagic'),
rateSpawn = getConfigInfo('rateSpawn'),
protectionLevel = getConfigInfo('protectionLevel'),
stages = getBooleanFromString(getConfigInfo('experienceStages'))
}



function onSay(cid, words, param, channel)
local exp = config.rateExperience
if(config.stages) then
exp = getExperienceStage(getPlayerLevel(cid), getVocationInfo(getPlayerVocation(cid)).experienceMultiplier)
end

local timenow = os.time()
local quantity = math.floor((getPlayerStorageValue(cid, 13540) - timenow)/(24 * 60 * 60))

doPlayerPopupFYI(cid, "Server Information:\n\n MENSAGEM.\n MENSAGEM.\n\n MENSAGEM.\n\n-----------------\n\nVIP Status: ".. (quantity < 0 and 0 or quantity) .."  \nExperience rate: x" .. exp .. "\nSkills rate: x" .. config.rateSkill .. "\nLoot rate: x" .. config.rateLoot .. "\nMagic rate: x" .. config.rateMagic .. "\nSpawns rate: x" .. config.rateSpawn .. "\nProtection level: " .. config.protectionLevel)
return true
end

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...