antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
Truta190

MEU CLIENTE NÃO ABRE A GUILDA NO ALT+G

4 posts in this topic

como posso arrumar esse erro? abre somente no canto embaixo contatos , queria por normal no alt+g

e para subir no cavalo alt+B

 

Share this post


Link to post
Share on other sites
antiblock
diamwall

root/game.py

 

Procura por def __PressGKey(self): e substituí a função toda por:

	def __PressGKey(self):
		if app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):
			net.SendChatPacket("/ride")
		else:
			if self.ShowNameFlag:
				self.interface.ToggleGuildWindow()
			else:
				app.PitchCamera(app.CAMERA_TO_POSITIVE)

 

Share this post


Link to post
Share on other sites

funcionou porem não abre a guild , fica invocando o cavalo ao invez da guilda

 

Edited by Andim (see edit history)

Share this post


Link to post
Share on other sites

+1 funcionou agora perfeitamente

 

Share this post


Link to post
Share on other sites