Jump to content

P4radyse

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by P4radyse

  1. 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 :)
×
×
  • 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.