3.0 Source Problem

All Helbreath Server Source Discussion here.
Post Reply
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

ok in maps i can not have no random mob if i take it out there will be no monster at all. so in oder to have monster on each map i have to do
random-mob-generator = 1 1
btu i dont want eny random mobs so i do this
//random-mob-generator = 1 1
and then no monster spwan at all. i cant get around it eather
some one help
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CDWriter
Member
Posts: 123
Joined: Sun Feb 22, 2004 12:08 am

Post by CDWriter »

Are u talking about why it does not spawn ...its has to do with the 1x1 Square or the 1x3 square logic the source has is why it does not spawn ....remove this form the 3.0 source and add in the older part back to the code and all will spawn correctly...
;)


code to replace starts here

int CGame::bCreateNewNpc


to remove the warning C4101: 'i' : unreferenced local variable

go here and omitt

BOOL CGame::MobBossGenerator(int iMapIndex)
{
char cNpcName[21], cName[11], cSA, cNpcWaypointIndex[11];
int iProbSA, iKindSA, dX, dY, iNamingValue;
BOOL bFirmBerserk, bRet;
//register int i;// <----- I int error

if (m_pMapList[iMapIndex]->m_bIsBossInMap == TRUE) return FALSE

rebuild :)


HGserver.exe - 0 error(s), 0 warning(s)

juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

ty
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Post Reply