Yardım dungeon info-dracaryS

  • Konuyu açan Konuyu açan M29
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 2
  • Gösterim Gösterim 54
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

M29

MT Üye
MT Üye
Mesaj
178
Çözümler
2
Beğeni
104
Puan
709
Ticaret Puanı
0
Hello guys
I have an error with the dungeon_info-dracaryS system. I tried to pull the system from another version and tried to install the same system, but there are 3 errors. I don't understand what caused them. Can anyone help?

The first error is in the graphics interface of the system, and I know that the error is because the interface is linked to the wiki system. Can someone modify it and make it as normal?

Linkleri görebilmek için giriş yap veya kayıt ol.


The second error when moving to the leader or doing anything, this window appears

Linkleri görebilmek için giriş yap veya kayıt ol.


Then this thing appears in the syserr.txt file.

Kod:
Genişlet Daralt Kopyala
0213 07:05:36516 :: Unknown Server Command getinputbegin | getinputbegin
0213 07:05:36590 :: Unknown Server Command getinputend | getinputend

Can anyone help?
 
Merhaba arkadaşlar
dungeon_info-dracaryS sisteminde bir hatam var. Sistemi başka bir sürümden çekip aynı sistemi yüklemeyi denedim ama 3 hata var. Bunların nedenini anlamıyorum. Yardımcı olabilecek var mı?

İlk hata sistemin grafik arayüzünde ve hatanın arayüzün wiki sistemine bağlı olmasından kaynaklandığını biliyorum. Birisi bunu değiştirip normal hale getirebilir mi?

Linkleri görebilmek için giriş yap veya kayıt ol.


Lidere geçerken veya herhangi bir şey yaparken ikinci hata, bu pencerenin görünmesidir

Linkleri görebilmek için giriş yap veya kayıt ol.


Daha sonra syserr.txt dosyasında bu şey belirir.

[KOD]0213 07:05:36516 :: Bilinmeyen Sunucu Komutu getinputbegin | getinputbegin
0213 07:05:36590 :: Bilinmeyen Sunucu Komutu getinputend | getinputend[/CODE]

Yardımcı olabilecek var mı?
Linkleri görebilmek için giriş yap veya kayıt ol.


game.py aç
def __XMasSnow_Enable(self, mode): kod bloğunun altına ekle:
def __XMasSnow_Enable(self, mode): kod bloğunun altına ekle::
Genişlet Daralt Kopyala
    def GetInputBegin(self):
        constInfo.INPUT_IGNORE = 1

    def GetInputEnd(kendi):
        constInfo.INPUT_IGNORE = 0[/KOD]

"PlayMusic": self.__PlayMusic, altına:
[CODE]            "getinputbegin" : self.GetInputBegin,
            "getinputend" : self.GetInputEnd,

def OpenQuestWindow(self, skin, idx)::
Kod:
Genişlet Daralt Kopyala
    def OpenQuestWindow(self, skin, idx):
 kod bloğunu arat

değiştir
Kod:
Genişlet Daralt Kopyala
    def OpenQuestWindow(self, skin, idx):
        if constInfo.INPUT_IGNORE == 1:
            return

        self.interface.OpenQuestWindow(skin, idx)

constinfo'da herhangi bi yere

INPUT_IGNORE = 0 ekle
 
Linkleri görebilmek için giriş yap veya kayıt ol.

 
Geri
Üst