Jump to content

passive (support) skills icon problem


Go to solution Solved by WeedHex,

Recommended Posts

  • Premium

Hello!

Today i added 4 passive skills to the support section, but i cant see the icons.
Strong agains monsters, bosses, stones and a refine passive skill.
 

Spoiler

OTnGo74.png

This +11% is from the refine passive skill.

Here is the support icon section:

Spoiler

PqNh3lN.png

The skills are working, cuz i get the bonuses and i can upgrade them by reading books. (tested, ofc.)
I added the numbers to the playersettingmodule and uicharacter too.

I dont really know what to do 😕 


Can someone help me, please?
 

Edited by Metin2 Dev
Core X - External 2 Internal

Ulthar

Link to comment
Share on other sites

  • Premium
Just now, WeedHex said:

Do you use 678TH skills?

 

Check also on:

uicharacter.py

SHOW_LIMIT_SUPPORT_SKILL_LIST = [...]

Yea, im using 687 skills, i mean the in the client is enabled. Warrior and assassin have 6th skill.
This is my uicharacter.py :
 https://pastebin.com/JEk3s9Py

Ulthar

Link to comment
Share on other sites

  • Premium
  • Solution

Try to replace this stack

if localeInfo.IsYMIR():
    SHOW_LIMIT_SUPPORT_SKILL_LIST = [122, 123, 121, 124, 0, 129, 164, 165, 166, 130, 131, 132,]
    if not localeInfo.IsCHEONMA():
        HIDE_SUPPORT_SKILL_POINT = True 
        #Last filling of list
        SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 132, 137, 138, 139, 140,141,142]
elif localeInfo.IsJAPAN() or   (localeInfo.IsEUROPE() and app.GetLocalePath() != "locale/ca") and (localeInfo.IsEUROPE() and app.GetLocalePath() != "locale/br"):
    HIDE_SUPPORT_SKILL_POINT = True 
    SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 137, 138, 139, 140]
else:
    HIDE_SUPPORT_SKILL_POINT = True

With:

SHOW_LIMIT_SUPPORT_SKILL_LIST = [122, 123, 121, 124, 0, 129, 164, 165, 166, 130, 131, 132,]
HIDE_SUPPORT_SKILL_POINT = True

 

This statement

"if not localeInfo.IsCHEONMA():"

Was declaring another list.

Edited by WeedHex
  • Love 1
Link to comment
Share on other sites

  • Premium

@ WeedHexyea, working, Now, i can see the icons, but i dont know where is it takeing the information about what image need to be loaded in the charwindow. 😕
uQRZ31o.png
As you can see, in the secont line, second slot is empty, but there is a G1 text, witch is ok, cuz i get the bonus.
Do you know, where the icons are? ( I mean from where loading. Oke, skillcommon.dds, but u know what i mean :D)

Edited by Metin2 Dev
Core X - External 2 Internal

Ulthar

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



×
×
  • 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.