Ah, np. Thanks a lot.
Ah, np. Thanks a lot.
Excellent Guide S7. I'll +Rep when possable.
Thanks, I appreciate the feedback.
I +Rep you. Have you got a guide on importing your own Database?![]()
Yeah, go to my profile and click "Threads by SectorSeven"
------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
Compiling...
Setup.cpp
Linking...
LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored
Creating library ..\..\..\bin\debug\script_bin/GlobalNPC.lib and object ..\..\..\bin\debug\script_bin/GlobalNPC.exp
Setup.obj : error LNK2001: unresolved external symbol "void __cdecl SetupGlobalNPC(class ScriptMgr *)" (?SetupGlobalNPC@@YAXPAVScriptMgr@@@Z)
../../../bin/release/script_bin/GlobalNPC.dll : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://c:\Documents and Settings\Zach\Desktop\SVN\Ascent\trunk\src\scripts\projects\2008_int_release_Glo balNPC\BuildLog.htm"
GlobalNPC - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
getting this error when compiling. If you have a guide to a custom warp NPC. That would be awsome. Been looking forever. Thanks in advance
I think for some reason it's try to go debug. I set it to Release though.
bump Please help
i keep getting this error
can anyone help me with the problem?Code:1>------ Build started: Project: NPCteleporter, Configuration: Release Win32 ------ 1>Compiling... 1>NPCteleporter.cpp 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'mgr' : undeclared identifier 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2182: 'SetupGlobalNPC' : illegal use of type 'void' 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation 1>Setup.cpp 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'mgr' : undeclared identifier 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2182: 'SetupGlobalNPC' : illegal use of type 'void' 1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation 1>Build log was saved at "file://c:Documents and SettingsHP_AdministratorDesktopPedregon's 2.4.3 RepackArcEmuscript_bin2008_int_release_NPCteleporterBuildLog.htm" 1>NPCteleporter - 8 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Nice work Sector, we'll miss you![]()
1>------ Build started: Project: globalNPC, Configuration: Release Win32 ------
1>Compiling...
1>GlobalNPC.cpp
1>..\src\GlobalNPC\GlobalNPC.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
1>Setup.cpp
1>..\src\GlobalNPC\Setup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
1>Build log was saved at "file://d:\ArcEmu\trunk\src\scripts\projects\Release\BuildLog.htm"
1>globalNPC - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Please help! ty
humm.. i am getting this error:
1>..\src\GlobalNPC\GlobalNPC.cpp(217) : error C2105: '--' needs l-value
I followed exactly the guide and the video but svn_revision.h is missing and all the other stuff are correct where can i find this file?
Perhaps I'm just retarded lately... for all intents and purposes this should be cake for me, but what exactly does this mean I'm doing wrong?
TeleportItem.cpp
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'mgr' : undeclared identifier
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2182: 'SetupTeleportItem' : illegal use of type 'void'
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Setup.cpp
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'mgr' : undeclared identifier
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2182: 'SetupTeleportItem' : illegal use of type 'void'
********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
You used the wrong void statements to compile your script![]()