Thank you, just checked back here for the guide, downloaded it somewhere else. Thank you though![]()
Thank you, just checked back here for the guide, downloaded it somewhere else. Thank you though![]()
Ha no problem, this week im really busy sorry for my response time being slowed.
i'm not that experienced in c++ programming, but i've tried to compile ascent to.. as they say i should to fix this but don't work, you see when i build the solution an error coming up in the error bar, it can't find Ascent-Lib, please help me
As always Sector another quality guide +Rep![]()
Hahaha thanks, and you don't need any experience in C++ programming.
Good job yet again S7! +repzors!
Lol, thanks man!
can someone please help me i keep getting this error message and i have gone though 2 ascent SVN sites including the one SectorSeven gave
1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
1>Compiling...
1>Gossip_Battlemaster.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC\Gossip_Battlemaster.cpp': No such file or directory
1>Setup.cpp
1>c:\SVN\Ascent\trunk\src\ascent-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1>Build log was saved at "file://c:\SVN\Ascent\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm "
1>GlobalNPC - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
it cant find the zlib on both am i doing something wrong?
1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC\Gossip_Battlemaster.cpp': No such file or directory
This error can be ignored lol i forgot to take it out but i still get the error with the zlib
I am getting this :
1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
1>Compiling...
1>GlobalNPC.cpp
1>..\src\GlobalNPC\GlobalNPC.cpp(1) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(3) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(5) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(1: error C2059: syntax error : 'public'
1>..\src\GlobalNPC\GlobalNPC.cpp(20) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(20) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(39) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(40) : error C2653: 'GlobalNPC' : is not a class or namespace name
1>..\src\GlobalNPC\GlobalNPC.cpp(42) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(42) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(83) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(86) : error C2653: 'GlobalNPC' : is not a class or namespace name
1>..\src\GlobalNPC\GlobalNPC.cpp(8: error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(8: error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(1457) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(1460) : error C2653: 'GlobalNPC' : is not a class or namespace name
1>..\src\GlobalNPC\GlobalNPC.cpp(1462) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(1462) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(1467) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(1472) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(1472) : error C2447: '{' : missing function header (old-style formal list?)
1>Setup.cpp
1>c:\Documents and Settings\Emil\Skrivbord\Emu\WoWEmu\SVN\Revision 283\trunk\src\ascent-world\ScriptSetup.h(25) : fatal error C1083: Cannot open include file: 'svn_revision.h': No such file or directory
1>Build log was saved at "file://c:\Documents and Settings\Emil\Skrivbord\Emu\WoWEmu\SVN\Revision 283\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm"
1>GlobalNPC - 22 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
What have i done wrong?
FinnZor That looks like you have an old version and its being mixed with a new one
either that or when it was edited something got deleted that was not supposed to.
I am not an expert in C++ or ascent emu so this is just a guess.
Hey, everything works fine except when it gets up to the part in loading the Warper, it says
1>c1xx : fatal error C1083: Cannot open source file: '.\...\src\Warpnpc\[EcKO-WoW] Teleporter.cpp': Invalid argument. The path and the name is correct, do you have any idea why this might be happening?
Just use it like I did, using the brackets and the space may throw you off.
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2332: 'class' : missing tag name
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2011: '<unnamed-tag>' : 'enum' type redefinition
1> C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\DbgHelp.h(2866) : see declaration of '<unnamed-tag>'
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2143: syntax error : missing ';' before '['
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2337: 'EcKO' : attribute not found
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2143: syntax error : missing ']' before '-'
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2059: syntax error : '-'
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2059: syntax error : 'public'
1>..\src\Warpnpc\Warpnpc.cpp(10) : error C2143: syntax error : missing ';' before '{'
1>..\src\Warpnpc\Warpnpc.cpp(10) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\Warpnpc\Warpnpc.cpp(146) : error C2065: 'Warpnpc' : undeclared identifier
1>..\src\Warpnpc\Warpnpc.cpp(146) : error C2059: syntax error : ')'
Lol now all of this comes up any idea how to fix this?
Last edited by vince20; 07-07-2008 at 11:09 PM.
Did you get the latest version? Its not a compile problem (that you did) its an error in the script.