Es geht um folgendes, was ich einfügen wollte:
Bitte melden Sie sich an, um diesen Link zu sehen.
Bitte keine unnötigen Kommentare! Es haben schon auch 2 andere versucht zu helfen, leider ohne erfolg.
Gerne auch per AnyDesk wenn es einfach ist, als es zu schreiben.
Der/Die Fehler:
Code
- char.cpp:1824:2: error: expected unqualified-id
- if (m_mountSystem)
- ^
- compile desc_p2p.cpp
- char.cpp:1830:2: error: C++ requires a type specifier for all declarations
- compile dev_log.cpp
- m_mountSystem = M2_NEW CMountSystem(this);
- ^
- char.cpp:1830:38: error: invalid use of 'this' outside of a non-static member function
- m_mountSystem = M2_NEW CMountSystem(this);
- ^
- compile dungeon.cpp
- char.cpp:2293:34: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you mean
- 'WEAR_COSTUME_BODY'?
- if (GetMountVnum() && !GetWear(WEAR_COSTUME_MOUNT))
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- compile empire_text_convert.cpp
- char.cpp:7225:29: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you mean
- 'WEAR_COSTUME_BODY'?
- LPITEM mountItem = GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- char_item.cpp:6204:68: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you
- mean 'WEAR_COSTUME_BODY'?
- ...BYTE abSlot[] = { WEAR_COSTUME_BODY, WEAR_COSTUME_HAIR, WEAR_COSTUME_MOUNT };
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- char.cpp:7256:18: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you mean
- 'WEAR_COSTUME_BODY'?
- return (GetWear(WEAR_COSTUME_MOUNT) || FindAffect(AFFECT_MOUNT));
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- char_item.cpp:6867:22: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you
- mean 'WEAR_COSTUME_BODY'?
- LPITEM u = GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- compile entity.cpp
- char_item.cpp:6899:22: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you
- mean 'WEAR_COSTUME_BODY'?
- LPITEM u = GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- char_item.cpp:7201:27: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you
- mean 'WEAR_COSTUME_BODY'?
- LPITEM Unique3 = GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- char_item.cpp:7454:13: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you
- mean 'WEAR_COSTUME_BODY'?
- (GetWear(WEAR_COSTUME_MOUNT) && GetWear(WEAR_COSTUME_MOU...
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- char_item.cpp:7454:44: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did you
- mean 'WEAR_COSTUME_BODY'?
- ...(GetWear(WEAR_COSTUME_MOUNT) && GetWear(WEAR_COSTUME_MOUNT)->IsSameSpecialGroup(...
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- compile entity_view.cpp
- compile event.cpp
- cmd_general.cpp:1333:17: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did
- you mean 'WEAR_COSTUME_BODY'?
- if(ch->GetWear(WEAR_COSTUME_MOUNT))
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:6 errors generated.
- gmake: *** [Makefile:99: .obj/char_item.o] Error 1
- gmake: *** Waiting for unfinished jobs....
- 6130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- errors generated.
- gmake: *** [Makefile:99: .obj/char.o] Error 1
- cmd_general.cpp:1336:30: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did
- you mean 'WEAR_COSTUME_BODY'?
- LPITEM mount = ch->GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- cmd_general.cpp:1688:30: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did
- you mean 'WEAR_COSTUME_BODY'?
- CItem* pMount = ch->GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- cmd_general.cpp:1723:2: error: expected unqualified-id
- if (pMount)
- ^
- cmd_general.cpp:2030:17: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did
- you mean 'WEAR_COSTUME_BODY'?
- if(ch->GetWear(WEAR_COSTUME_MOUNT))
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- cmd_general.cpp:2033:30: error: use of undeclared identifier 'WEAR_COSTUME_MOUNT'; did
- you mean 'WEAR_COSTUME_BODY'?
- LPITEM mount = ch->GetWear(WEAR_COSTUME_MOUNT);
- ^~~~~~~~~~~~~~~~~~
- WEAR_COSTUME_BODY
- ./../../common/length.h:130:2: note: 'WEAR_COSTUME_BODY' declared here
- WEAR_COSTUME_BODY, // 19
- ^
- 6 errors generated.
- gmake: *** [Makefile:98: .obj/cmd_general.o] Error 1