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



 
InícioÚltimas imagensProcurarRegistarEntrar
Os que mais criam tópicos
Sonart
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Alenaldo
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Over~
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Warrior
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Caio~
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
SSO
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
newbie123
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Jim
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Kaue
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
yuri godinho
Level Maximo 1000 I_vote_lcapLevel Maximo 1000 I_voting_barLevel Maximo 1000 I_vote_rcap 
Entrar
Nome de usuário:
Senha:
Entrar automaticamente: 
:: Esqueci-me da senha

 

 Level Maximo 1000

Ir para baixo 
AutorMensagem
newbie123
Admin
Admin



Mensagens : 57
Moeda : 68
Pontos : 2
Data de inscrição : 29/12/2012

Level Maximo 1000 Empty
MensagemAssunto: Level Maximo 1000   Level Maximo 1000 Icon_minitimeSeg Jan 07, 2013 8:26 pm

Estou postando esse tutorial para ajudar os membros e da mais conteúdo ao forum.

1) Abra o Client-Side, vá no modConstants, e procure por:

Código:
Public Const MAX_LEVELS As Long = 100

2) Mude para:

Código:
Public Const MAX_LEVELS As Long = 1000

3) No modTypes, procure por:

Código:
Private Type PlayerRec

depois por

Código:
Level As Byte

Mude para

Código:
Level As Long

Parte do Client-Side Terminada

5) Abra o Server-Side, vá no modConstants, e procure por:

Código:
Public Const MAX_LEVELS As Long = 100

6) Mude para:

Código:
Public Const MAX_LEVELS As Long= 1000

7) No modTypes, procure por:

Código:
Private Type PlayerRec

depois por

Código:
Level As Byte

Mude para

Código:
Level As Long

procure pôr

Código:
Function GetPlayerNextLevel(ByVal Index As Long) As Long 
  GetPlayerNextLevel = (50 / 3) * ((GetPlayerLevel(index) + 1) ^ 3 - (6 *
 (GetPlayerLevel(index) + 1) ^ 2) + 17 * (GetPlayerLevel(index) + 1) -
12)
End Function


e mude para

Código:
Function GetPlayerNextLevel(ByVal Index As Long) As Long 
  GetPlayerNextLevel = (6 / 3) * ((GetPlayerLevel(index) + 1) ^ 3 - (6 *
 (GetPlayerLevel(index) + 1) ^ 2) + 17 * (GetPlayerLevel(index) + 1) -
6)
End Function


Créditos
- Eduardo
- Newbie123 - Por postar
Ir para o topo Ir para baixo
 
Level Maximo 1000
Ir para o topo 
Página 1 de 1
 Tópicos semelhantes
-
» Transformação automatica por level.
» Level Do lado do Nome
» Velocidade Aumentar Conforme O Level
» Sistema De Titulos V1.0 Para Naruto Por Level

Permissões neste sub-fórumNão podes responder a tópicos
 :: Desenvolvimento de Jogos :: Engines :: Eclipse Origins :: Tutoriais-
Ir para: