Opublikowano 5 Listopada 20245 Lis Siemka, jest ktoś w posiadaniu ulepszonego wyświetlania "Iłość sztuk:" podstawowa wersja: Nowa wersja:
Opublikowano 13 Listopada 202413 Lis Rozwiązanie No to jazda.. (Nie testowałem, pisałem od buta ale powinno śmigać :))) uiToolTip.py Spoiler Func: def SetInventoryItem(self, slotIndex, window_type = player.INVENTORY): ... self.ClearToolTip() count = player.GetItemCount(window_type, slotIndex) ... self.AddItemData(..., count = count) Func: def SetExchangeOwnerItem(self, slotIndex): ... self.ClearToolTip() count = exchange.GetItemCountFromSelf(slotIndex) self.AddItemData(..., count = count) Func: def SetExchangeTargetItem(self, slotIndex): ... self.ClearToolTip() count = exchange.GetItemMetinSocketFromTarget(slotIndex) self.AddItemData(..., count = count) Func: def SetSafeBoxItem(self, slotIndex): ... self.ClearToolTip() count = safebox.GetItemCount(slotIndex) self.AddItemData(..., count = count) Func: def SetMallItem(self, slotIndex): ... self.ClearToolTip() count = safebox.GetMallItemCount(slotIndex) self.AddItemData(..., count = count) Func: def AddItemData(..., count = 1): .. ## Przed self.ShowToolTip() ## Dodaj self.AppendTextLine("Quantity:") self.AppendSpace(2) self.AppendTextLine("{}".format(count)) Edytowane 13 Listopada 202413 Lis przez Draha
Opublikowano 13 Listopada 202413 Lis Autor 8 godzin temu, Draha napisał(a): No to jazda.. (Nie testowałem, pisałem od buta ale powinno śmigać :))) uiToolTip.py Pokaż ukrytą zawartość Func: def SetInventoryItem(self, slotIndex, window_type = player.INVENTORY): ... self.ClearToolTip() count = player.GetItemCount(window_type, slotIndex) ... self.AddItemData(..., count = count) Func: def SetExchangeOwnerItem(self, slotIndex): ... self.ClearToolTip() count = exchange.GetItemCountFromSelf(slotIndex) self.AddItemData(..., count = count) Func: def SetExchangeTargetItem(self, slotIndex): ... self.ClearToolTip() count = exchange.GetItemMetinSocketFromTarget(slotIndex) self.AddItemData(..., count = count) Func: def SetSafeBoxItem(self, slotIndex): ... self.ClearToolTip() count = safebox.GetItemCount(slotIndex) self.AddItemData(..., count = count) Func: def SetMallItem(self, slotIndex): ... self.ClearToolTip() count = safebox.GetMallItemCount(slotIndex) self.AddItemData(..., count = count) Func: def AddItemData(..., count = 1): .. ## Przed self.ShowToolTip() ## Dodaj self.AppendTextLine("Quantity:") self.AppendSpace(2) self.AppendTextLine("{}".format(count)) Działa! Dziękuję za kodzik. Edytowane 13 Listopada 202413 Lis przez ExoCarossa
Siemka, jest ktoś w posiadaniu ulepszonego wyświetlania "Iłość sztuk:"
podstawowa wersja:
Nowa wersja: