Sandık Aynası Sistemi

Alt tuşuna basarak sağ click yaptıgımda perncere acılır gibi olup kapanıyor login ekranına atıyor ve syserr log hiçbişi yok

Game:
Genişlet Daralt Kopyala
            elif app.IsPressed(app.DIK_LSHIFT):
                if player.GetItemTypeBySlot(slotIndex) == item.ITEM_TYPE_GIFTBOX and\
                    ItemVNum != 31374 and ItemVNum != 50255 and\
                    ItemVNum != 50187 and ItemVNum != 50197 and\
                    ItemVNum != 50188 and ItemVNum != 50189 and\
                    ItemVNum != 50190 and ItemVNum != 50191 and\
                    ItemVNum != 50192 and ItemVNum != 50193 and\
                    ItemVNum != 50194 and ItemVNum != 50195:
                    if app.ENABLE_CHEST_INFO_SYSTEM:
                        if self.interface:
                            if self.interface.dlgChestDrop:
                                if not self.interface.dlgChestDrop.IsShow():
                                    self.interface.dlgChestDrop.Open(slotIndex)
                                    net.SendChestDropInfo(ItemVNum, player.INVENTORY, slotIndex)
shift tusunda gözüküyor ama

Python:
Genişlet Daralt Kopyala
        elif app.IsPressed(app.DIK_LALT):
            if item.GetItemType() == item.ITEM_TYPE_GIFTBOX:
                if app.ENABLE_CHEST_INFO_SYSTEM:
                    if self.interface:
                        if self.interface.dlgChestDrop:
                            if not self.interface.dlgChestDrop.IsShow():
                                self.interface.dlgChestDrop.Open(slotIndex)
                                net.SendChestDropInfo(ItemVNum, player.INVENTORY, slotIndex)

aynı sistemi kullanıyorum bende çalışıyor
 
shift tusunda gözüküyor ama

Python:
Genişlet Daralt Kopyala
        elif app.IsPressed(app.DIK_LALT):
            if item.GetItemType() == item.ITEM_TYPE_GIFTBOX:
                if app.ENABLE_CHEST_INFO_SYSTEM:
                    if self.interface:
                        if self.interface.dlgChestDrop:
                            if not self.interface.dlgChestDrop.IsShow():
                                self.interface.dlgChestDrop.Open(slotIndex)
                                net.SendChestDropInfo(ItemVNum, player.INVENTORY, slotIndex)

aynı sistemi kullanıyorum bende çalışıyor
Yardımcı olabilir misiniz hatayı bulmamda
 
Geri
Üst