- Katılım
- 6 Kas 2021
- Mesajlar
- 2,868
- Tepkime puanı
- 4,320
- Puanları
- 113
- Yaş
- 31
- Konum
- Türkiye
- Dc
- fatihbulut
root/uitooltip.py
Kodda WARP_SCROLLS = [...] satırını bul ve hemen altına şu satırı ekle:
Bu bloğu şu şekilde değiştir:
Kodda WARP_SCROLLS = [...] satırını bul ve hemen altına şu satırı ekle:
Kod:
extra_slot = [0, 1, 2, 4, 6, 9, 12, 16]
C++:
arat:
elif item.ITEM_TYPE_BELT == itemType:
self.__AppendLimitInformation()
self.__AppendAffectInformation()
self.__AppendAttributeInformation(attrSlot)
self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_BELT_MATERIAL_VNUM(itemVnum))
Kod:
elif item.ITEM_TYPE_BELT == itemType:
self.__AppendLimitInformation()
self.__AppendAffectInformation()
self.__AppendAttributeInformation(attrSlot)
index = item.GetValue(0)
if 0 <= index < len(extra_slot):
usable_slot = extra_slot[index]
self.AppendTextLine("Kullanılabilir Slot : %s" % usable_slot, self.SPECIAL_POSITIVE_COLOR)
else:
self.AppendTextLine("Kullanılabilir Slot : Bilinmiyor", self.SPECIAL_POSITIVE_COLOR)
self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_BELT_MATERIAL_VNUM(itemVnum))