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


2 participantes

    Player online offline ontification? Only on mesmo map?

    urbios
    urbios
    Iniciante
    Iniciante


    Mensagens : 73
    Créditos : 22

    Player online offline ontification? Only on mesmo map? Empty Player online offline ontification? Only on mesmo map?

    Mensagem por urbios Seg Jan 12, 2015 10:51 am

    Olá poderia me ajudar com isso, por favor.
    Meu problema é que as notificações on-line e off-line amigos só funciona se a pessoa está no mesmo mapa. Eu gostaria de notificar estar em mapas diferentes. também é o sistema? ou é um bug. Por favor, você poderia me ajudar a resolver todo este problema em n [net_network] em linhas

    # ... E MESMO E nenhum mapa ...
           return true ifplayers [$ 1] .map_id! = $ game_map.map_id
           # Você ELE e Seu amigo
           if $ 3.to_i == 1
             name = $ scene.checkplayername ($ 1.to_i)
             Se $ game_party.actors [0] .friends.collect {| x | x.downcase} .include (name.downcase)?
                Chat.add ("# {name} # {Vocab :: FRIEND_JOIN}")
                Audio.se_play ("Audio / SE / Send")
                 $ AlertBOTAO = "# {name} # {Vocab :: FRIEND_JOIN}"

    deixo aqui o que estoi desarollando por favor me ajude


    Player online offline ontification? Only on mesmo map? Iyod2v


    _________________
    RPG maker XP in android? Razz :
    blackcrow
    blackcrow
    Semi-Experiente
    Semi-Experiente


    Mensagens : 111
    Créditos : 41

    Player online offline ontification? Only on mesmo map? Empty Re: Player online offline ontification? Only on mesmo map?

    Mensagem por blackcrow Seg Jan 12, 2015 3:58 pm

    Acima da linha:
    Código:
    return true if @players[$1].map_id != $game_map.map_id
    Adicione:
    Código:
    if $3.to_i == 1
            name = $scene.checkplayername($1.to_i)
            if $game_party.actors[0].friends.collect {|x| x.downcase}.include?(name.downcase)
              Chat.add("#{name} #{Vocab::FRIEND_JOIN}")
            end
          end
    urbios
    urbios
    Iniciante
    Iniciante


    Mensagens : 73
    Créditos : 22

    Player online offline ontification? Only on mesmo map? Empty Re: Player online offline ontification? Only on mesmo map?

    Mensagem por urbios Seg Jan 12, 2015 5:07 pm

    tanks  very mouch  men ♥  ^_^ i need this lineee +1 rep


    _________________
    RPG maker XP in android? Razz :

    Conteúdo patrocinado


    Player online offline ontification? Only on mesmo map? Empty Re: Player online offline ontification? Only on mesmo map?

    Mensagem por Conteúdo patrocinado


      Data/hora atual: Sex Abr 26, 2024 7:07 pm