C 1
chengdu
xranzei 1
xranzei
zendor2 1
zendor2
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Almira2 1
Almira2
romegames 1
romegames
D 1
delimuratt
melankolıa18 1
melankolıa18
shrpnl 1
shrpnl
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

Cevaplandı Transmutation system error "unknow command server"

  • Konuyu başlatan Konuyu başlatan Nuzzo
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 9
  • Görüntüleme Görüntüleme 558

Nuzzo

Level 2
Üye
Katılım
20 Eki 2022
Konular
30
Mesajlar
94
Çözüm
6
Online süresi
19d 6h
Reaksiyon Skoru
2
Altın Konu
0
TM Yaşı
3 Yıl 7 Ay 19 Gün
Başarım Puanı
58
MmoLira
2,717
DevLira
0
Ticaret - 0%
0   0   0

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

I entered the official transmutation/change look system but get a communication error with the server.

I checked quest, questlua_game, quest_function, game.py but can't figure it out.


syserr:

Kod:
0325 19:42:31105 :: Unknown Server Command ShowChangeDialog 1 | ShowChangeDialog

I added this in game.py in addition to everything else in the system, but I get unknown server command error. It seems like he doesn't see this string

Kod:
        if app.BL_TRANSMUTATION_SYSTEM:
            serverCommandList["ShowChangeDialog"] = self.__ChangeWindowOpen

Thanks for helping
 
Son düzenleme:
Çözüm
Ticaret - 0%
0   0   0
  • Solved, I had stated this in the past:

    Kod:
        PyModule_AddIntConstant(poModule, "BL_TRANSMUTATION_SYSTEM", false);
obviously cancelled the previous if
Did you add anything to PythonApplicationModule.cpp on client source?
 
Did you add anything to PythonApplicationModule.cpp on client source?
Yes I realized now that by removing all the "if app.BL_TRANSMUTATION_SYSTEM" from the python files the system works.
I don't understand though, in pythonapplicationmodule I inserted:


Kod:
#if defined(__BL_TRANSMUTATION__)
    PyModule_AddIntConstant(poModule, "BL_TRANSMUTATION_SYSTEM", true);
#else
    PyModule_AddIntConstant(poModule, "BL_TRANSMUTATION_SYSTEM", false);
#endif
 
  • Solved, I had stated this in the past:

    Kod:
        PyModule_AddIntConstant(poModule, "BL_TRANSMUTATION_SYSTEM", false);
obviously cancelled the previous if
 
Çözüm

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

Geri
Üst