HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
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))
Bu bloğu şu şekilde değiştir:
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))
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 8
- Görüntüleme
- 358
- Cevaplar
- 5
- Görüntüleme
- 392
- Çözüldü
- Cevaplar
- 2
- Görüntüleme
- 73
