Bvural41 1
Bvural41
Mt2Hizmet 1
Mt2Hizmet
xranzei 1
xranzei
quickxd 1
quickxd
Hikaye Ekle

MaviAyGames | Kemer Sistemi Update

  • Konuyu başlatan Konuyu başlatan MaviAy44
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 8
  • Görüntüleme Görüntüleme 652
5.00 yıldız(lar) 2 Değerlendirme Değerlendirenler

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:
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))
IMG_8677.jpeg
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst