Ir para conteúdo
  • 0

[Resolvido] Script bota da mewtwo


MaestroOn

Pergunta

Fala galerinha tudo bem

então eu preciso de 1 script da botinha da mewtwo, se puderem me ajuda fico agradecido.

 

Funcionamento da  bota:

Ao usar ela some e o player  ganha automaticamente   um valor x de velocidade.

 

Desde ja um grande abraço e um bom dia

 

Link para o comentário
Compartilhar em outros sites

Posts Recomendados

  • 0
13 minutos atrás, Poke X Ice disse:

em fuck altere por esse:

  Ocultar conteúdo

function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid,storage) == -1 then
    velocidade = 100 -- velocidade que vai ganhar
    doChangeSpeed(cid, velocidade)
    setPlayerStorageValue(cid, 55554, 1)
    doRemoveItem(item.uid, 1)
    elseif getPlayerStorageValue(cid, 55554) == 1 then
        doPlayerSendCancel(cid, 'Voce ja usou esse item!')
    end
    return true
end

 

agora vamos para parte do login:

 

  Ocultar conteúdo

estava assim:

  Ocultar conteúdo

function onLogin(cid)

    if getPlayerLevel(cid) >= 1 and getPlayerLevel(cid) <= 10 then   --alterado v1.8
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0)
    else     
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, (getPlayerLevel(cid) >= 200 and 100 or math.floor(getPlayerLevel(cid)/2)) )
    end

deixe assim:

  Ocultar conteúdo

function onLogin(cid)
    if getPlayerStorageValue(cid, 55554) == 1 then
       doPlayerSendCancel(cid, "Voce tem um item raro ativado na sua conta")

       doChangeSpeed(cid, 100)
    else
    if getPlayerLevel(cid) >= 1 and getPlayerLevel(cid) <= 10 then   --alterado v1.8
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0)
    else     
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, (getPlayerLevel(cid) >= 200 and 100 or math.floor(getPlayerLevel(cid)/2)) )
    end

 

teste agora: desligando e ligando servidor e usando item novamente

Como sempre voce fazendo um trabalho chique Brigadão deu certo

Link para o comentário
Compartilhar em outros sites

  • 0
1 minuto atrás, Poke X Ice disse:

de nada :)

pc aqui lago kkk tentei achar onde tava o citado mas msm assim coloquei voce como melhor resposta :)

script top parabens

Editado por MaestroOn
Link para o comentário
Compartilhar em outros sites

  • 0
40 minutos atrás, Poke X Ice disse:

em fuck altere por esse:

  Mostrar conteúdo oculto

function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerStorageValue(cid,storage) == -1 then
    velocidade = 100 -- velocidade que vai ganhar
    doChangeSpeed(cid, velocidade)
    setPlayerStorageValue(cid, 55554, 1)
    doRemoveItem(item.uid, 1)
    elseif getPlayerStorageValue(cid, 55554) == 1 then
        doPlayerSendCancel(cid, 'Voce ja usou esse item!')
    end
    return true
end

 

agora vamos para parte do login:

 

  Ocultar conteúdo

estava assim:

  Mostrar conteúdo oculto

function onLogin(cid)

    if getPlayerLevel(cid) >= 1 and getPlayerLevel(cid) <= 10 then   --alterado v1.8
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0)
    else     
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, (getPlayerLevel(cid) >= 200 and 100 or math.floor(getPlayerLevel(cid)/2)) )
    end

deixe assim:

  Mostrar conteúdo oculto

function onLogin(cid)
    if getPlayerStorageValue(cid, 55554) == 1 then
       doPlayerSendCancel(cid, "Voce tem um item raro ativado na sua conta")

       doChangeSpeed(cid, 100)
    else
    if getPlayerLevel(cid) >= 1 and getPlayerLevel(cid) <= 10 then   --alterado v1.8
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0)
    else     
       doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, (getPlayerLevel(cid) >= 200 and 100 or math.floor(getPlayerLevel(cid)/2)) )
    end

 

teste agora: desligando e ligando servidor e usando item novamente

Belo trabalho parabens

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...