Beiträge von NeoFSN
-
-
-
-
-
Also wenn ich auf das Siegel drücke passiert nichts.
Muss man die vnum vom Siegel noch irgendwo in der Source verlinken?
-
Hab das ander selber gelöst. Waren paar Fehler von mir aus. Aber es geht einfach weiter xD:
Code- questlua_horse.cpp:53:35: error: use of undeclared identifiercompile questlua_party.cpp
- 'CArenaManager'; did you mean
- 'CQuestManager'?
- if (ch->GetMapIndex() == 113 || CArenaManager::instance().IsArenaMap(ch->GetMapIn...
- ^~~~~~~~~~~~~
- CQuestManager
- ./questmanager.h:16:8: note: 'CQuestManager' declared here
- class CQuestManager : public singleton<CQuestManager>
- ^
- questlua_horse.cpp:53:61: error: no member named 'IsArenaMap' in 'quest::CQuestManager'
- if (ch->GetMapIndex() == 113 || CArenaManager::instance().IsArenaMap(ch->GetMapIn...
- ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- questlua_horse.cpp:73:35: error: use of undeclared identifier 'CArenaManager'; did you mean
- 'CQuestManager'?
- if (ch->GetMapIndex() == 113 || CArenaManager::instance().IsArenaMap(ch->GetMapIn...
- ^~~~~~~~~~~~~
- CQuestManager
- ./questmanager.h:16:8: note: 'CQuestManager' declared here
- class CQuestManager : public singleton<CQuestManager>
- ^
- questlua_horse.cpp:73:61: error: no member named 'IsArenaMap' in 'quest::CQuestManager'
- if (ch->GetMapIndex() == 113 || CArenaManager::instance().IsArenaMap(ch->GetMapIn...
- ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- compile questlua_pc.cpp
- 4 errors generated.
- gmake: *** [Makefile:99: .obj/questlua_horse.o] Error 1
- gmake: *** Waiting for unfinished jobs....
-
char.cpp:1824:compile desc.cpp
2: compile desc_client.cpp
error: expected unqualified-id
if (m_mountSystem)
^
char.cpp:1830:2: error: C++ requires a type specifier for all declarations
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 desc_manager.cpp
3 errors generated.
gmake: *** [Makefile:99: .obj/char.o] Error 1
gmake: *** Waiting for unfinished jobs....
cmd_general.cpp:1723:2: error: expected unqualified-id
if (pMount)
^
1 error generated.
gmake: *** [Makefile:98: .obj/cmd_general.o] Error 1
-
Wie mach ich das denn richtig?
-
Liegt der Fehler nur dort?
-
Hab ich. Geht trotzdem nicht
-
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
-
Moin Leute,
der fehler tritt auf wenn ich zum Beispiel ein Mount reite. Mit dem Mount werde ich zurück geportet und wenn ich zum Beispiel in der Stadt angekommen bin, dann brauchen die npc ewig lange um zu spawnen
-
Ist fertig. Bei mir was das Problem, dass er keine tabs gemacht hat.
-
Die Lösung die du mir da verlinkt hast, habe ich schon ausprobiert. 1:1 alles nachgemacht und dann schließt sich mein client direkt nach dem anmelden
-
Bitte melden Sie sich an, um diesen Link zu sehen.
"Einrueckungsfehler"Das war vor 2 Jahren. Habe vor einer Woche wieder angefangen und muss wieder rein kommen
Hab es jetzt damit versucht, aber ging auch net.
Code- elif 53005 == itemVnum:
- if 0 != metinSlot:
- self.SetTitle[item.GetItemName())
- self.AppendTextLine("[Baby-Azrael]", grp.GenerateColor(1.0 ,3.0 , 2.0, 3.0))
- self.AppendSpace(7) #Platzhalter
- self.AppendTextLine("Max-HP 10000:", grp.GenerateColor(0.118, 0.565, 1.0, 1.0))
- self.AppendTextLine("Stark gegen Monster 30%:", , grp.GenerateColor(0.118, 0.565, 1.0, 1.0))
- self.ShowToolTip()
- return
dann lies doch mal und probier aus. Den Fehler wirste noch oefters haben.
den Fehler mit der Klammer[ habe ichgeändert. Irgendwas ist am if 0 != metinSlot: falsch oder? Weil sonst sehe ich da keinen Fehler
-
Das war vor 2 Jahren. Habe vor einer Woche wieder angefangen und muss wieder rein kommen
Hab es jetzt damit versucht, aber ging auch net.
Code- elif 53005 == itemVnum:
- if 0 != metinSlot:
- self.SetTitle[item.GetItemName())
- self.AppendTextLine("[Baby-Azrael]", grp.GenerateColor(1.0 ,3.0 , 2.0, 3.0))
- self.AppendSpace(7) #Platzhalter
- self.AppendTextLine("Max-HP 10000:", grp.GenerateColor(0.118, 0.565, 1.0, 1.0))
- self.AppendTextLine("Stark gegen Monster 30%:", , grp.GenerateColor(0.118, 0.565, 1.0, 1.0))
- self.ShowToolTip()
- return
-
Code
- 0119 14:38:11067 ::
- networkModule.py(line:208) SetSelectCharacterPhase
- system.py(line:130) __pack_import
- system.py(line:110) _process_result
- introSelect.py(line:23) <module>
- system.py(line:130) __pack_import
- system.py(line:110) _process_result
- uiAffectShower.py(line:8) <module>
- system.py(line:130) __pack_import
- networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiToolTip.py, line 856)
- 0119 14:38:11067 :: ============================================================================================================
- 0119 14:38:11067 :: Abort!!!!
haut er mich auch raus
-
Code
- 0119 14:33:09694 ::
- networkModule.py(line:208) SetSelectCharacterPhase
- system.py(line:130) __pack_import
- system.py(line:110) _process_result
- introSelect.py(line:23) <module>
- system.py(line:130) __pack_import
- system.py(line:110) _process_result
- uiAffectShower.py(line:8) <module>
- system.py(line:130) __pack_import
- networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiToolTip.py, line 856)
- 0119 14:33:09694 :: ============================================================================================================
- 0119 14:33:09694 :: Abort!!!!
@Bitte melden Sie sich an, um diesen Link zu sehen. hab es genau so gemacht und trotzdem
-
Code
- 0119 14:26:06443 ::
- networkModule.py(line:208) SetSelectCharacterPhase
- system.py(line:130) __pack_import
- system.py(line:110) _process_result
- introSelect.py(line:23) <module>
- system.py(line:130) __pack_import
- system.py(line:110) _process_result
- uiAffectShower.py(line:8) <module>
- system.py(line:130) __pack_import
- networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiToolTip.py, line 838)
- 0119 14:26:06443 :: ============================================================================================================
- 0119 14:26:06443 :: Abort!!!!
-
Bei mir schließt sich der Client, direkt nach dem einloggen.
Was mach ich falsch..