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

Bienvenido a Next Games, en este foro podras encontrar ayuda para los mejores juegos on-line!
 
ÍndiceBuscarÚltimas imágenesRegistrarseConectarse

 

 [FIX] Forced Recall

Ir abajo 
AutorMensaje
juan249
Administrador
Administrador
juan249


Cantidad de envíos : 68
Fecha de inscripción : 08/01/2008

[FIX] Forced Recall Empty
MensajeTema: [FIX] Forced Recall   [FIX] Forced Recall Icon_minitimeJue 10 Ene 2008, 21:21

HG Sources. Game.cpp . Primero buscar:

Código:
void CGame::CheckClientResponseTime()

Despues buscar :

Código:
// ¼ÒȯµÈ´Ù´Â ¸Þ½ÃÃö¸¦ º¸³»°Ã* °Â*æ ¸®ÄÃ.

Arriba de la funcion agregar:

Código:

//Forced recall de elvine en ares by ZeroEoyPnk
if (m_pClientList[iClientH]->m_iAdminUserLevel == 0){
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "gshop_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "cityhall_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "gldhall_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }
            
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "wrhus_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "wzdtwr_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "bsmith_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "cath_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "elv",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "CmdHall_1") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }
         
            //forced recall de ares en elv by ZeroEoyPnk
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "gshop_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "cityhall_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "gldhall_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }
            
            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "wrhus_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "wzdtwr_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "bsmith_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "cath_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }

            if (m_pClientList[i] == NULL) break;
            if ((memcmp(m_pClientList[i]->m_cLocation, "are",3) == 0) &&
               (strcmp(m_pMapList[m_pClientList[i]->m_cMapIndex]->m_cName, "CmdHall_2") == 0)) {
               SendNotifyMsg(NULL, i, DEF_NOTIFY_TOBERECALLED, NULL, NULL, NULL, NULL);
               RequestTeleportHandler(i, "0  ");
            }
}

            //terminado el forced recall - ZeroEoyPnk

by ZeroEoyPnk
Volver arriba Ir abajo
https://nextgames.forosactivos.net
 
[FIX] Forced Recall
Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Bienvenido a Next Games :: Helbreath :: Sources :: Fixeds-
Cambiar a: