Limpando target Hitskin_logo Hitskin.com

Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o temaVoltar para a ficha do tema

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

Limpando target

Ir para baixo

Limpando target Empty Limpando target

Mensagem por Valentine Dom Jun 23, 2013 10:37 am

Se você tem um alvo e ele sai do jogo ou morre, isso não é limpado do seu jogador, ou seja, você continuará com um alvo selecionado mesmo que esse jogador não esteja mais online ou vivo naquele mapa.

1 - No modPlayer, procure por:
Código:
Call SetPlayerVital(index, Vitals.HP, 0)

2- Embaixo adicione:
Código:
    ' Loop through entire map and purge NPC from targets
    For i = 1 To Player_HighIndex
        If IsPlaying(i) And IsConnected(i) Then
            If GetPlayerMap(i) = GetPlayerMap(index) Then
                If TempPlayer(i).targetType = TARGET_TYPE_PLAYER Then
                    If TempPlayer(i).target = index Then
                        TempPlayer(i).target = 0
                        TempPlayer(i).targetType = TARGET_TYPE_NONE
                        SendTarget i
                    End If
                End If
            End If
        End If
    Next

3 - Procure por:
Código:
TempPlayer(index).InGame = False

4 - Embaixo adicione:
Código:
        ' Loop through entire map and purge NPC from targets
        For i = 1 To Player_HighIndex
            If IsPlaying(i) And IsConnected(i) Then
                If GetPlayerMap(i) = GetPlayerMap(index) Then
                    If TempPlayer(i).targetType = TARGET_TYPE_PLAYER Then
                        If TempPlayer(i).target = index Then
                            TempPlayer(i).target = 0
                            TempPlayer(i).targetType = TARGET_TYPE_NONE
                            SendTarget i
                        End If
                    End If
                End If
            End If
        Next

Créditos:
Valentine
Valentine
Valentine
Administrador
Administrador

Medalhas : Limpando target ZgLkiRU
Mensagens : 5341
Créditos : 1164

https://www.aldeiarpg.com/

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos