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!
Onun Sattığı Sistem ama Bu Onun Değil.
Hani şu 250 TL olan sistem :m08:
Kod:
char_battle.cpp:182: error: 'iRet' was not declared in this scope
char_battle.cpp:184: error: invalid use of incomplete type 'struct CPetSystem'
char.h:18: error: forward declaration of 'struct CPetSystem'
char_battle.cpp:185: error: invalid use of incomplete type 'struct CPetSystem'
char.h:18: error: forward declaration of 'struct CPetSystem'
char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
char_item.cpp:640: warning: comparison is always false due to limited range of data type
char_item.cpp:666: warning: comparison is always false due to limited range of data type
char_item.cpp: In member function 'void CHARACTER::__OpenPrivateShop()':
char_item.cpp:1562: error: return-statement with a value, in function returning 'void'
gmake: *** [OBJDIR/char_battle.o] Error 1
gmake: *** Waiting for unfinished jobs....
Yardımcı olursanız verilen kodları sorunsuz tabl'ı halde yerleştirdim fakat verilen hatalar belli .
Sorunun oluştuğu dosya : char_battle.cpp
Ellerine sağlık.
Kod:char_battle.cpp:182: error: 'iRet' was not declared in this scope char_battle.cpp:184: error: invalid use of incomplete type 'struct CPetSystem' char.h:18: error: forward declaration of 'struct CPetSystem' char_battle.cpp:185: error: invalid use of incomplete type 'struct CPetSystem' char.h:18: error: forward declaration of 'struct CPetSystem' char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const': char_item.cpp:640: warning: comparison is always false due to limited range of data type char_item.cpp:666: warning: comparison is always false due to limited range of data type char_item.cpp: In member function 'void CHARACTER::__OpenPrivateShop()': char_item.cpp:1562: error: return-statement with a value, in function returning 'void' gmake: *** [OBJDIR/char_battle.o] Error 1 gmake: *** Waiting for unfinished jobs....
Yardımcı olursanız verilen kodları sorunsuz tabl'ı halde yerleştirdim fakat verilen hatalar belli .
Sorunun oluştuğu dosya : char_battle.cpp
Ellerine sağlık.
char_battle.cpp de
Kod:
if (BATTLE_DEAD == iRet && IsPC())
SetVictim(NULL);
[CODE]
Üstteki Satırın Altına Ekle
[CODE]
if (BATTLE_DEAD != iRet && IsPC())
{
if (m_petSystem && m_petSystem->CountSummoned() > 0)
m_petSystem->LaunchAttack(pkVictim);
}
Bu Şekilde Eklenir
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 16
- Görüntüleme
- 1K
- Cevaplar
- 18
- Görüntüleme
- 5K
- Cevaplar
- 7
- Görüntüleme
- 1K
- Cevaplar
- 37
- Görüntüleme
- 2K


