using multiple hgs behind router !
Heh, I just like visit here sometimes, I had long pause, but I watching you guys.
I playing Helbreath nemesis, started some 1 month ago.
Juggalo that dont mean im back. <:
I playing Helbreath nemesis, started some 1 month ago.
Juggalo that dont mean im back. <:
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
ok ok here u go
use it well
dont ask where ti gose cuz there only 1 spot lol
Code: Select all
case DEF_NOTIFY_SERVERCHANGE:
memcpy(cp, m_pClientList[iToH]->m_cMapName, 10);
cp += 10;
if (m_iGameServerMode == 1)
if (memcmp(m_cLogServerAddr, m_cGameServerAddr, 15) == 0)
memcpy(cp, m_cGameServerAddrExternal, 15);
else
memcpy(cp, m_cLogServerAddr, 15);
else
memcpy(cp, m_cLogServerAddr, 15);
cp += 15;
ip = (int *)cp;
*ip = m_iLogServerPort;
cp += 4;
iRet = m_pClientList[iToH]->m_pXSock->iSendMsg(cData, 16 +19);
break;
use it well

<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nice juggalo <3
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
Code: Select all
*ip = (int)m_iLogServerPort;
Code: Select all
else
memcpy(cp, m_cLogServerAddr, 15);
else
memcpy(cp, m_cLogServerAddr, 15);

What's the problem? Do it!
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
here you go i just recoded this one works like a charm the otehr was from other srces 

case DEF_NOTIFY_SERVERCHANGE:
memcpy(cp, m_pClientList[iToH]->m_cMapName, 10);
cp += 10;
if (m_iGameServerMode == 1) {
if (memcmp(m_cGameServerAddr, m_cGameServerAddrExternal, 15) == 0); }
if (m_iGameServerMode == 2) {
if (memcmp(m_cGameServerAddr, m_cGameServerAddr, 15) == 0); }
memcpy(cp, m_cLogServerAddr, 15);
cp += 15;
ip = (int *)cp;
*ip = m_iLogServerPort;
cp += 4;
iRet = m_pClientList[iToH]->m_pXSock->iSendMsg(cData, 16 +19);
break;
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
you only change that if you want you to connect, lan is for you and others to connect. but it's better to use internal ip for the hoster behind router to connect to server so it dont use anything.ADDKiD wrote: Normally, You'd change LAN to Internet, with my router it works 100% like this, and personally, I'd trash your router, and stick to Direct Connection, or find a hub...
yep same aspect in the registergameserver notify msgjuggalo2 wrote: here you go i just recoded this one works like a charm the otehr was from other srces
case DEF_NOTIFY_SERVERCHANGE:
memcpy(cp, m_pClientList[iToH]->m_cMapName, 10);
cp += 10;
if (m_iGameServerMode == 1) {
if (memcmp(m_cGameServerAddr, m_cGameServerAddrExternal, 15) == 0); }
if (m_iGameServerMode == 2) {
if (memcmp(m_cGameServerAddr, m_cGameServerAddr, 15) == 0); }
memcpy(cp, m_cLogServerAddr, 15);
cp += 15;
ip = (int *)cp;
*ip = m_iLogServerPort;
cp += 4;
iRet = m_pClientList[iToH]->m_pXSock->iSendMsg(cData, 16 +19);
break;