- Katılım
- 2 Şub 2015
- Konular
- 230
- Mesajlar
- 2,001
- Çözüm
- 2
- Online süresi
- 3mo 24d
- Reaksiyon Skoru
- 1,027
- Altın Konu
- 0
- Başarım Puanı
- 276
- MmoLira
- 5,706
- DevLira
- 31
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!
Error 3 error LNK2001: unresolved external symbol "public: bool __thiscall CPythonNetworkStream::SendExchangeChequeAddPacket(unsigned char)" (?SendExchangeChequeAddPacket@CPythonNetworkStream@@QAE_NE@Z) D:\source_client_vertia_29_11_2016\client\UserInterface\PythonNetworkStreamModule.obj UserInterface
Error 4 error LNK1120: 1 unresolved externals D:\source_client_vertia_29_11_2016\client\bin\metin2client.exe UserInterface
screen error:Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
PythonNetworkStreamModule.cpp:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
PythonNetworkStream.h:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
PythonNetworkStreamPhaseGame.cpp
Find: bool CPythonNetworkStream::SendExchangeElkAddPacket(DWORD elk)
Add After:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Katılım
- 6 May 2016
- Konular
- 1
- Mesajlar
- 65
- Çözüm
- 1
- Online süresi
- 3d 10h
- Reaksiyon Skoru
- 2
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 1 Ay 1 Gün
- Başarım Puanı
- 64
- MmoLira
- 570
- DevLira
- 0
Hy Turkmmo pls help my
char.cpp
this function whathis problem?
for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
{
#ifdef ENABLE_CHEQUE_SYSTEM
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].price.dwPrice = it->second.dwPrice;
header.aPriceInfo[idx].price.byChequePrice = it->second.byChequePrice;
#else
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].dwPrice = it->second;
#endif
idx++;
}
compiling error whit this:
char.cpp:803: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:803: error: 'idx' was not declared in this scope
char.cpp:804: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:805: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
pls help thanks!
char.cpp
this function whathis problem?
for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
{
#ifdef ENABLE_CHEQUE_SYSTEM
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].price.dwPrice = it->second.dwPrice;
header.aPriceInfo[idx].price.byChequePrice = it->second.byChequePrice;
#else
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].dwPrice = it->second;
#endif
idx++;
}
compiling error whit this:
char.cpp:803: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:803: error: 'idx' was not declared in this scope
char.cpp:804: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:805: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
pls help thanks!
- Katılım
- 2 Şub 2015
- Konular
- 230
- Mesajlar
- 2,001
- Çözüm
- 2
- Online süresi
- 3mo 24d
- Reaksiyon Skoru
- 1,027
- Altın Konu
- 0
- Başarım Puanı
- 276
- MmoLira
- 5,706
- DevLira
- 31
Hy Turkmmo pls help my
char.cpp
this function whathis problem?
for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
{
#ifdef ENABLE_CHEQUE_SYSTEM
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].price.dwPrice = it->second.dwPrice;
header.aPriceInfo[idx].price.byChequePrice = it->second.byChequePrice;
#else
header.aPriceInfo[idx].dwVnum = it->first;
header.aPriceInfo[idx].dwPrice = it->second;
#endif
idx++;
}
compiling error whit this:
char.cpp:803: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:803: error: 'idx' was not declared in this scope
char.cpp:804: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
char.cpp:805: error: 'struct TPacketMyshopPricelistHeader' has no member named 'Info'
pls help thanks!
char.cpp
aratılır: for (itertype(itemkind) it = itemkind.begin(); it != itemkind.end(); ++it)
değiştirilir:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Katılım
- 13 Ocak 2017
- Konular
- 76
- Mesajlar
- 818
- Reaksiyon Skoru
- 279
- Altın Konu
- 0
- TM Yaşı
- 9 Yıl 4 Ay 24 Gün
- Başarım Puanı
- 180
- MmoLira
- 599
- DevLira
- 0
forumda bir önceki won sistemi offlineshop uyarlıydı sanırım ona bakarak bunda uyarlama yapabilir yapamayan arkadaşlar
- Katılım
- 6 May 2016
- Konular
- 1
- Mesajlar
- 65
- Çözüm
- 1
- Online süresi
- 3d 10h
- Reaksiyon Skoru
- 2
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 1 Ay 1 Gün
- Başarım Puanı
- 64
- MmoLira
- 570
- DevLira
- 0
0406 21:30:45255 :: Traceback (most recent call last):
0406 21:30:45255 :: File "ui.py", line 2209, in OnOverInItem
0406 21:30:45255 :: File "ui.py", line 156, in __call__
0406 21:30:45255 :: File "ui.py", line 147, in __call__
0406 21:30:45256 :: File "uiShop.py", line 454, in OverInItem
0406 21:30:45256 :: File "uiToolTip.py", line 648, in SetShopItem
0406 21:30:45257 :: AttributeError
0406 21:30:45257 :: :
0406 21:30:45257 :: 'ItemToolTip' object has no attribute 'AppendSellInfoText'
0406 21:30:45257 ::
pls help thanks!
0406 21:30:45255 :: File "ui.py", line 2209, in OnOverInItem
0406 21:30:45255 :: File "ui.py", line 156, in __call__
0406 21:30:45255 :: File "ui.py", line 147, in __call__
0406 21:30:45256 :: File "uiShop.py", line 454, in OverInItem
0406 21:30:45256 :: File "uiToolTip.py", line 648, in SetShopItem
0406 21:30:45257 :: AttributeError
0406 21:30:45257 :: :
0406 21:30:45257 :: 'ItemToolTip' object has no attribute 'AppendSellInfoText'
0406 21:30:45257 ::
pls help thanks!
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 112
- Görüntüleme
- 13K
- Cevaplar
- 6
- Görüntüleme
- 518
- Cevaplar
- 17
- Görüntüleme
- 1K
- Cevaplar
- 0
- Görüntüleme
- 184
- Cevaplar
- 4
- Görüntüleme
- 202


