¡¡Bienvenido a Anyware-zone!! Donde encontraras todo para tu Argentum Online.
Regístrate y tendrás mejores beneficios.
Un saludo del Staff Anyware-Zone .
Atte: Administrador TeFo~.
¡¡Bienvenido a Anyware-zone!! Donde encontraras todo para tu Argentum Online.
Regístrate y tendrás mejores beneficios.
Un saludo del Staff Anyware-Zone .
Atte: Administrador TeFo~.
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.



 
ÍndiceÚltimas imágenesBuscarRegistrarseConectarse
Bienvenido a Anyware-Zone!!!!! Donde encontraras todo en un solo lugar.

 

 Oro y nivel cuando te cliquean

Ir abajo 
3 participantes
AutorMensaje
Lorwen

Lorwen


Mensajes : 4
Fecha de inscripción : 11/03/2010
Localización : ViLLA URQUiZA

Oro y nivel cuando te cliquean Empty
MensajeTema: Oro y nivel cuando te cliquean   Oro y nivel cuando te cliquean Icon_minitimeJue Mar 11, 2010 10:17 pm

Adaptado para fenix.

ORO CUANDO TE CLIQUEAN:

Servidor:

Buscas:

Código:
Call SendData(ToIndex, UserIndex, 0, Stat

Arriba pones:


Código:
If UserList(TempCharIndex).Stats.GLD >= 0 Then
Stat = Stat & " <Oro: " & UserList(TempCharIndex).Stats.GLD & ">"
End If

NIVEL CUANDO TE CLIQUEAN:

Buscas:


Código:
Call SendData(ToIndex, UserIndex, 0, Stat)



Arriba pones:

Código:
If UserList(TempCharIndex).Stats.ELV >= 0 Then
Stat = Stat & " <Nivel: " & UserList(TempCharIndex).Stats.ELV & ">"
End If
Volver arriba Ir abajo
TeFo~
Admin
TeFo~


Mensajes : 10
Fecha de inscripción : 25/02/2010
Edad : 26
Localización : La Plata

Oro y nivel cuando te cliquean Empty
MensajeTema: Re: Oro y nivel cuando te cliquean   Oro y nivel cuando te cliquean Icon_minitimeJue Mar 11, 2010 10:44 pm

Muy bueno Very Happy ojala sigas asi y aportando Very Happy y metiendo gente!!
Volver arriba Ir abajo
https://anyware-zone.activo.mx
Ruthnar

Ruthnar


Mensajes : 2
Fecha de inscripción : 22/03/2010
Edad : 28

Oro y nivel cuando te cliquean Empty
MensajeTema: Re: Oro y nivel cuando te cliquean   Oro y nivel cuando te cliquean Icon_minitimeLun Mar 22, 2010 10:48 pm

Lorwen escribió:
Adaptado para fenix.

ORO CUANDO TE CLIQUEAN:

Servidor:

Buscas:

Código:
Call SendData(ToIndex, UserIndex, 0, Stat

Arriba pones:


Código:
If UserList(TempCharIndex).Stats.GLD >= 0 Then
Stat = Stat & " <Oro: " & UserList(TempCharIndex).Stats.GLD & ">"
End If

NIVEL CUANDO TE CLIQUEAN:


Buscas:


Código:
Call SendData(ToIndex, UserIndex, 0, Stat)



Arriba pones:

Código:
If UserList(TempCharIndex).Stats.ELV >= 0 Then
Stat = Stat & " <Nivel: " & UserList(TempCharIndex).Stats.ELV & ">"
End If



Es facil ver un codigo y decir gracias buen aporte sin testear ni nada y seria mas facil hacer asi:

Buscamos:
Código:
    Stat = "Ves a " & UserList(TempCharIndex).name & Stat & " - " & UserList(TempCharIndex).Desc
                Else
                    Stat = "Ves a " & UserList(TempCharIndex).name & Stat
                End If

Y lo remplazamos por:
Código:
Stat = "Ves a " & UserList(TempCharIndex).name & Stat & " - " & UserList(TempCharIndex).Desc & " (" & UserList(TempCharIndex).Clase & " " & UserList(TempCharIndex).Raza & " " & " Nivel " & UserList(TempCharIndex).Stats.ELV & " | "
Else
Stat = "Ves a " & UserList(TempCharIndex).name & Stat & " (" & UserList(TempCharIndex).Clase & " " & UserList(TempCharIndex).Raza & " " & " Nivel " & UserList(TempCharIndex).Stats.ELV & " | "
End If
 
If UserList(TempCharIndex).Stats.MinHP < (UserList(TempCharIndex).Stats.MaxHP * 0.05) Then
                    Stat = Stat & " Muerto)"
                ElseIf UserList(TempCharIndex).Stats.MinHP < (UserList(TempCharIndex).Stats.MaxHP * 0.1) Then
                    Stat = Stat & " Casi muerto)"
                ElseIf UserList(TempCharIndex).Stats.MinHP < (UserList(TempCharIndex).Stats.MaxHP * 0.25) Then
                    Stat = Stat & " Muy Malherido)"
                ElseIf UserList(TempCharIndex).Stats.MinHP < (UserList(TempCharIndex).Stats.MaxHP * 0.5) Then
                    Stat = Stat & " Malherido)"
                ElseIf UserList(TempCharIndex).Stats.MinHP < (UserList(TempCharIndex).Stats.MaxHP * 0.75) Then
                    Stat = Stat & " Herido9"
                ElseIf UserList(TempCharIndex).Stats.MinHP < (UserList(TempCharIndex).Stats.MaxHP) Then
                    Stat = Stat & " Levemente Herido)"
                Else
                    Stat = Stat & " Intacto)"
                End If

Y diria el estado del pj (Intacto, levemente herido, herido, malherido, casi muerto y muerto) nivel, clase y raza.

Suerte.
Volver arriba Ir abajo
Contenido patrocinado





Oro y nivel cuando te cliquean Empty
MensajeTema: Re: Oro y nivel cuando te cliquean   Oro y nivel cuando te cliquean Icon_minitime

Volver arriba Ir abajo
 
Oro y nivel cuando te cliquean
Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
 :: Argentum Online :: Manuales y Tutoriales-
Cambiar a: