#-------------- uitooltip.py # Arat NEED_SKILL_POINT_COLOR = 0xff9A9CDB # Altına Ekle SINIRSIZ_COLOR = 0xffFFFF00 # Arat self.ShowToolTip() def __DragonSoulInfoString (self, dwVnum): # Üstüne Ekle if chr.IsGameMaster(player.GetMainCharacterIndex()): self.AppendTextLine(localeInfo.ITEM_VNUM_TOOLTIP % (int(itemVnum)), self.SINIRSIZ_COLOR) self.AppendTextLine(localeInfo.ITEM_TYPE_TOOLTIP % (int(itemType)), self.SINIRSIZ_COLOR) self.AppendTextLine(localeInfo.ITEM_SUBTYPE_TOOLTIP % (int(itemSubType)), self.SINIRSIZ_COLOR) #-------------- locale_game.txt # Ekle ITEM_VNUM_TOOLTIP Vnum: %d ITEM_TYPE_TOOLTIP Type: %d ITEM_SUBTYPE_TOOLTIP SubType: %d