Olá, alguem sabe onde eu modifico a regeneração de mana e de vida?
2 participantes
Regeneração de mana e de vida
Profane ~- Colaborador
- Mensagens : 818
Créditos : 130
- Mensagem nº2
Re: Regeneração de mana e de vida
No Servidor, você procura isso aqui:
Sucesso.
- Código:
Function GetPlayerHPRegen(ByVal Index As Long)
Dim i As Long
If GetVar(App.Path & "\Dados.ini", "CONFIG", "HPRegen") = 1 Then
' Prevenir subscript out of range
If IsPlaying(Index) = False Or Index <= 0 Or Index > MAX_PLAYERS Then
GetPlayerHPRegen = 0
Exit Function
End If
i = Int(GetPlayerDEF(Index) / 2)
If i < 2 Then i = 2
GetPlayerHPRegen = i
End If
End Function
Function GetPlayerMPRegen(ByVal Index As Long)
Dim i As Long
If GetVar(App.Path & "\Dados.ini", "CONFIG", "MPRegen") = 1 Then
' Prevenir subscript out of range
If IsPlaying(Index) = False Or Index <= 0 Or Index > MAX_PLAYERS Then
GetPlayerMPRegen = 0
Exit Function
End If
i = Int(GetPlayerMAGI(Index) / 2)
If i < 2 Then i = 2
GetPlayerMPRegen = i
End If
End Function
Sucesso.
_________________
"Mistress of shattered hopes and forever broken dreams"
lucaskfuri- Novato
- Mensagens : 19
Créditos : 0
- Mensagem nº3
Re: Regeneração de mana e de vida
Profane, obrigado pela resposta, mas achei um jeito mais facil, abri a pasta do servidor e abri o arquivo Dados.ini ai la so foi mudar o HPRegen, MPRegen de 1 para 0 para cortar a regeneraçao, agora a regeneraçao funciona somente atraves de pots, obrigado
Profane ~- Colaborador
- Mensagens : 818
Créditos : 130
- Mensagem nº4
Re: Regeneração de mana e de vida
Boa informação.
(Apesar de que não uso Elysium >< por isso não sei muito.)
A Moderação da área estará trancando o topico. @Valentine
(Apesar de que não uso Elysium >< por isso não sei muito.)
A Moderação da área estará trancando o topico. @Valentine
_________________
"Mistress of shattered hopes and forever broken dreams"