Jump to content

Recommended Posts

  • Bot

NP.

 

elif 50300 == itemVnum:
if 0 != metinSlot:
self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILLBOOK_NAME, 1)
 
self.ShowToolTip()
return 
 
After
 
elif 14199 < itemVnum and itemVnum < 14229:
self.AppendTextLine(item.GetItemName(), grp.GenerateColor(1.0, 0.7843, 0.0, 1.0))
self.__AppendLimitInformation()
 
self.__AppendAffectInformation()
self.__AppendAttributeInformation(attrSlot)
 
self.AppendWearableInformation()
 
self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_ACCESSORY_MATERIAL_VNUM(itemVnum, itemSubType))
return
  • Love 1

english_banner.gif

Link to comment
https://metin2.dev/topic/6987-coloured-item-names/#findComment-44276
Share on other sites

NP.

 

elif 50300 == itemVnum:

if 0 != metinSlot:

self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILLBOOK_NAME, 1)

 

self.ShowToolTip()

return 

 

After

 

elif 14199 < itemVnum and itemVnum < 14229:

self.AppendTextLine(item.GetItemName(), grp.GenerateColor(1.0, 0.7843, 0.0, 1.0))

self.__AppendLimitInformation()

 

self.__AppendAffectInformation()

self.__AppendAttributeInformation(attrSlot)

 

self.AppendWearableInformation()

 

self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_ACCESSORY_MATERIAL_VNUM(itemVnum, itemSubType))

return

Thanks :)
Link to comment
https://metin2.dev/topic/6987-coloured-item-names/#findComment-44281
Share on other sites

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.