Jump to content
  • 0

How to change text color on minimap?


Salur

Question

2 answers to this question

Recommended Posts

  • 0

For yellow:

i4xitF3.png

 

colorInfo.py:

 

CHR_NAME_RGB_MOB = (235, 22, 9)
CHR_NAME_RGB_NPC = (122, 231, 93)
CHR_NAME_RGB_PC = (255, 215, 76)
CHR_NAME_RGB_PK = (180, 100, 0)
CHR_NAME_RGB_PVP = (238, 54, 223)
CHR_NAME_RGB_PARTY = (128, 192, 255)
CHR_NAME_RGB_WARP = (136, 218, 241)
CHR_NAME_RGB_WAYPOINT = (255, 255, 255)
 

Because in uiMiniMap.py exist:

self.tooltipInfo.SetTextColor(dwTextColor)
 

With colors and functions are loaded here:

pnMWr20.png

 

And check your function in introLoading.py:

 

j5Zfntb.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
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


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