Çözüldü K Envarter Ekledim Ama Oyunda Görünmüyor

  • Konuyu açan Konuyu açan DELIASIL
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 13
  • Gösterim Gösterim 107
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

DELIASIL

Premium Üye
Premium Üye
Üye
Mesaj
170
Çözümler
7
Beğeni
39
Puan
89
Ticaret Puanı
0
Başlıktada söylediğim gibi herşeyinin kurulumunu yaptım sorunsuz oyuna giriyorum k envarteri ortada yok ama nereden dolayı bunu yapar?
K tuşuna basındaca yok I İlede açılmıyor , hiç eklememişim gibi şuan.
 
Kod:
Genişlet Daralt Kopyala
# Arat
        onPressKeyDict[app.DIK_W]            = lambda : self.MoveUp()
        onPressKeyDict[app.DIK_S]            = lambda : self.MoveDown()
        onPressKeyDict[app.DIK_A]            = lambda : self.MoveLeft()
        onPressKeyDict[app.DIK_D]            = lambda : self.MoveRight()

# Ekle
        if app.WJ_SPLIT_INVENTORY_SYSTEM:
            onPressKeyDict[app.DIK_K]        = lambda : self.__PressExtendedInventory()

# Arat
            elif player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == dropType:
                    # PRIVATESHOP_DISABLE_ITEM_DROP
                    self.__SendDropItemPacket(dropNumber, dropCount, player.DRAGON_SOUL_INVENTORY)
                    # END_OF_PRIVATESHOP_DISABLE_ITEM_DROP

# Ekle
            elif app.WJ_SPLIT_INVENTORY_SYSTEM:
                    if player.SLOT_TYPE_SKILL_BOOK_INVENTORY == dropType or player.SLOT_TYPE_UPGRADE_ITEMS_INVENTORY == dropType or player.SLOT_TYPE_STONE_INVENTORY == dropType or player.SLOT_TYPE_BOX_INVENTORY == dropType or player.SLOT_TYPE_EFSUN_INVENTORY == dropType or player.SLOT_TYPE_CICEK_INVENTORY == dropType:
                        self.__SendDropItemPacket(dropNumber, dropCount, player.SLOT_TYPE_SKILL_BOOK_INVENTORY or player.SLOT_TYPE_UPGRADE_ITEMS_INVENTORY or player.SLOT_TYPE_STONE_INVENTORY or player.SLOT_TYPE_BOX_INVENTORY or player.SLOT_TYPE_EFSUN_INVENTORY or player.SLOT_TYPE_CICEK_INVENTORY)

# En sona ekle
    if app.WJ_SPLIT_INVENTORY_SYSTEM:
        def __PressExtendedInventory(self):
            if self.interface:
                self.interface.ToggleExtendedInventoryWindow()

# Arat
            ## Inventory
            elif player.SLOT_TYPE_INVENTORY == attachedType:

# Değiştir
            ## Inventory
            elif player.SLOT_TYPE_INVENTORY == attachedType or player.SLOT_TYPE_SKILL_BOOK_INVENTORY == attachedType or player.SLOT_TYPE_UPGRADE_ITEMS_INVENTORY == attachedType or player.SLOT_TYPE_STONE_INVENTORY == attachedType or player.SLOT_TYPE_BOX_INVENTORY == attachedType or player.SLOT_TYPE_EFSUN_INVENTORY == attachedType or player.SLOT_TYPE_CICEK_INVENTORY == attachedType:

# Arat __PutItem(self, attachedType, İçinde
        if player.SLOT_TYPE_INVENTORY == attachedType or player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == attachedType:

# Değiştir
        if player.SLOT_TYPE_INVENTORY == attachedType or player.SLOT_TYPE_DRAGON_SOUL_INVENTORY == attachedType or player.SLOT_TYPE_SKILL_BOOK_INVENTORY == attachedType or player.SLOT_TYPE_UPGRADE_ITEMS_INVENTORY == attachedType or player.SLOT_TYPE_STONE_INVENTORY == attachedType or player.SLOT_TYPE_BOX_INVENTORY == attachedType or player.SLOT_TYPE_EFSUN_INVENTORY == attachedType or player.SLOT_TYPE_CICEK_INVENTORY == attachedType:

# Arat
            if player.SLOT_TYPE_INVENTORY == attachedType:

# Değiştir
            if player.SLOT_TYPE_INVENTORY == attachedType or player.SLOT_TYPE_SKILL_BOOK_INVENTORY == attachedType or player.SLOT_TYPE_UPGRADE_ITEMS_INVENTORY == attachedType or player.SLOT_TYPE_STONE_INVENTORY == attachedType or player.SLOT_TYPE_BOX_INVENTORY == attachedType or player.SLOT_TYPE_EFSUN_INVENTORY == attachedType or player.SLOT_TYPE_CICEK_INVENTORY == attachedType:

# Arat def RequestDropItem(self, answer): İçinde
            if player.SLOT_TYPE_INVENTORY == dropType:

# Değiştir
            if player.SLOT_TYPE_INVENTORY == dropType or player.SLOT_TYPE_SKILL_BOOK_INVENTORY == dropType or player.SLOT_TYPE_UPGRADE_ITEMS_INVENTORY == dropType or player.SLOT_TYPE_STONE_INVENTORY == dropType or player.SLOT_TYPE_BOX_INVENTORY == dropType or player.SLOT_TYPE_EFSUN_INVENTORY == dropType or player.SLOT_TYPE_CICEK_INVENTORY == dropType:
 
Kod:
Genişlet Daralt Kopyala
1029 23:47:16741 :: Traceback (most recent call last):

1029 23:47:16741 ::   File "networkModule.py", line 247, in SetGamePhase

1029 23:47:16741 ::   File "game.py", line 100, in __init__

1029 23:47:16741 ::   File "interfaceModule.py", line 295, in MakeInterface

1029 23:47:16741 ::   File "interfaceModule.py", line 176, in __MakeWindows

1029 23:47:16741 ::   File "uiInventory.py", line 114, in __init__

1029 23:47:16742 ::   File "uiInventory.py", line 160, in __LoadWindow

1029 23:47:16742 :: NameError
1029 23:47:16742 :: :
1029 23:47:16742 :: global name 'uiToolTip' is not defined
1029 23:47:16742 ::

1029 23:47:19989 :: Traceback (most recent call last):

1029 23:47:19989 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:19990 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:19990 :: AttributeError
1029 23:47:19990 :: :
1029 23:47:19990 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:19990 ::

1029 23:47:19990 :: Traceback (most recent call last):

1029 23:47:19990 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:19991 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:19991 :: AttributeError
1029 23:47:19991 :: :
1029 23:47:19991 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:19991 ::

1029 23:47:24048 :: Traceback (most recent call last):

1029 23:47:24048 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:24048 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:24049 :: AttributeError
1029 23:47:24049 :: :
1029 23:47:24049 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:24049 ::

1029 23:47:24049 :: Traceback (most recent call last):

1029 23:47:24049 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:24049 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:24050 :: AttributeError
1029 23:47:24050 :: :
1029 23:47:24050 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:24050 ::

1029 23:48:19999 :: Traceback (most recent call last):

1029 23:48:19999 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:19999 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:20000 :: AttributeError
1029 23:48:20000 :: :
1029 23:48:20000 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:20000 ::

1029 23:48:20000 :: Traceback (most recent call last):

1029 23:48:20000 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:20000 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:20000 :: AttributeError
1029 23:48:20001 :: :
1029 23:48:20001 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:20001 ::

1029 23:48:23991 :: Traceback (most recent call last):

1029 23:48:23991 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:23992 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:23992 :: AttributeError
1029 23:48:23992 :: :
1029 23:48:23992 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:23992 ::

1029 23:48:23992 :: Traceback (most recent call last):

1029 23:48:23992 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:23992 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:23993 :: AttributeError
1029 23:48:23993 :: :
1029 23:48:23993 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:23993 ::

1029 23:49:19992 :: Traceback (most recent call last):

1029 23:50:22890 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22891 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22892 :: AttributeError
1029 23:50:22892 :: :
1029 23:50:22892 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22892 ::

1029 23:50:22892 :: Traceback (most recent call last):

1029 23:50:22892 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22892 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22892 :: AttributeError
1029 23:50:22892 :: :
1029 23:50:22892 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22894 ::

1029 23:50:22894 :: Traceback (most recent call last):

1029 23:50:22894 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22894 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22895 :: AttributeError
1029 23:50:22895 :: :
1029 23:50:22895 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22895 ::

1029 23:50:22910 :: Traceback (most recent call last):

1029 23:50:22910 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22910 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22910 :: AttributeError
1029 23:50:22910 :: :
1029 23:50:22911 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22911 ::

1029 23:50:23985 :: Traceback (most recent call last):

1029 23:50:23985 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:23985 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:23986 :: AttributeError
1029 23:50:23986 :: :
1029 23:50:23986 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:23986 ::

1029 23:50:23986 :: Traceback (most recent call last):

1029 23:50:23986 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:23986 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:23987 :: AttributeError
1029 23:50:23987 :: :
1029 23:50:23987 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:23987 ::

1029 23:50:26309 :: Traceback (most recent call last):

1029 23:50:26309 ::   File "mouseModule.py", line 364, in Update

1029 23:50:26309 :: KeyboardInterrupt
 
Kod:
Genişlet Daralt Kopyala
1029 23:47:16741 :: Traceback (most recent call last):

1029 23:47:16741 ::   File "networkModule.py", line 247, in SetGamePhase

1029 23:47:16741 ::   File "game.py", line 100, in __init__

1029 23:47:16741 ::   File "interfaceModule.py", line 295, in MakeInterface

1029 23:47:16741 ::   File "interfaceModule.py", line 176, in __MakeWindows

1029 23:47:16741 ::   File "uiInventory.py", line 114, in __init__

1029 23:47:16742 ::   File "uiInventory.py", line 160, in __LoadWindow

1029 23:47:16742 :: NameError
1029 23:47:16742 :: :
1029 23:47:16742 :: global name 'uiToolTip' is not defined
1029 23:47:16742 ::

1029 23:47:19989 :: Traceback (most recent call last):

1029 23:47:19989 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:19990 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:19990 :: AttributeError
1029 23:47:19990 :: :
1029 23:47:19990 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:19990 ::

1029 23:47:19990 :: Traceback (most recent call last):

1029 23:47:19990 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:19991 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:19991 :: AttributeError
1029 23:47:19991 :: :
1029 23:47:19991 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:19991 ::

1029 23:47:24048 :: Traceback (most recent call last):

1029 23:47:24048 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:24048 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:24049 :: AttributeError
1029 23:47:24049 :: :
1029 23:47:24049 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:24049 ::

1029 23:47:24049 :: Traceback (most recent call last):

1029 23:47:24049 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:24049 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:24050 :: AttributeError
1029 23:47:24050 :: :
1029 23:47:24050 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:24050 ::

1029 23:48:19999 :: Traceback (most recent call last):

1029 23:48:19999 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:19999 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:20000 :: AttributeError
1029 23:48:20000 :: :
1029 23:48:20000 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:20000 ::

1029 23:48:20000 :: Traceback (most recent call last):

1029 23:48:20000 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:20000 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:20000 :: AttributeError
1029 23:48:20001 :: :
1029 23:48:20001 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:20001 ::

1029 23:48:23991 :: Traceback (most recent call last):

1029 23:48:23991 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:23992 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:23992 :: AttributeError
1029 23:48:23992 :: :
1029 23:48:23992 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:23992 ::

1029 23:48:23992 :: Traceback (most recent call last):

1029 23:48:23992 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:23992 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:23993 :: AttributeError
1029 23:48:23993 :: :
1029 23:48:23993 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:23993 ::

1029 23:49:19992 :: Traceback (most recent call last):

1029 23:50:22890 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22891 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22892 :: AttributeError
1029 23:50:22892 :: :
1029 23:50:22892 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22892 ::

1029 23:50:22892 :: Traceback (most recent call last):

1029 23:50:22892 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22892 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22892 :: AttributeError
1029 23:50:22892 :: :
1029 23:50:22892 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22894 ::

1029 23:50:22894 :: Traceback (most recent call last):

1029 23:50:22894 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22894 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22895 :: AttributeError
1029 23:50:22895 :: :
1029 23:50:22895 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22895 ::

1029 23:50:22910 :: Traceback (most recent call last):

1029 23:50:22910 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22910 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22910 :: AttributeError
1029 23:50:22910 :: :
1029 23:50:22911 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22911 ::

1029 23:50:23985 :: Traceback (most recent call last):

1029 23:50:23985 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:23985 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:23986 :: AttributeError
1029 23:50:23986 :: :
1029 23:50:23986 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:23986 ::

1029 23:50:23986 :: Traceback (most recent call last):

1029 23:50:23986 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:23986 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:23987 :: AttributeError
1029 23:50:23987 :: :
1029 23:50:23987 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:23987 ::

1029 23:50:26309 :: Traceback (most recent call last):

1029 23:50:26309 ::   File "mouseModule.py", line 364, in Update

1029 23:50:26309 :: KeyboardInterrupt
Şu aşamadayız, Yüklenme ekranında kalıyor
 
Kod:
Genişlet Daralt Kopyala
1029 23:47:16741 :: Traceback (most recent call last):

1029 23:47:16741 ::   File "networkModule.py", line 247, in SetGamePhase

1029 23:47:16741 ::   File "game.py", line 100, in __init__

1029 23:47:16741 ::   File "interfaceModule.py", line 295, in MakeInterface

1029 23:47:16741 ::   File "interfaceModule.py", line 176, in __MakeWindows

1029 23:47:16741 ::   File "uiInventory.py", line 114, in __init__

1029 23:47:16742 ::   File "uiInventory.py", line 160, in __LoadWindow

1029 23:47:16742 :: NameError
1029 23:47:16742 :: :
1029 23:47:16742 :: global name 'uiToolTip' is not defined
1029 23:47:16742 ::

1029 23:47:19989 :: Traceback (most recent call last):

1029 23:47:19989 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:19990 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:19990 :: AttributeError
1029 23:47:19990 :: :
1029 23:47:19990 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:19990 ::

1029 23:47:19990 :: Traceback (most recent call last):

1029 23:47:19990 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:19991 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:19991 :: AttributeError
1029 23:47:19991 :: :
1029 23:47:19991 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:19991 ::

1029 23:47:24048 :: Traceback (most recent call last):

1029 23:47:24048 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:24048 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:24049 :: AttributeError
1029 23:47:24049 :: :
1029 23:47:24049 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:24049 ::

1029 23:47:24049 :: Traceback (most recent call last):

1029 23:47:24049 ::   File "game.py", line 792, in RefreshInventory

1029 23:47:24049 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:47:24050 :: AttributeError
1029 23:47:24050 :: :
1029 23:47:24050 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:47:24050 ::

1029 23:48:19999 :: Traceback (most recent call last):

1029 23:48:19999 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:19999 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:20000 :: AttributeError
1029 23:48:20000 :: :
1029 23:48:20000 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:20000 ::

1029 23:48:20000 :: Traceback (most recent call last):

1029 23:48:20000 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:20000 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:20000 :: AttributeError
1029 23:48:20001 :: :
1029 23:48:20001 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:20001 ::

1029 23:48:23991 :: Traceback (most recent call last):

1029 23:48:23991 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:23992 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:23992 :: AttributeError
1029 23:48:23992 :: :
1029 23:48:23992 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:23992 ::

1029 23:48:23992 :: Traceback (most recent call last):

1029 23:48:23992 ::   File "game.py", line 792, in RefreshInventory

1029 23:48:23992 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:48:23993 :: AttributeError
1029 23:48:23993 :: :
1029 23:48:23993 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:48:23993 ::

1029 23:49:19992 :: Traceback (most recent call last):

1029 23:50:22890 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22891 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22892 :: AttributeError
1029 23:50:22892 :: :
1029 23:50:22892 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22892 ::

1029 23:50:22892 :: Traceback (most recent call last):

1029 23:50:22892 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22892 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22892 :: AttributeError
1029 23:50:22892 :: :
1029 23:50:22892 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22894 ::

1029 23:50:22894 :: Traceback (most recent call last):

1029 23:50:22894 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22894 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22895 :: AttributeError
1029 23:50:22895 :: :
1029 23:50:22895 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22895 ::

1029 23:50:22910 :: Traceback (most recent call last):

1029 23:50:22910 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:22910 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:22910 :: AttributeError
1029 23:50:22910 :: :
1029 23:50:22911 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:22911 ::

1029 23:50:23985 :: Traceback (most recent call last):

1029 23:50:23985 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:23985 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:23986 :: AttributeError
1029 23:50:23986 :: :
1029 23:50:23986 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:23986 ::

1029 23:50:23986 :: Traceback (most recent call last):

1029 23:50:23986 ::   File "game.py", line 792, in RefreshInventory

1029 23:50:23986 ::   File "interfaceModule.py", line 586, in RefreshInventory

1029 23:50:23987 :: AttributeError
1029 23:50:23987 :: :
1029 23:50:23987 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
1029 23:50:23987 ::

1029 23:50:26309 :: Traceback (most recent call last):

1029 23:50:26309 ::   File "mouseModule.py", line 364, in Update

1029 23:50:26309 :: KeyboardInterrupt
uiinventory.py’de importlara bunu ekler misin:

import uiToolTip
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Geri
Üst