This was found on RaGEZONE BR by one of my friends and I see it has not been posted here so I will post it, too many BR's getting everything nowadays.
Open
ZGame.cpp:
Find:
Code:
else if (pVictim == m_pMyCharacter)
{
// sprintf(szMsg, "´ç½ÅÀº %s´Ô¿¡°Ô ÆÐ¹èÇÏ¿´½À´Ï´Ù.", szAttacker );
ZTransMsg( szMsg, MSG_GAME_LOSE_FROM_WHO, 1, szAttacker );
ZChatOutput(MCOLOR(0xFFCF2020), szMsg);
ZGetCombatInterface()->SetObserverMode(szAttacker);
}
Replace with:
Code:
else if (pVictim == m_pMyCharacter)
{
// sprintf(szMsg, "´ç½ÅÀº %s´Ô¿¡°Ô ÆÐ¹èÇÏ¿´½À´Ï´Ù.", szAttacker );
ZTransMsg( szMsg, MSG_GAME_LOSE_FROM_WHO, 1, szAttacker );
ZChatOutput(MCOLOR(0xFFCF2020), szMsg);
ZGetCombatInterface()->SetObserverMode(szAttacker);
}
Credits to the rightful owners.