- Mesaj
- 107
- Beğeni
- 27
- Puan
- 459
@TheAdmin33
Üstadlar game build ederken bu hata ile karşılaşıyorum sebebi nedir sizce eklemek istediğim sistem bu
Aldiğim Hata Şöyle :
Üstadlar game build ederken bu hata ile karşılaşıyorum sebebi nedir sizce eklemek istediğim sistem bu
Aldiğim Hata Şöyle :
Syserr:
char.cpp: In member function 'void CHARACTER::OnAlignUpdate(BYTE)':
char.cpp:7976:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 20, 0, 60*60*60*365, 0, true);
^
char.cpp:7977:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 20, 0, 60*60*60*365, 0, t rue);
^
char.cpp:7986:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 16, 0, 60*60*60*365, 0, true);
^
char.cpp:7987:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 16, 0, 60*60*60*365, 0, t rue);
^
char.cpp:7997:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 14, 0, 60*60*60*365, 0, true);
^
char.cpp:7998:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 14, 0, 60*60*60*365, 0, t rue);
^
compile db.cpp
char.cpp:8007:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 12, 0, 60*60*60*365, 0, true);
^
char.cpp:8008:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 12, 0, 60*60*60*365, 0, t rue);
^
char.cpp:8017:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 10, 0, 60*60*60*365, 0, true);
^
char.cpp:8018:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 10, 0, 60*60*60*365, 0, t rue);
^
char.cpp:8027:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 8, 0, 60*60*60*365, 0, t rue);
^
char.cpp:8028:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 8, 0, 60*60*60*365, 0, tr ue);
^
char.cpp:8037:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 6, 0, 60*60*60*365, 0, t rue);
^
char.cpp:8038:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 6, 0, 60*60*60*365, 0, tr ue);
^
char.cpp:8047:34: error: 'POINT_ATTBONUS_METIN' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS2, POINT_ATTBONUS_METIN, 4, 0, 60*60*60*365, 0, t rue);
^
char.cpp:8048:34: error: 'POINT_ATTBONUS_BOSS' was not declared in this scope
AddAffect(AFFECT_ALIGN_BONUS3, POINT_ATTBONUS_BOSS, 4, 0, 60*60*60*365, 0, tr ue);
^
Son düzenleme: