Ir para conteúdo
  • Cadastre-se

(Resolvido)[Duvida e Pedido] Storage


Posts Recomendados

Eae bom galerinha, td bom ?

Aqui, eu fiz um script e ta pegando certim, só que é o seguinte, ele nao tem storage, ou seja, o player pode usar quantas vezes ele quiser.

O script ta assim:

--By Slaake For Tibia King--


function onSay(cid, words, param)


if getPlayerLevel (cid) <= 100 then

doPlayerAddPremiumDays(cid, 7)


elseif getPlayerLevel (cid) >= 200 then

doPlayerAddPremiumDays(cid, 15)


elseif getPlayerLevel (cid) >= 300 then

doPlayerAddPremiumDays(cid, 20)


return true

end


return true

end

Alguem poderia me ajudar? Eu preciso que o script tenha uma storage em casa vez, tipo, o comando vai se !viptest ai quando ele falar primeiro e tiver menor ou igual a 100 ele recebe 7 dias de premium, e nao pode usar mais, ai quando ele tiver no level 200 ou mais, ele pode usar novamente, e assim no 300 tmbm, mas ai as storages tem de ser diferentes para poder usar, alguem pode me ajudar?

Editado por Slaake (veja o histórico de edições)

De boua na lagoa ? *-*



Entrada ao Tibia King:27/05/2012 (02:14)

Link para o post
Compartilhar em outros sites

setPlayerStorageValue(uid, key, value)

getPlayerStorageValue(uid, key)

-"Supra Omnes Lux Lucis"

- Acima de todos brilha a Luz -

5VGnDyBz.png

Link para o post
Compartilhar em outros sites


setPlayerStorageValue(uid, key, value)

getPlayerStorageValue(uid, key)

Mas onde eu boto isso ?

De boua na lagoa ? *-*



Entrada ao Tibia King:27/05/2012 (02:14)

Link para o post
Compartilhar em outros sites

getPlayerStorageValue vai retornar quanto vale a storage com uma key x

dá uma olhada aqui pra entender melhor as storages:

ai só é verificar


if (getPlayerStorageValue(cid, key) < 1) then

   return true

end


setPlayerStorageValue(cid, key, 1)

Editado por MaXwEllDeN (veja o histórico de edições)

-"Supra Omnes Lux Lucis"

- Acima de todos brilha a Luz -

5VGnDyBz.png

Link para o post
Compartilhar em outros sites



function onSay(cid, words, param)


if getPlayerLevel (cid) <= 100 then

doPlayerAddPremiumDays(cid, 7)


if (getPlayerStorageValue(cid, key) < 1) then

   return true

end


setPlayerStorageValue(cid, key, 1)


elseif getPlayerLevel (cid) >= 200 then

doPlayerAddPremiumDays(cid, 15)


elseif getPlayerLevel (cid) >= 300 then

doPlayerAddPremiumDays(cid, 20)


return true

end


return true

end

ve se funfa.

Créditos : Maxuellden e Slaake

Link para o post
Compartilhar em outros sites

Eddy, ai ele primeiro adiciona a vip e depois verifica se já foi adicionada .-.

e key é nula .-.

-"Supra Omnes Lux Lucis"

- Acima de todos brilha a Luz -

5VGnDyBz.png

Link para o post
Compartilhar em outros sites

Ficaria assim errei ordem então


function onSay(cid, words, param)


if (getPlayerStorageValue(cid, key) < 1) then

   return true

end


setPlayerStorageValue(cid, key, 1)


if getPlayerLevel (cid) <= 100 then

doPlayerAddPremiumDays(cid, 7)


elseif getPlayerLevel (cid) >= 200 then

doPlayerAddPremiumDays(cid, 15)


elseif getPlayerLevel (cid) >= 300 then

doPlayerAddPremiumDays(cid, 20)


return true

end


return true

end

Corrige aí Max eu não sou scripter mais tento :D

Link para o post
Compartilhar em outros sites

quase, xD



function onSay(cid, words, param)


	 if (getPlayerStorageValue(cid, 7891) > 0) then

		 return true

    end


    if getPlayerLevel (cid) <= 100 then

	    doPlayerAddPremiumDays(cid, 7)

    elseif getPlayerLevel (cid) >= 200 then

	    doPlayerAddPremiumDays(cid, 15)

    elseif getPlayerLevel (cid) >= 300 then

	    doPlayerAddPremiumDays(cid, 20)

    end


    return setPlayerStorageValue(cid, 7891, 1)

end


-"Supra Omnes Lux Lucis"

- Acima de todos brilha a Luz -

5VGnDyBz.png

Link para o post
Compartilhar em outros sites

Só o primeiro de 7 dias pego, mas ta bom, só assim ja me ajuda, vo decha assim só mesmo, vlw ai, rep+ pros 2 por ter me ajudado :D

De boua na lagoa ? *-*



Entrada ao Tibia King:27/05/2012 (02:14)

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo