Hikayeler

Reklam vermek için turkmmo@gmail.com

Bonus veren battle pass hata

Keremiya07

Level 3
Telefon Numarası Onaylanmış Üye TC Kimlik Numarası Doğrulanmış Üye
TM Üye
Üye
Katılım
23 Nis 2020
Konular
10
Mesajlar
110
Online süresi
26g 17626s
Reaksiyon Skoru
23
Altın Konu
0
Başarım Puanı
73
Yaş
27
TM Yaşı
5 Yıl 12 Ay 3 Gün
MmoLira
2,505
DevLira
3

Metin2 EP, Valorant VP dahil tüm oyun ürünlerini en uygun fiyatlarla bulabilir, Item ve Karakterlerinizi hızlıca satabilirsiniz. HEMEN TIKLA!

https://forum.turkmmo.com/konu/3903...rtertemix-altyapi-kanax-adli-arkadasa-hediye/

Bu filesdeki bonus veren bp sökmeye çalışıyorum ama şu şekilde bir hata alıyorum ne yapmam gerekir

1111 00:23:13956 :: Unknown window flag animate
1111 00:23:13956 :: Unknown window flag animate
1111 00:23:17305 :: Traceback (most recent call last):

1111 00:23:17305 :: File "game.py", line 2241, in BINARY_LoadBattlePassUI

1111 00:23:17305 :: File "uinewbattlepass.py", line 95, in LoadMissions

1111 00:23:17305 :: File "uinewbattlepass.py", line 99, in SelectFirstItem

1111 00:23:17305 :: File "uinewbattlepass.py", line 256, in ButtonAction

1111 00:23:17305 :: File "uinewbattlepass.py", line 120, in LoadMissionInfos

1111 00:23:17305 :: AttributeError
1111 00:23:17305 :: :
1111 00:23:17305 :: 'ItemToolTip' object has no attribute 'GetAffectString'
1111 00:23:17305 ::
 

Ekli dosyalar

  • Ekran görüntüsü 2024-11-11 003023.png
    Ekran görüntüsü 2024-11-11 003023.png
    31.2 KB · Görüntüleme: 0
  • 1111_003032.jpg
    1111_003032.jpg
    505.4 KB · Görüntüleme: 0
Çözüm
Open the
uitooltip.py file and search for

Python:
class ItemToolTip(ToolTip):

Add

Python:
    def GetAffectString(self, affectType, affectValue):
        if 0 == affectType:
            return None

        if 0 == affectValue:
            return None

        try:
            return self.AFFECT_DICT[affectType](affectValue)
        except TypeError:
            return "UNKNOWN_VALUE[%s] %s" % (affectType, affectValue)
        except KeyError:
            return "UNKNOWN_TYPE[%s] %s" % (affectType, affectValue)
Open the
uitooltip.py file and search for

Python:
class ItemToolTip(ToolTip):

Add

Python:
    def GetAffectString(self, affectType, affectValue):
        if 0 == affectType:
            return None

        if 0 == affectValue:
            return None

        try:
            return self.AFFECT_DICT[affectType](affectValue)
        except TypeError:
            return "UNKNOWN_VALUE[%s] %s" % (affectType, affectValue)
        except KeyError:
            return "UNKNOWN_TYPE[%s] %s" % (affectType, affectValue)
 
Çözüm
Open the
uitooltip.py file and search for

Python:
class ItemToolTip(ToolTip):

Add

Python:
    def GetAffectString(self, affectType, affectValue):
        if 0 == affectType:
            return None

        if 0 == affectValue:
            return None

        try:
            return self.AFFECT_DICT[affectType](affectValue)
        except TypeError:
            return "UNKNOWN_VALUE[%s] %s" % (affectType, affectValue)
        except KeyError:
            return "UNKNOWN_TYPE[%s] %s" % (affectType, affectValue)
Sorun düzeldi teşekkürler
 
Open the
uitooltip.py file and search for

Python:
class ItemToolTip(ToolTip):

Add

Python:
    def GetAffectString(self, affectType, affectValue):
        if 0 == affectType:
            return None

        if 0 == affectValue:
            return None

        try:
            return self.AFFECT_DICT[affectType](affectValue)
        except TypeError:
            return "UNKNOWN_VALUE[%s] %s" % (affectType, affectValue)
        except KeyError:
            return "UNKNOWN_TYPE[%s] %s" % (affectType, affectValue)
çözüm için teşekkürler
 

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

Benzer konular

Geri
Üst