Aldeia RPG

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Suporte ao desenvolvimento de jogos


4 participantes

    Level Nescessario para atacar 1 Player

    thales12
    thales12
    Membro de Honra
    Membro de Honra


    Mensagens : 322
    Créditos : 108

    Ficha do personagem
    Nível: 1
    Experiência:
    Level Nescessario para atacar 1 Player Left_bar_bleue0/0Level Nescessario para atacar 1 Player Empty_bar_bleue  (0/0)
    Vida:
    Level Nescessario para atacar 1 Player Left_bar_bleue30/30Level Nescessario para atacar 1 Player Empty_bar_bleue  (30/30)

    Level Nescessario para atacar 1 Player Empty Level Nescessario para atacar 1 Player

    Mensagem por thales12 Qui Out 06, 2011 10:19 pm

    a pedido de 1 membro por ta ai ! o sistema.

    Client~Side procure por:

    Mudar o Level q o Jogador nescessita para te atacar:


    Código:
    ' Make sure attacker is high enough level
        If GetPlayerLevel(attacker) < 10 Then
            Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
            Exit Function
        End If

    mude para:

    Código:
    ' Make sure attacker is high enough level
        If GetPlayerLevel(attacker) < "ponha o level q vc quer aki" Then
            Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
            Exit Function
        End If

    Mudar o level nescessario Para você poder atacar o Jogador:

    procure por:

    Código:
    ' Make sure victim is high enough level
        If GetPlayerLevel(victim) < 10 Then
            Call PlayerMsg(attacker, GetPlayerName(victim) & " is below level 10, you cannot attack this player yet!", BrightRed)
            Exit Function
        End If

    e mude para:

    Código:
    ' Make sure victim is high enough level
        If GetPlayerLevel(victim) < "ponha o level q vc quer aki" Then
            Call PlayerMsg(attacker, GetPlayerName(victim) & " is below
    level 10, you cannot attack this player yet!", BrightRed)
            Exit Function
        End If

    OBS: e so aonde 10 vc por o level q tu quer...
    OBS²: por favor apague o "ponha o level q vc quer aki" e ponha o level, se nao irá dar erro..

    Créditos: A mim Thales12


    Última edição por thales12 em Sex Out 07, 2011 10:45 am, editado 1 vez(es)


    _________________
    Meu fã ? Meu Amigo ? Entao Use !

    Level Nescessario para atacar 1 Player Thalesfan
    Level Nescessario para atacar 1 Player Mv0yg8

    Minha Sign:

    Level Nescessario para atacar 1 Player Zkqt5e
    Juton
    Juton
    Experiente
    Experiente


    Mensagens : 486
    Créditos : 129

    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por Juton Sex Out 07, 2011 6:24 am

    Não intendi muito bem, è o lvl minimo para poder virar pk?
    thales12
    thales12
    Membro de Honra
    Membro de Honra


    Mensagens : 322
    Créditos : 108

    Ficha do personagem
    Nível: 1
    Experiência:
    Level Nescessario para atacar 1 Player Left_bar_bleue0/0Level Nescessario para atacar 1 Player Empty_bar_bleue  (0/0)
    Vida:
    Level Nescessario para atacar 1 Player Left_bar_bleue30/30Level Nescessario para atacar 1 Player Empty_bar_bleue  (30/30)

    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por thales12 Sex Out 07, 2011 10:31 am

    tipo:

    2 exemplos:

    quando tu baixa o eo, tu vai jogar, para matar 1 player vc precisa ter pelo menos level 10 e ele tbm ...

    no naruto inner power, vc precisa ter level 100 para atacar 1 player e ele tbm... ai nesse codigo vc muda o level nescessario para atacar ou receber o ataque de 1 player


    _________________
    Meu fã ? Meu Amigo ? Entao Use !

    Level Nescessario para atacar 1 Player Thalesfan
    Level Nescessario para atacar 1 Player Mv0yg8

    Minha Sign:

    Level Nescessario para atacar 1 Player Zkqt5e
    eusouojiin
    eusouojiin
    Novato
    Novato


    Mensagens : 15
    Créditos : 4

    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por eusouojiin Qua Out 19, 2011 5:24 pm

    Não sei se isso é reviver tópico, mas eu estou com muita dúvida. Se for, desculpa.
    Eu não to achando o :

    Código:
    ' Make sure attacker is high enough level
        If GetPlayerLevel(attacker) < 10 Then
            Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
            Exit Function
        End If
    Em que parte do Client isso fica?

    Novamente, se isso for reviver tópico, desculpa.
    Valentine
    Valentine
    Administrador
    Administrador


    Medalhas : Level Nescessario para atacar 1 Player ZgLkiRU
    Mensagens : 5336
    Créditos : 1163

    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por Valentine Qui Out 20, 2011 11:00 am

    eusouojiin escreveu:Não sei se isso é reviver tópico, mas eu estou com muita dúvida. Se for, desculpa.
    Eu não to achando o :

    Código:
    ' Make sure attacker is high enough level
        If GetPlayerLevel(attacker) < 10 Then
            Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
            Exit Function
        End If
    Em que parte do Client isso fica?

    Novamente, se isso for reviver tópico, desculpa.
    Não tem problema reviver um tópico pra tirar uma dúvida.
    thales12
    thales12
    Membro de Honra
    Membro de Honra


    Mensagens : 322
    Créditos : 108

    Ficha do personagem
    Nível: 1
    Experiência:
    Level Nescessario para atacar 1 Player Left_bar_bleue0/0Level Nescessario para atacar 1 Player Empty_bar_bleue  (0/0)
    Vida:
    Level Nescessario para atacar 1 Player Left_bar_bleue30/30Level Nescessario para atacar 1 Player Empty_bar_bleue  (30/30)

    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por thales12 Sex Out 21, 2011 9:53 pm

    procura por:

    Código:
    ' Make sure attacker is high enough level

    q tu vai achar ! :)


    _________________
    Meu fã ? Meu Amigo ? Entao Use !

    Level Nescessario para atacar 1 Player Thalesfan
    Level Nescessario para atacar 1 Player Mv0yg8

    Minha Sign:

    Level Nescessario para atacar 1 Player Zkqt5e
    eusouojiin
    eusouojiin
    Novato
    Novato


    Mensagens : 15
    Créditos : 4

    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por eusouojiin Sex Out 21, 2011 11:41 pm

    Obrigado. +1 cred

    Conteúdo patrocinado


    Level Nescessario para atacar 1 Player Empty Re: Level Nescessario para atacar 1 Player

    Mensagem por Conteúdo patrocinado


      Data/hora atual: Sex Abr 26, 2024 10:09 pm