Jump to content

Recommended Posts

Hello again...

Today I noticed my game client is missing horse skills...

Of course as you can see only support skills are in non-standard positions and I'm 100% sure replacing support skills positions has absolutly nothing to do with it.

Did any one had similar problem?

I checked my playersettingsmodule.py file in root in function DefineSkillIndexDict() and all skills ID are in place, here's whole function

PS for test purposes I added one horse skill into support skills section, but still with no results.

	def DefineSkillIndexDict():
    global NEW_678TH_SKILL_ENABLE
    global SKILL_INDEX_DICT
    
    NEW_678TH_SKILL_ENABLE = locale.IsYMIR()
    if NEW_678TH_SKILL_ENABLE:
        SKILL_INDEX_DICT = {
            JOB_WARRIOR : { 
                1 : (1, 2, 3, 4, 5, 0, 0, 0, 137, 138, 139, 0, 0, 0,), 
                2 : (16, 17, 18, 19, 20, 0, 0, 0, 137, 138, 139, 0, 0, 0,), 
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,),
            },
            JOB_ASSASSIN : { 
                1 : (31, 32, 33, 34, 35, 0, 0, 0, 137, 138, 139, 140, 0, 0,), 
                2 : (46, 47, 48, 49, 50, 0, 0, 0, 137, 138, 139, 140, 0, 0,), 
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,),
            },
            JOB_SURA : { 
                1 : (61, 62, 63, 64, 65, 66, 0, 0, 137, 138, 139, 0, 0, 0,),
                2 : (76, 77, 78, 79, 80, 81, 0, 0, 137, 138, 139, 0, 0, 0,),
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,),
            },
            JOB_SHAMAN : { 
                1 : (91, 92, 93, 94, 95, 96, 0, 0, 137, 138, 139, 0, 0, 0,),
                2 : (106, 107, 108, 109, 110, 111, 0, 0, 137, 138, 139, 0, 0, 0,),
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,137,),
            },
        }
    else:
        SKILL_INDEX_DICT = {
            JOB_WARRIOR : { 
                1 : (1, 2, 3, 4, 5, 0, 0, 0, 137, 138, 139, 0, 0, 0,), 
                2 : (16, 17, 18, 19, 20, 0, 0, 0, 137, 138, 139, 0, 0, 0,), 
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,),
            },
            JOB_ASSASSIN : { 
                1 : (31, 32, 33, 34, 35, 0, 0, 0, 137, 138, 139, 140, 0, 0,), 
                2 : (46, 47, 48, 49, 50, 0, 0, 0, 137, 138, 139, 140, 0, 0,), 
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,),
            },
            JOB_SURA : { 
                1 : (61, 62, 63, 64, 65, 66, 0, 0, 137, 138, 139, 0, 0, 0,),
                2 : (76, 77, 78, 79, 80, 81, 0, 0, 137, 138, 139, 0, 0, 0,),
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,),
            },
            JOB_SHAMAN : { 
                1 : (91, 92, 93, 94, 95, 96, 0, 0, 137, 138, 139, 0, 0, 0,),
                2 : (106, 107, 108, 109, 110, 111, 0, 0, 137, 138, 139, 0, 0, 0,),
                "SUPPORT" : (121,129,130,131,124,122,0,0,123,137,),
            },
        }
	
Link to comment
https://metin2.dev/topic/13123-missing-horse-skills-in-client/
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.