- Katılım
- 12 May 2019
- Konular
- 3
- Mesajlar
- 54
- Online süresi
- 3d 11h
- Reaksiyon Skoru
- 25
- Altın Konu
- 0
- TM Yaşı
- 7 Yıl 26 Gün
- Başarım Puanı
- 37
- MmoLira
- 254
- DevLira
- 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!
e bu eksik kardeşim ?
- Katılım
- 10 Nis 2022
- Konular
- 208
- Mesajlar
- 3,544
- Çözüm
- 68
- Online süresi
- 3mo 20d
- Reaksiyon Skoru
- 2,082
- Altın Konu
- 61
- Başarım Puanı
- 211
- MmoLira
- 1,419
- DevLira
- 3
Eksik birşey yok dostum.e bu eksik kardeşim ?
- Katılım
- 18 Mar 2022
- Konular
- 0
- Mesajlar
- 1
- Online süresi
- 1d 15h
- Reaksiyon Skoru
- 1
- Altın Konu
- 0
- TM Yaşı
- 4 Yıl 2 Ay 19 Gün
- Başarım Puanı
- 16
- MmoLira
- 87
- DevLira
- 0
do you have his tournament or pvp systems?
- Katılım
- 23 May 2020
- Konular
- 1
- Mesajlar
- 8
- Online süresi
- 14d 22h
- Reaksiyon Skoru
- 2
- Altın Konu
- 0
- TM Yaşı
- 6 Yıl 13 Gün
- Başarım Puanı
- 45
- MmoLira
- 1,023
- DevLira
- 0
u have his equip effect system?
- Katılım
- 3 Şub 2014
- Konular
- 1
- Mesajlar
- 58
- Online süresi
- 26d 14h
- Reaksiyon Skoru
- 15
- Altın Konu
- 0
- TM Yaşı
- 12 Yıl 4 Ay 4 Gün
- Başarım Puanı
- 96
- MmoLira
- 6,363
- DevLira
- 0
char.cpp: In member function 'void CHARACTER::ComputePoints()':
char.cpp:2486:15: error: 'class CPetSystem' has no member named 'RefreshBuff'
2486 | pPetSystem->RefreshBuff();
| ^~~~~~~~~~~
char.cpp: At global scope:
char.cpp:7763:6: error: no declaration matches 'void CHARACTER::SetProtectTime(c onst string&, int)'
7763 | void CHARACTER::SetProtectTime(const std::string& flagname, int value)
| ^~~~~~~~~
char.cpp:7763:6: note: no functions named 'void CHARACTER::SetProtectTime(const string&, int)'
In file included from char.cpp:6:
char.h:555:7: note: 'class CHARACTER' defined here
555 | class CHARACTER : public CEntity, public CFSM, public CHorseRider
| ^~~~~~~~~
char.cpp:7771:5: error: no declaration matches 'int CHARACTER::GetProtectTime(co nst string&) const'
7771 | int CHARACTER::GetProtectTime(const std::string& flagname) const
| ^~~~~~~~~
char.cpp:7771:5: note: no functions named 'int CHARACTER::GetProtectTime(const s tring&) const'
In file included from char.cpp:6:
char.h:555:7: note: 'class CHARACTER' defined here
555 | class CHARACTER : public CEntity, public CFSM, public CHorseRider
| ^~~~~~~~~
compiling char_horse.cpp
compiling char_item.cpp
gmake: *** [Makefile:184: .obj/char.o] Error 1
gmake: *** Waiting for unfinished jobs....
char_item.cpp: In member function 'bool CHARACTER::UseItemEx(LPITEM, TItemPos)':
char_item.cpp:1985:8: error: 'GetProtectTime' was not declared in this scope; di d you mean 'GetProtege'?
1985 | if (GetProtectTime("newpet.ride") > now)
| ^~~~~~~~~~~~~~
| GetProtege
char_item.cpp:1990:4: error: 'SetProtectTime' was not declared in this scope
1990 | SetProtectTime("newpet.ride", now + 1);
| ^~~~~~~~~~~~~~
char_item.cpp:2283:12: warning: unused variable 'petExp' [-Wunused-variable]
2283 | DWORD petExp = petActor->GetNextExp();
I have these mistakes, who can help me solve them?
char.cpp:2486:15: error: 'class CPetSystem' has no member named 'RefreshBuff'
2486 | pPetSystem->RefreshBuff();
| ^~~~~~~~~~~
char.cpp: At global scope:
char.cpp:7763:6: error: no declaration matches 'void CHARACTER::SetProtectTime(c onst string&, int)'
7763 | void CHARACTER::SetProtectTime(const std::string& flagname, int value)
| ^~~~~~~~~
char.cpp:7763:6: note: no functions named 'void CHARACTER::SetProtectTime(const string&, int)'
In file included from char.cpp:6:
char.h:555:7: note: 'class CHARACTER' defined here
555 | class CHARACTER : public CEntity, public CFSM, public CHorseRider
| ^~~~~~~~~
char.cpp:7771:5: error: no declaration matches 'int CHARACTER::GetProtectTime(co nst string&) const'
7771 | int CHARACTER::GetProtectTime(const std::string& flagname) const
| ^~~~~~~~~
char.cpp:7771:5: note: no functions named 'int CHARACTER::GetProtectTime(const s tring&) const'
In file included from char.cpp:6:
char.h:555:7: note: 'class CHARACTER' defined here
555 | class CHARACTER : public CEntity, public CFSM, public CHorseRider
| ^~~~~~~~~
compiling char_horse.cpp
compiling char_item.cpp
gmake: *** [Makefile:184: .obj/char.o] Error 1
gmake: *** Waiting for unfinished jobs....
char_item.cpp: In member function 'bool CHARACTER::UseItemEx(LPITEM, TItemPos)':
char_item.cpp:1985:8: error: 'GetProtectTime' was not declared in this scope; di d you mean 'GetProtege'?
1985 | if (GetProtectTime("newpet.ride") > now)
| ^~~~~~~~~~~~~~
| GetProtege
char_item.cpp:1990:4: error: 'SetProtectTime' was not declared in this scope
1990 | SetProtectTime("newpet.ride", now + 1);
| ^~~~~~~~~~~~~~
char_item.cpp:2283:12: warning: unused variable 'petExp' [-Wunused-variable]
2283 | DWORD petExp = petActor->GetNextExp();
I have these mistakes, who can help me solve them?
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
Altın Konu
C++ Web Panel Runtime Yönetim Sistemi
- Cevaplar
- 26
- Görüntüleme
- 2K
- Cevaplar
- 14
- Görüntüleme
- 760
- Kilitli
Altın Konu
[ System ] Max FPS - 220 Mode
- Cevaplar
- 70
- Görüntüleme
- 14K
Altın Konu
[ System ] Global Ranking Aeldra
- Cevaplar
- 34
- Görüntüleme
- 15K








