Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Liberando + Pts por STATS
2 participantes
Aldeia RPG :: Baú
Página 1 de 1
Liberando + Pts por STATS
No Client~Side procure por:
ou
e mude para:
dps procure por:
e mude para:
dps na Private Type PlayerRec procure por:
e mude para:
Client~Side terminado, agora no Server~Side procure por:
ou
e mude para:
Agora no final da modConstants adicione:
dps na Private Type PlayerRec procure por:
e mude para:
Creditos : SkyAway , Por Postar Aqui pra vocês
GOSTOU DA + 1 CRED Só CLICAR NO + ALI DO LADO >>>>>
- Código:
If GetPlayerStat(Index, x) < 255 Then
ou
- Código:
If GetPlayerStat(Index, x) < 250 Then
e mude para:
- Código:
If GetPlayerStat(Index, x) < MAX_LONG Then
dps procure por:
- Código:
If Index > MAX_PLAYERS Then Exit Sub
If Value <= 0 Then Value = 1
If Value > MAX_BYTE Then Value = MAX_BYTE
Player(Index).Stat(Stat) = Value
e mude para:
- Código:
If Index > MAX_PLAYERS Then Exit Sub
If Value <= 0 Then Value = 1
If Value > MAX_LONG Then Value = MAX_LONG
Player(Index).Stat(Stat) = Value
dps na Private Type PlayerRec procure por:
- Código:
Stat(1 To Stats.Stat_Count - 1) As Byte
e mude para:
- Código:
Stat(1 To Stats.Stat_Count - 1) As Long
Client~Side terminado, agora no Server~Side procure por:
- Código:
If GetPlayerRawStat(Index, PointType) >= 255 Then
ou
- Código:
If GetPlayerRawStat(Index, PointType) >= 250 Then
e mude para:
- Código:
If GetPlayerRawStat(Index, PointType) >= MAX_LONG Then
Agora no final da modConstants adicione:
- Código:
'values
Public Const MAX_BYTE As Byte = 255
Public Const MAX_INTEGER As Integer = 32767
Public Const MAX_LONG As Long = 2147483647
dps na Private Type PlayerRec procure por:
- Código:
Stat(1 To Stats.Stat_Count - 1) As Byte
e mude para:
- Código:
Stat(1 To Stats.Stat_Count - 1) As Long
Creditos : SkyAway , Por Postar Aqui pra vocês
GOSTOU DA + 1 CRED Só CLICAR NO + ALI DO LADO >>>>>
_________________
É Meu Fan ? Me Odeia ? Me Ama ? Então usa isso !!!
skyaway- Banido
- Mensagens : 16
Créditos : 16
Re: Liberando + Pts por STATS
CREDITOS MEUS ! '-'
E EU JA POSTEI AKI
STAFF TRANCAR E MOVER A LIXEIRA OU DELETAR O TOPICO
E EU JA POSTEI AKI
STAFF TRANCAR E MOVER A LIXEIRA OU DELETAR O TOPICO
_________________
Meu fã ? Meu Amigo ? Entao Use !
Minha Sign:
Minha Sign:
Tópicos semelhantes
» Movido: Liberando + Pts por STATS
» Liberando recursos para evitar continuidade de tretas
» Movido: Liberando recursos para evitar continuidade de tretas
» Correção - /stats
» Spell Basiado em Stats
» Liberando recursos para evitar continuidade de tretas
» Movido: Liberando recursos para evitar continuidade de tretas
» Correção - /stats
» Spell Basiado em Stats
Aldeia RPG :: Baú
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos
|
|