Does anyone know if this will compile proper for arcemu I have compiled it a few times with one menu error. used moon and lau and even though there is no errors. When I spawn the npc there is no text just the basic DUH what do you want.
Anyhelp would be appreciated.. AND I have searched. Most of everything I have found is for the ascent branch. There is changes made in ascent to arc
thank you .
1>------ Build started: Project: GossipScripts, Configuration: Debug Win32 ------
1>Compiling...
1>Setup.cpp
1>c:\scarletwow\src\arcemu-world\../arcemu-shared/Auth/MD5.h(62) : fatal error C1083: Cannot open include file: 'openssl/e_os2.h': No such file or directory
1>Gossip_Battlemaster.cpp
1>c:\scarletwow\src\arcemu-world\../arcemu-shared/Auth/MD5.h(62) : fatal error C1083: Cannot open include file: 'openssl/e_os2.h': No such file or directory
1>Gossip_Innkeepers.cpp
1>c:\scarletwow\src\arcemu-world\../arcemu-shared/Auth/MD5.h(62) : fatal error C1083: Cannot open include file: 'openssl/e_os2.h': No such file or directory
1>GuardGossip.cpp
1>c:\scarletwow\src\arcemu-world\../arcemu-shared/Auth/MD5.h(62) : fatal error C1083: Cannot open include file: 'openssl/e_os2.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\ScarletWoW\src\scripts\projects\2008_int_debug_ gossipscripts\BuildLog.htm"
1>GossipScripts - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Compiling...
Warper.cpp
..\src\GossipScripts\Warper.cpp(31) : error C2065: 'Menu' : undeclared identifier
..\src\GossipScripts\Warper.cpp(32) : error C2065: 'Menu' : undeclared identifier
..\src\GossipScripts\Warper.cpp(32) : error C2227: left of '->AddItem' must point to class/struct/union/generic type
type is ''unknown-type''
..\src\GossipScripts\Warper.cpp(33) : error C2065: 'Menu' : undeclared identifier
..\src\GossipScripts\Warper.cpp(33) : error C2227: left of '->AddItem' must point to class/struct/union/generic type
type is ''unknown-type''
..\src\GossipScripts\Warper.cpp(34) : error C2065: 'Menu' : undeclared identifier
..\src\GossipScripts\Warper.cpp(34) : error C2227: left of '->SendTo' must point to class/struct/union/generic type
type is ''unknown-type''
..\src\GossipScripts\Warper.cpp(50) : error C2065: 'Warpnpc' : undeclared identifier
..\src\GossipScripts\Warper.cpp(50) : error C2059: syntax error : ')'