Argentum-Zone
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Argentum-Zone


 
ÍndiceBuscarÚltimas imágenesRegistrarseConectarse

Comparte
 

 [APORTE] Comando /CASTILLO.

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
kHANGEL tRUE
Nivel 7
Nivel 7
kHANGEL tRUE

Mensajes : 160
Reputación : 0
Fecha de inscripción : 20/02/2012
Edad : 24
Localización : Argentum-Zone

[APORTE] Comando /CASTILLO. Empty
MensajeTema: [APORTE] Comando /CASTILLO.   [APORTE] Comando /CASTILLO. I_icon_minitimeLun Feb 20, 2012 8:42 am

SERVER

Buscamos:

Código:

Case "#/"


Abajo ponemos:
Código:

Case "#{"
If UserList(UserIndex).flags.Paralizado = 1 Then
Call SendData(ToIndex, UserIndex, 0, "||¡¡No podes teletransportarte si te encuentras paralizado!!" & FONTTYPE_INFO)
Exit Sub
End If

If UserList(UserIndex).flags.Muerto = 1 Then
Call SendData(ToIndex, UserIndex, 0, "||¡¡Estas muerto!!" & FONTTYPE_INFO)
Exit Sub
End If

  If UserList(UserIndex).GuildInfo.GuildName = "" Then
            Call SendData(ToIndex, UserIndex, 0, "||¡No tienes clan!" & FONTTYPE_FIGHT)
            Exit Sub
        End If
 
 
If UserList(UserIndex).POS.Map = 66 Then
 
Call SendData(ToIndex, UserIndex, 0, "|| No podes ir al Castillo si estas en la carcel." & FONTTYPE_INFO)
 
Exit Sub
 
End If
 
Call WarpUserChar(UserIndex, 197, 50, 93, True)
UserList(UserIndex).Stats.GLD = UserList(UserIndex).Stats.GLD - 0
Call SendUserStatsBox(UserIndex)
 
Exit Sub


CLIENTE

Buscamos:

Código:

Case "/RESUCITAR"
        ReplaceData = "#L"

Abajo ponemos:

Código:

Case "/CASTILLO"
        ReplaceData = "#{"


NOTA: Funcionamiento uno PONE /CASTILLO y va al castillo obviamente van de a uno x clan luego van conquistando en X mapa el castillo y aparece x consola que el rey esta a punto de morir y cuando muere dice que el castillo esta siendo conquistado por X CLAN Bueno, sirve para que Bueno, sirve para que te alerten en la Consola quien tiene los FPS bajos.

Cliente:

Creas un Timer en el FrmMAIN con un Intervalo de 10000.

Y dentro de ese Timer colocas lo siguiente:


Código:
If FramesPerSec < 4 And FramesPerSec > 1 Then
Call SendData("AFP " & FramesPerSec)
End If


Servidor:

Buscas esto:


Código:
Case "USE"
Volver arriba Ir abajo
https://argentum-zone.foroargentina.net
NajseV
Nivel 7
Nivel 7


Mensajes : 151
Reputación : -2
Fecha de inscripción : 18/02/2012

[APORTE] Comando /CASTILLO. Empty
MensajeTema: Re: [APORTE] Comando /CASTILLO.   [APORTE] Comando /CASTILLO. I_icon_minitimeLun Feb 20, 2012 5:11 pm

esto me va a servir mucho.. lindo aporte
Volver arriba Ir abajo
 

[APORTE] Comando /CASTILLO.

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» [APORTE] Comando para atacar GMS.
» [APORTE] Herramientas de Graficación
» [APORTE] Anti doble cliente simple
» [APORTE] Ver FPS bajos en la consola
» [APORTE] Mapa Liberado.

Permisos de este foro:No puedes responder a temas en este foro.
Argentum-Zone :: Talleres Argentum-Zone :: Programacion-