Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] 1st, 2nd, 3rd Job NPCs

Initiate Mage
Joined
Apr 9, 2008
Messages
1
Reaction score
0
help me out iam new ot c++

Linking...
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_2020009(class NPC *)" (?npc_2020009@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_2020011(class NPC *)" (?npc_2020011@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_2020010(class NPC *)" (?npc_2020010@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_2020008(class NPC *)" (?npc_2020008@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1052001(class NPC *)" (?npc_1052001@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1022000(class NPC *)" (?npc_1022000@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1032001(class NPC *)" (?npc_1032001@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1012100(class NPC *)" (?npc_1012100@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
C:\Users\Owner\Desktop\my ms\MapleStoryServer\Debug\MapleStoryServer.exe : fatal error LNK1120: 8 unresolved externals
Build log was saved at "file://c:\Users\Owner\Desktop\my ms\MapleStoryServer\MapleStoryServer\Debug\BuildLog.htm"
 
Initiate Mage
Joined
Aug 6, 2008
Messages
2
Reaction score
0
this is what i Get (Lots of ppl seem to get this error)

Code:
1>------ Build started: Project: MapleStoryServer, Configuration: Debug Win32 ------
1>Compiling...
1>TeleportNPCs.cpp
1>Generating Code...
1>Skipping... (no relevant changes detected)
1>NPCs.cpp
1>3rdJob.cpp
1>MapleIsland.cpp
1>Linking...
1>NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1052001(class NPC *)" (?npc_1052001@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
1>NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1022000(class NPC *)" (?npc_1022000@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
1>NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1032001(class NPC *)" (?npc_1032001@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
1>NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_1012100(class NPC *)" (?npc_1012100@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
1>NPCs.obj : error LNK2019: unresolved external symbol "private: static void __cdecl NPCsScripts::npc_9040000(class NPC *)" (?npc_9040000@NPCsScripts@@CAXPAVNPC@@@Z) referenced in function "public: static void __cdecl NPCsScripts::handle(int,class NPC *)" (?handle@NPCsScripts@@SAXHPAVNPC@@@Z)
1>C:\Documents and Settings\Joost.ROTHWEIL-F5ECA8\Bureaublad\BiesMens Repack +skillmaxer\Debug\MapleStoryServer.exe : fatal error LNK1120: 5 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\Joost.ROTHWEIL-F5ECA8\Bureaublad\BiesMens Repack +skillmaxer\MapleStoryServer\Debug\BuildLog.htm"
1>MapleStoryServer - 6 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========



someone plz help me cause i really need those NPCs to work :D
thnx anyway
 
Newbie Spellweaver
Joined
May 27, 2008
Messages
7
Reaction score
0
i get this error

Code:
1>------ Build started: Project: MapleStoryServer, Configuration: Debug Win32 ------
1>Compiling...
1>NPCs.cpp
1>3rdJob.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\..\..\..\..\AppData\Local\Temp\Rar$DI00.843\3rdJob.cpp': No such file or directory
1>1stJob.cc
1>c1xx : fatal error C1083: Cannot open source file: '..\..\..\..\..\AppData\Local\Temp\Rar$DI00.984\1stJob.cc': No such file or directory
1>Generating Code...
1>Compiling...
1>GameMasters.cpp
1>MapleIsland.cpp
1>Initializing.cpp
1>Generating Code...
1>Skipping... (no relevant changes detected)
1>Maps.cpp
1>Player.cpp
1>Quests.cpp
1>NPCPacket.cpp
1>Build log was saved at "file://c:\Users\Dan\Desktop\EveryThing Maplestory\MapleStory V55\MapleStory\MapleStoryServer\Debug\BuildLog.htm"
1>MapleStoryServer - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

please help if you can
 
Newbie Spellweaver
Joined
May 27, 2008
Messages
7
Reaction score
0
Ok, so i decided im just not gonna use this for a while. so i deleted it. but now when i build it it says its missing the 1st/3rd job file because i did the File > Move 1stJob > MaplestoryServer and stuff and now i need to unadd it how do i do that?
 
Supreme Arcanarch
Loyal Member
Joined
Jul 21, 2008
Messages
969
Reaction score
1
Wow not only a old bump but double posting
 
Xephizion Development
Loyal Member
Joined
Apr 19, 2008
Messages
906
Reaction score
31
This note is for you and everyon who is still interested in TitanMS
Please make a tag like this
[Release][TitanMS] >insert your title here<

Same for OdinMS Developers
please make this tag
[Release][OdinMS]

This will make searching easier and faster...hope everyone hears that...
 
Back
Top