[ALL]Ranking de Level (até 3 no ranking) para MainMenu
+8
St4rk
Cris~
Infinit Online
Soad~
Goten - Perfect DBZ
vitor8587
Karlos
Lucas Lôpo
12 participantes
MMORPG Brasil :: OPEN SOURCE ENGINES :: Outras Engines :: Elysium :: Tutoriais
Página 1 de 2
Página 1 de 2 • 1, 2
[ALL]Ranking de Level (até 3 no ranking) para MainMenu
Bom dessa vez desenvolvi esse ranking para MainMenu xD
Bom entao é isso facil ne?? xD
Creditos :
Boafesta > Por fazer o Ranking
Lucas Lopo> Por adaptar para Eclipse e para o MainMenu
Lendario> Por tirar o bug do botao ^^
CLIENTE
pra começar tudo precisamos abrir o Ranking, então crie um botão e dentro dele AdicionePrimeiro Crie uma Picture na frmMainMenu com o nome PicLevel e dentro dela uma ListBox com o nome lstLEVEL
- Código:
If PicLevel.Visible = True Then
PicLevel.Visible = False
frmMainMenu.lstLEVEL.Clear
Else
PicLevel.Visible = True
Call SendData("level" & SEP_CHAR & END_CHAR)
End If
Em seguida Procure por:
- Código:
If Parse(0) = "allchars" Then
n = 1
frmSendGetData.Hide
frmChars.Show , frmMainMenu
frmChars.lstChars.Clear
For I = 1 To MAX_CHARS
Name = Parse(n)
Msg = Parse(n + 1)
Level = Val(Parse(n + 2))
If Trim(Name) = vbNullString Then
frmChars.lstChars.AddItem "Lugar Livre"
Else
frmChars.lstChars.AddItem Name & ", level " & Level & " " & Msg
End If
n = n + 3
Next I
frmChars.lstChars.ListIndex = 0
Exit Sub
End If
Abaixo Adicione
- Código:
If Parse(0) = "level" Then
frmMainMenu.lstLEVEL.AddItem (Parse(1) & " Level:" & Parse(2))
frmMainMenu.lstLEVEL.AddItem (Parse(3) & " Level:" & Parse(4))
frmMainMenu.lstLEVEL.AddItem (Parse(5) & " Level:" & Parse(6))
frmMainMenu.PicLevel.Visible = True
Exit Sub
End If
SERVER
Procure por
- Código:
Case "addachara"
Acima Adicione
- Código:
Case "level"
Call SendDataTo(index, "level" & sep_char & GetVar(App.path & "\Level.ini", "1", "Nome") & sep_char & GetVAr(App.path & "\Level.ini", "1", "Level") & sep_char & GetVar(App.path & "\Level.ini", "2", "Nome") & sep_char & GetVAr(App.path & "\Level.ini", "2", "Level") & sep_char & GetVar(App.path & "\Level.ini", "3", "Nome") & sep_char & GetVAr(App.path & "\Level.ini", "3", "Level") & sep_char & end_char)
exit sub
Agora procure por
- Código:
Sub CheckPlayerLEvelUp
Lá no final desta sub adicione
- Código:
If GetPlayerLevel(Index) > Val(ReadINI("1", "Level", App.Path & "\Level.ini")) Then
Call WriteINI("1", "Nome", GetPlayerName(Index), App.Path & "\Level.ini")
Call WriteINI("1", "Level", GetPlayerLevel(Index), App.Path & "\Level.ini")
Call WriteINI("3", "Nome", Val(ReadINI("2", "Nome", App.Path & "\Level.ini")), App.Path & "\Level.ini")
Call WriteINI("3", "Level", Val(ReadINI("2", "Level", App.Path & "\Level.ini")), App.Path & "\Level.ini")
Call WriteINI("2", "Nome", Val(ReadINI("1", "Nome", App.Path & "\Level.ini")), App.Path & "\Level.ini")
Call WriteINI("2", "Level", Val(ReadINI("1", "Level", App.Path & "\Level.ini")), App.Path & "\Level.ini")
end if
If GetPlayerLevel(Index) > Val(ReadINI("2", "Level", App.Path & "\Level.ini")) Then
Call WriteINI("3", "Nome", Val(ReadINI("2", "Nome", App.Path & "\Level.ini")), App.Path & "\Level.ini")
Call WriteINI("3", "Level", Val(ReadINI("2", "Level", App.Path & "\Level.ini")), App.Path & "\Level.ini")
Call WriteINI("2", "Nome", GetPlayerName(Index), App.Path & "\Level.ini")
Call WriteINI("2", "Level", GetPlayerLevel(Index), App.Path & "\Level.ini")
end if
If GetPlayerLevel(Index) > Val(ReadINI("3", "Level", App.Path & "\Level.ini")) Then
Call WriteINI("3", "Nome", GetPlayerName(Index), App.Path & "\Level.ini")
Call WriteINI("3", "Level", GetPlayerLevel(Index), App.Path & "\Level.ini")
end if
Exit Sub
Em seguida crie um Arquivo com o nome Level.ini e o conteudo
- Código:
[1]
Nome=Tio Boas :P
Level=100
[2]
Nome=Tio Lucas :P
Level=100
[2]
Nome=Tio Lendario :P
Level=100
Vivaa seu Ranking automático está pronto :lol!:
Como Usar
Aperte o botão que colocou na frmMainMenu e Tchan!
Bom entao é isso facil ne?? xD
Creditos :
Boafesta > Por fazer o Ranking
Lucas Lopo> Por adaptar para Eclipse e para o MainMenu
Lendario> Por tirar o bug do botao ^^
Lucas Lôpo- Membro Veterano
- Mensagens : 833
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Um UP a todos basta que postem aki para receberem o UP. XD
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Pode deixar to postando tudo aquii xD da um credito xD
Lucas Lôpo- Membro Veterano
- Mensagens : 833
https://2img.net/r/ihimizer/img198/3762/singdiegoms27iu7ex8.gif
https://2img.net/r/ihimizer/img198/3762/singdiegoms27iu7ex8.gif
vitor8587- Novato
- Mensagens : 1
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
pera aew eu tenho que coloca o nome do player la no Level.ini ??
Goten - Perfect DBZ- Novato
- Mensagens : 48
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
me ajuda a resolver ai
quando eu abro o MainMenu nao aparece nada da lstLEVEL pq
tem como deixar a PicLevel "minimizada"
obs: pq quando eu abro o jogo ela ja esta aberta para o jogador.
{+1 Upcredito}
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Infinit Online escreveu:ALGUMA LUZ PO%$@#%$#¨%$&¨RA
Double post não vai resolver seu problema amigo aguarde que alguem ira te ajudar.
Bom você deve ter feito algo errado.
Lucas Lôpo- Membro Veterano
- Mensagens : 833
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Lukas Tipo O Meu Deu Certo So QUe Na Hora que eu abro o cliente fica a picture la sem nada ai eu tenho que clicar em raking para tirar eu clico de novo aparece os top mais eu quero que n aparece nada quando entrar so quando clicar em ranking sakas??
Cris~- Membro Veterano
- Mensagens : 1574
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Não coloca print '-'
Lucas Lôpo- Membro Veterano
- Mensagens : 833
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
^^'' Bom Ranking rsrs, a desvantagem dele que é no main menu.
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
:S likas foi tu que postou o tutorial :S não tem nenhuma luz pro infinit não?
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
adm.karlos escreveu::S likas foi tu que postou o tutorial :S não tem nenhuma luz pro infinit não?
vlw adm.karlos
Obs: os cara so sabe postar as coisa mas me ajuda nada
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
lukas quando eu abro o cliente fica igual o do infinit a tela branca ai para funcionar o ranking eu tenho que clicar no botão ranking eu queria que quando abrice ficase normal! pq o meu abre com a pic toda em branca !!
Cris~- Membro Veterano
- Mensagens : 1574
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
ele so feis copia o tutorial -tenso, bom ^^ se quiserem eu posso fazer depois um "Ranking" de vergonha rsrs...
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
faaz para frmirage com 10 pessoas De Boas ;X
Se vc Fazer Ficarei Muito Grato
Se vc Fazer Ficarei Muito Grato
Cris~- Membro Veterano
- Mensagens : 1574
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Bom tuto, mas tipo e se o cara for ADM? Ai tipo adm é lvl mt alto, ai só aparecera os adm no raking,
Lucas_NELINEBanido- Mensagens : 198
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Cade OmegaZero faz o tuto ai que to esperando.
Lucas Lôpo- Membro Veterano
- Mensagens : 833
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Aqui não deu, dá erro de compliação oO'
Zeus- Membro Vitalicio
- Mensagens : 711
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
CLIENTE
pra começar tudo precisamos abrir o Ranking, então crie um botão e dentro dele Adicione
- Código:
If PicLevel.Visible = True Then
PicLevel.Visible = False
frmMainMenu.lstLEVEL.Clear
Else
PicLevel.Visible = True
Call SendData("level" & SEP_CHAR & END_CHAR)
End If
Onde eu crio esse botão ???
Flips03- Membro
- Mensagens : 150
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Na MainMenu '-'
Cris~- Membro Veterano
- Mensagens : 1574
Re: [ALL]Ranking de Level (até 3 no ranking) para MainMenu
Vlw!
Agora vo testar...
Edit: Ta dando erro na compilação do server!!! Ajuda ae...
Ta ae a linha q ta dando erro:
Agora vo testar...
Edit: Ta dando erro na compilação do server!!! Ajuda ae...
Ta ae a linha q ta dando erro:
- Código:
If GetPlayerLevel(Index) > Val(ReadINI("2", "Level", App.Path & "\Level.ini")) Then
Flips03- Membro
- Mensagens : 150
Página 1 de 2 • 1, 2
Tópicos semelhantes
» [ALL]Ranking de Level (até 5 no ranking) para MainMenu
» Ranking de Level (até 3 no ranking) para Eclipse.
» [EE]Ranking Level
» Ranking de level
» [ALL]Ranking De LeveL Automatico
» Ranking de Level (até 3 no ranking) para Eclipse.
» [EE]Ranking Level
» Ranking de level
» [ALL]Ranking De LeveL Automatico
MMORPG Brasil :: OPEN SOURCE ENGINES :: Outras Engines :: Elysium :: Tutoriais
Página 1 de 2
Permissões neste sub-fórum
Não podes responder a tópicos
Dom 08 Abr 2018, 18:40 por JorgeZinhoo002
» Ojkjeeeee
Seg 10 Out 2016, 23:19 por Frozen
» Naruto Great Ninja Batle
Dom 09 Out 2016, 14:29 por GuiinhoLP
» Recrutamento de um Designer para jogo de CDZ.
Sex 23 Set 2016, 18:37 por newbie123
» Serviços de suporte maker( Programação , Design , PixelArt ) E Vendas de Jogos
Qui 22 Set 2016, 20:11 por Eduardo
» Serviços de suporte maker( Programação , Design , PixelArt ) E Vendas de Jogos
Qui 22 Set 2016, 20:11 por Eduardo
» Serviços de suporte maker( Programação , Design , PixelArt ) E Vendas de Jogos
Qui 22 Set 2016, 20:09 por Eduardo
» Projeto Dbz
Qua 31 Ago 2016, 23:46 por 157
» Avaliação - Sprites Naruto
Qua 31 Ago 2016, 17:09 por 157
» [Sprites] DBZ (Plix)
Qua 31 Ago 2016, 14:13 por 157
» Super Pack - Bleach V.2
Qua 31 Ago 2016, 13:02 por 157
» [PEDIDO][PROJETO][RECRUTAMENTO] DYNISTYGAMES
Ter 30 Ago 2016, 10:04 por 157
» [PEDIDO][PROJETO][RECRUTAMENTO] DYNISTYGAMES
Ter 30 Ago 2016, 10:03 por 157
» [PEDIDO][PROJETO][RECRUTAMENTO] DYNISTYGAMES
Ter 30 Ago 2016, 10:02 por 157
» [Pedido] Contador de resets na FrmMain
Sáb 13 Ago 2016, 17:45 por killers97
» [Recrutamento]
Qua 10 Ago 2016, 23:09 por Monsters
» Ajuda erro no Cliente e Servidor do EEB 2.6!
Qua 20 Jul 2016, 19:53 por Binholx
» Como criar tilesets para Eclipse Origins 3.0 (POKÉMON)
Qua 29 Jun 2016, 19:46 por Sir Aaron
» Recursos Pokemons
Qua 29 Jun 2016, 19:34 por Sir Aaron
» erro frm flash
Qua 25 maio 2016, 13:51 por vava123
» Pedido - Pack de star wars
Qui 19 maio 2016, 05:06 por edsonpet
» [Ajuda] Sobre como por o servidor on por ip fixo
Ter 17 maio 2016, 16:14 por vava123
» Illusion Dimension - O Misterio do ID: BETA TESTE ONLINE
Sex 06 maio 2016, 20:02 por LksFlorencio
» [NSME] Naruto Shinobi Maker Engine
Qua 23 Mar 2016, 15:11 por luana1457
» Script /base,/casa Igual DBZ Forces
Dom 21 Fev 2016, 07:34 por JorgeZinhoo002
» [Pedido]Colar Tsunade item sprite eclipse origin
Qui 21 Jan 2016, 07:38 por lawllietbr
» [Pedido] Elysium
Sáb 19 Dez 2015, 11:31 por luana1457
» Naruto - Recruta
Ter 15 Dez 2015, 18:40 por Uchiha ~
» [Avaliação] - Kirito from Sword Art Online; Red and Pikachu from Pokemon.
Qua 25 Nov 2015, 13:43 por Thanakii
» [Avaliação] - Kenpachi Zaraki from Bleach; Libra Shiryu From Saint Seiya.
Qua 25 Nov 2015, 12:55 por Thanakii
» Demonstração de Sprites (Á VENDA!)
Qua 25 Nov 2015, 12:40 por Thanakii
» [Sistema de Reset]Para Eclipse .
Ter 24 Nov 2015, 16:51 por VithorUchi
» Cada Guild Nascer em Certo Mapa
Qui 12 Nov 2015, 06:13 por fabiofeijó_HIT
» Dragon Ball z Fusion A Grande Volta
Qui 29 Out 2015, 15:17 por fabiofeijó_HIT
» Ajuda com Ip fixo
Seg 26 Out 2015, 16:07 por GalaxyHells15
» Como Fazer um GUI no Eclipse Origins
Dom 18 Out 2015, 22:10 por Jeanleee
» Shisui Susanoo
Dom 18 Out 2015, 20:23 por Jeanleee
» Fantasy Art Online
Dom 18 Out 2015, 16:41 por daviih123
» Ajuda !!
Seg 05 Out 2015, 12:13 por andersonzika
» como passar o usuário e senha para o MainMenu?
Seg 28 Set 2015, 22:03 por Bëzerk
» Ru time ero 13 Type mismatch
Seg 28 Set 2015, 09:08 por andredarle
» Jarvis 1.3 Download
Qua 23 Set 2015, 18:42 por soares125
» [Avaliação/Disponibilização]Árvore 64x64
Qua 23 Set 2015, 15:15 por Over~
» Mlk's Zikas Signatures
Ter 22 Set 2015, 21:15 por Aikawa Reborn'
» Pedido de Sistemas
Dom 20 Set 2015, 18:05 por cleyton_05
» [AjudaEEB]Gerador de EXP
Qua 16 Set 2015, 14:04 por Over~
» [Avaliar] Base, Humano e Goblin.
Seg 14 Set 2015, 22:51 por .iBlaz3.
» Fabrica do Tio Cronos!
Dom 13 Set 2015, 21:31 por [ADM]Cronos
» [PixelArt] Minion - Meu malvado favorito
Dom 13 Set 2015, 12:51 por [ADM]Cronos
» [Avaliar] Goku Dragon Ball Z
Qua 05 Ago 2015, 21:36 por Setrux