- Mesaj
- 187
- Çözümler
- 4
- Beğeni
- 13
- Puan
- 79
- Ticaret Puanı
- 0
malesef hocam çalışmadı hala boş slot gösteriyor uiscript dizinindeki costumequipmentdiaolog.py da mı sıkıntı var diyicem de ondan da bir sorun göremedim.yada direk buradan al dene bakalım.
Python:def SetEquipmentDialogItem(self, slotIndex, vnum, count): if count <= 1: count = 0 self.slotWindow.SetItemSlot(slotIndex, vnum, count) emptySocketList = [] emptyAttrList = [] for i in xrange(player.METIN_SOCKET_MAX_NUM): emptySocketList.append(0) for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM): emptyAttrList.append((0, 0)) self.itemDataDict[slotIndex] = (vnum, count, emptySocketList, emptyAttrList) if self.wndCostumeEquipment: self.wndCostumeEquipment.RefreshSlot()
27971 eklentisini görüntüle