Removing Ignition Message....
#1

Hello guys i know i ask alot but when i dont find something by myself its why i ask here cuze you guys know more....

I manage to remove Ignition but im still getting this message everytime i kill mobs and then i relog i get this:

2

Where must i disable or remove this ? 

#2

Engine\Network\SessionStateInfo.cpp

Line: 2055
IMPLEMENT_MSG_UPDATE(updateEPReset)
{
UpdateClient::EPInit* pRecv = reinterpret_cast<UpdateClient::EPInit*>(istr->GetBuffer());

if (pRecv->isInit == true)
{
return;
}
else
{
return;
}
}

 

#3


11 hours ago, rondo157 said:




Engine\Network\SessionStateInfo.cpp




Line: 2055
IMPLEMENT_MSG_UPDATE(updateEPReset)
{
UpdateClient::EPInit* pRecv = reinterpret_cast<UpdateClient::EPInit*>(istr->GetBuffer());

if (pRecv->isInit == true)
{
return;
}
else
{
return;
}
}


 




Like this:

 

 

Line: 2055
IMPLEMENT_MSG_UPDATE(updateEPReset)
{*/
UpdateClient::EPInit* pRecv = reinterpret_cast<UpdateClient::EPInit*>(istr->GetBuffer());

if (pRecv->isInit == true)
{
return;
}
else
{
return;
}/*
}
#4

/* -> comment starts

*/ -> comment ends

 

/*comment*/

not

*/comment/*

 

#5


49 minutes ago, Desarija said:




/* -> comment starts

*/ -> comment ends



 




/*comment*/


not




*/comment/*


 




Haha you´re right!´my bad. i will edit it correctly and see what happens!

Thanks AGAIN!



Forum Jump:


Users browsing this thread: 1 Guest(s)