M 1
m2referencee
Fethi Polat 1
Fethi Polat
InfernoShade 1
InfernoShade
farkmt2official 1
farkmt2official
romegames 1
romegames
bikral 1
bikral
PrimeAC 1
PrimeAC
shrpnl 1
shrpnl
Agora Metin2 1
Agora Metin2
xranzei 1
xranzei
Bvural41 1
Bvural41
Hikaye Ekle
Ikarus v2 Ultimate Offline Shop

Ikarus v2 Ultimate Offline Shop 1

indirmek için izniniz yok

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!

aynı şekilde bende de y tuşuna bastığım anda kapanıyor.
Paketlerde hata yaptığınız için giriş ekranına atıyordur packetten kastım sadece packet.h değil onu kullanan verilerde felan bir problem olabilir dikkatli analiz ederek ilerleyin
 
Paketlerde hata yaptığınız için giriş ekranına atıyordur packetten kastım sadece packet.h değil onu kullanan verilerde felan bir problem olabilir dikkatli analiz ederek ilerleyin
Tekrar kontrol edeyim hocam, rehber yanlış olabilir haklısın.
 
uigameoption'da bir kod satırı var, ikashop_renewal diye, bende o olmadığı için kilitlendim kaldım :D
uigameoption.py içerisinde

arat:
Kod:
        self.__ClickRadioButton(self.nameColorModeButtonList, constInfo.GET_CHRNAME_COLOR_INDEX())
        self.__ClickRadioButton(self.viewTargetBoardButtonList, constInfo.GET_VIEW_OTHER_EMPIRE_PLAYER_TARGET_BOARD())
        self.__SetPeacePKMode()


altına

Kod:
        if app.ENABLE_IKASHOP_RENEWAL:
            if app.EXTEND_IKASHOP_PRO:
                self.shopRangeViewHeader = ui.TextLine()
                self.shopRangeViewHeader.SetParent(self)
                self.shopRangeViewHeader.SetPosition(30, self.GetHeight() - 10 - 10)
                self.shopRangeViewHeader.SetText(localeInfo.IKASHOP_PRO_SHOP_RANGE_VIEW_HEADER)
                self.shopRangeViewHeader.Show()

                distance = systemSetting.GetShopRangeView()
                pct = (distance - 600.0) / 4400.0
                self.shopFloatBar = ui.SliderBar()
                self.shopFloatBar.SetParent(self)
                self.shopFloatBar.SetPosition(130-39, self.GetHeight()-6 - 10)
                self.shopFloatBar.SetEvent(self._OnSlideShopRangeView)
                self.shopFloatBar.SetSliderPos(pct)
                self.shopFloatBar.Show()

                self.SetSize(self.GetWidth(), self.GetHeight() + 10)
                board = self.GetChild("board")
                board.SetSize(board.GetWidth(), board.GetHeight() + 10)

    if app.ENABLE_IKASHOP_RENEWAL:
        if app.EXTEND_IKASHOP_PRO:
            def _OnSlideShopRangeView(self):
                pos = self.shopFloatBar.GetSliderPos()
                distance = pos * 4400.0 + 600
                systemSetting.SetShopRangeView(distance)

ekle
 
V2 sonunda...

1728777374345.png
 

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

Geri
Üst