Jump to content

ERRO NO CLIENTE


CAMBOJA
 Share

Recommended Posts

Muito provavelmente o erro está no source do game.

Se nesse mapa não consegues mudar o modo pvp, é porque algo não o permite.

Mostra-nos a parte completa disto, que está no char_battle.cpp:

void CHARACTER::SetPKMode(BYTE bPKMode)
{
	if (bPKMode >= PK_MODE_MAX_NUM)
		return;

	if (m_bPKMode == bPKMode)
		return;

	if (bPKMode == PK_MODE_GUILD && !GetGuild())
		bPKMode = PK_MODE_FREE;

	m_bPKMode = bPKMode;
	UpdatePacket();

	sys_log(0, "PK_MODE: %s %d", GetName(), m_bPKMode);
}

 

Vê se o teu está desta forma.

Se não estiver, utiliza, compila e diz-nos o resultado.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...