kHANGEL tRUE Nivel 7
Mensajes : 160 Reputación : 0 Fecha de inscripción : 20/02/2012 Edad : 24 Localización : Argentum-Zone
| Tema: [APORTE] Comando /CASTILLO. Lun 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" |
|
NajseV Nivel 7
Mensajes : 151 Reputación : -2 Fecha de inscripción : 18/02/2012
| Tema: Re: [APORTE] Comando /CASTILLO. Lun Feb 20, 2012 5:11 pm | |
| esto me va a servir mucho.. lindo aporte |
|