Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
[PEDIDO] Experiência por documento de texto
2 participantes
Página 1 de 1
[PEDIDO] Experiência por documento de texto
Boa noite galera,
Gostaria se possível de um tutorial ensinando como colocar a experiência em bloco de notas.
Desde já agradeço!
Gostaria se possível de um tutorial ensinando como colocar a experiência em bloco de notas.
Desde já agradeço!
nescau97- Novato
- Mensagens : 15
Créditos : 0
Re: [PEDIDO] Experiência por documento de texto
Experiência seria ?
> NextLevel?
> Exp do Player? ;v
> NextLevel?
> Exp do Player? ;v
_________________
"Mistress of shattered hopes and forever broken dreams"
Profane ~- Colaborador
- Mensagens : 818
Créditos : 130
Re: [PEDIDO] Experiência por documento de texto
Opa, seria a experiência do NextLevel em bloco de notas.
nescau97- Novato
- Mensagens : 15
Créditos : 0
Re: [PEDIDO] Experiência por documento de texto
Sendo o amor que sou, vou ajudar.
† Sistema Simples para NextLevel in Note †
Full Servidor ~
[ ModGeneral ]
Procure por:
Acima disso adicione:
[ ModGameLogic ]
No Final dele adicione:
[ ModPlayer ]
Procure a Function:
Substitua ela por:
Fim da Edição.
Explicação :
[1] Ele ao iniciar o Servidor, vai verificar se existe o Bloco de Notas, NextLevel, caso exista ele vai puxar os valores de dentro dele, caso não exista ele vai criar o arquivo e vai por o calculo "100 x Leveis " para cada nivel.
ex: Level 10 -> 10x100 = 1000.
[2] Edite o arquivo Nextlevel.ini
[3] Precisa resetar o servidor para ele reler o sistema e atualizar os NextLeveis, depois você pode criar um botao que atualiza sempre que clicar, mas eu to sem tempo para ensinar incrementações, fica a seu treino e querer.
Bjus e Att
;**
† Sistema Simples para NextLevel in Note †
Full Servidor ~
[ ModGeneral ]
Procure por:
- Código:
frmServer.Socket(0).RemoteHost = frmServer.Socket(0).LocalIP
Acima disso adicione:
- Código:
' Verificar se existe o NoteNextLevel, caso não criar de base.
If Not FileExist(App.Path & "\data\nextLevel.ini", True) Then
CreateNoteNextLevel
Else
LoadNoteNextLevel
End If
[ ModGameLogic ]
No Final dele adicione:
- Código:
Public Sub CreateNoteNextLevel()
Dim i As Long, Value As Long
Dim Path As String
Path = App.Path & "\data\nextLevel.ini"
For i = 1 To MAX_LEVELS
Value = 100 * 1
Call PutVar(Path, "NEXTS", "Level-" & i, CStr(Value))
Next
End Sub
Public Sub LoadNoteNextLevel()
Dim i As Long
Dim Path As String
Path = App.Path & "\data\nextLevel.ini"
For i = 1 To MAX_LEVELS
tempStr = GetVar(Path, "OPTIONS", "FriendSystem")
NoteNextLevel(i) = GetVar(Path, "NEXTS", "Level-" & i)
Next
End Sub
[ ModPlayer ]
Procure a Function:
- Código:
Function GetPlayerNextLevel(ByVal index As Long) As Long
Substitua ela por:
- Código:
Function GetPlayerNextLevel(ByVal index As Long) As Long
GetPlayerNextLevel = NoteNextLevel(GetPlayerLevel(index))
End Function
Fim da Edição.
Explicação :
[1] Ele ao iniciar o Servidor, vai verificar se existe o Bloco de Notas, NextLevel, caso exista ele vai puxar os valores de dentro dele, caso não exista ele vai criar o arquivo e vai por o calculo "100 x Leveis " para cada nivel.
ex: Level 10 -> 10x100 = 1000.
[2] Edite o arquivo Nextlevel.ini
[3] Precisa resetar o servidor para ele reler o sistema e atualizar os NextLeveis, depois você pode criar um botao que atualiza sempre que clicar, mas eu to sem tempo para ensinar incrementações, fica a seu treino e querer.
Bjus e Att
;**
_________________
"Mistress of shattered hopes and forever broken dreams"
Profane ~- Colaborador
- Mensagens : 818
Créditos : 130
Re: [PEDIDO] Experiência por documento de texto
Muito obrigado pela explicação detalhada mano, deu um errinho aqui segue o link da imagem a baixo:
https://imgur.com/a/eJbXD
Erro na "Public Sub LoadNoteNextLevel()"
"tempStr = GetVar(Path, "OPTIONS", "FriendSystem")"
Erro:
Function GetPlayerNextLevel(ByVal index As Long) As Long
GetPlayerNextLevel = NoteNextLevel(GetPlayerLevel(index))
End Function
Att
https://imgur.com/a/eJbXD
Erro na "Public Sub LoadNoteNextLevel()"
"tempStr = GetVar(Path, "OPTIONS", "FriendSystem")"
Erro:
Function GetPlayerNextLevel(ByVal index As Long) As Long
GetPlayerNextLevel = NoteNextLevel(GetPlayerLevel(index))
End Function
Att
nescau97- Novato
- Mensagens : 15
Créditos : 0
Re: [PEDIDO] Experiência por documento de texto
ue uashus, esqueci uashas.
Basta Comentar a Linha. ;cc dei um control v pra pegar a base e so editar ;v ai esqueci e.e Sono da Madrugada.
Corrigindo:
Essa Linha aqui abaixo, você pode apagar.
Já essa aqui:
Não tem nada de errado. Você tem de ver se pois o NoteNextLevel no ModGlobal como no começo do Tutorial.
Att
Basta Comentar a Linha. ;cc dei um control v pra pegar a base e so editar ;v ai esqueci e.e Sono da Madrugada.
Corrigindo:
Essa Linha aqui abaixo, você pode apagar.
- Código:
tempStr = GetVar(Path, "OPTIONS", "FriendSystem")
Já essa aqui:
- Código:
[size=12] [/size][size=12]Function GetPlayerNextLevel(ByVal index As Long) As Long[/size][size=12][/size]
[size=12] GetPlayerNextLevel = NoteNextLevel(GetPlayerLevel(index))[/size][size=12][/size]
[size=12]End Function[/size]
Não tem nada de errado. Você tem de ver se pois o NoteNextLevel no ModGlobal como no começo do Tutorial.
Att
_________________
"Mistress of shattered hopes and forever broken dreams"
Profane ~- Colaborador
- Mensagens : 818
Créditos : 130
Re: [PEDIDO] Experiência por documento de texto
Obrigado pelo suporte!
nescau97- Novato
- Mensagens : 15
Créditos : 0
Tópicos semelhantes
» Pedido: Script Texto Móvel [MV]
» Texto no rpg maker xp
» Saint Seiya: A Batalha Sem Fim (RPG Maker 2000)
» Continue o Texto!!
» Centralizar Texto
» Texto no rpg maker xp
» Saint Seiya: A Batalha Sem Fim (RPG Maker 2000)
» Continue o Texto!!
» Centralizar Texto
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos