Jump to content

Blocked character selection keys


Recommended Posts

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 2/10/2017 at 1:20 AM, riku11 said:

what kind of selectwindow have you?  with all characters in screen ? with only one character? screen please 

Hi, I have this selection (classic) + Lycan!
Hope you can help me!

https://metin2.download/picture/p7YT2wYtE1sNOP87bXe4bkcwM1PBZ56u/.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Developer

Search in introselect.py
def OnKeyDown(self , key):

post it , i want check it.

#add at end of def OnKeyDown(self , key):  metods

		if 28 == key:
			id = net.GetAccountCharacterSlotDataInteger(self.slot, net.ACCOUNT_CHARACTER_SLOT_ID)
			if 0 == id:
				self.CreateCharacter()
			else:
				self.StartGame()


#the if you have to put it indented like the others

 

My youtube channel  on which you can see my works here

Link to comment
Share on other sites

1 hour ago, riku11 said:

Search in introselect.py
def OnKeyDown(self , key):

post it , i want check it.


#add at end of def OnKeyDown(self , key):  metods

		if 28 == key:
			id = net.GetAccountCharacterSlotDataInteger(self.slot, net.ACCOUNT_CHARACTER_SLOT_ID)
			if 0 == id:
				self.CreateCharacter()
			else:
				self.StartGame()


#the if you have to put it indented like the others

nOMT7d3.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Developer

post these func :

 

void CWindowManager::RunKeyDown(int vkey)   -> PythonWindowManager.cpp

 

void CPythonApplication::OnKeyDown (int iIndex)  -> PythonApplicationEvent.cpp

 

BOOL CWindow::OnKeyDown(int ikey)  -> PythonWindow.cpp

My youtube channel  on which you can see my works here

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      Someone still have Metin2UnitedClient 2010?

    2. 1445

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    3. 1445
    4. 2

      Official Turbo-Surfboard

    5. 1

      characters from another kingdom in the same guild

    6. 28

      Increase Safebox / Warehouse

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.