Make Noticement Appear

All Helbreath Server Source Discussion here.
Post Reply
666666
Regular
Posts: 39
Joined: Thu Nov 24, 2005 1:14 pm

Post by 666666 »

Hello, when I compile the hgserver, and use it. Everytime I log on to a server, i get the message " you have not atticipated in a war, etc" How do I change that? I'd really much like to have the Noticement instead.
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

----NOTICEMENT fix-----
Under:
//testcode
wsprintf(G_cTxt, "Confirmed. Account: (%s) Name: (%s) Level: (%d)", m_pClientList[iClientH]->m_cAccountName, m_pClientList[iClientH]- >m_cCharName, m_pClientList[iClientH]->m_iLevel);
PutLogList(G_cTxt);

add

if ((m_bIsCrusadeMode == FALSE) && (m_pClientList[iClientH]->m_dwCrusadeGUID == m_dwCrusadeGUID)) {
break;
}
else
m_pClientList[iClientH]->m_dwCrusadeGUID = m_dwCrusadeGUID;

Fixed By Ice-T
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
666666
Regular
Posts: 39
Joined: Thu Nov 24, 2005 1:14 pm

Post by 666666 »

Thanks alot
Post Reply