Jump to content

Coloured item names?


Recommended Posts

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
Link to comment
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
Share on other sites

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.