your script dont work this is what it gives for me
Code:
GuildSystem.cpp
..\..\..\..\GuildSystem.cpp(51) : error C2061: syntax error : identifier 'ObjectPointer'
..\..\..\..\GuildSystem.cpp(52) : error C2061: syntax error : identifier 'ObjectPointer'
..\..\..\..\GuildSystem.cpp(53) : error C2061: syntax error : identifier 'ObjectPointer'
..\..\..\..\GuildSystem.cpp(62) : error C2061: syntax error : identifier 'ObjectPointer'
..\..\..\..\GuildSystem.cpp(63) : error C2061: syntax error : identifier 'ObjectPointer'
..\..\..\..\GuildSystem.cpp(64) : error C2061: syntax error : identifier 'ObjectPointer'
..\..\..\..\GuildSystem.cpp(70) : error C2065: 'PlayerPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(70) : error C2146: syntax error : missing ')' before identifier 'Plr'
..\..\..\..\GuildSystem.cpp(70) : error C2182: 'AddItem' : illegal use of type 'void'
..\..\..\..\GuildSystem.cpp(70) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(71) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(71) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(103) : error C2065: 'ObjectPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(103) : error C2146: syntax error : missing ')' before identifier 'Ob'
..\..\..\..\GuildSystem.cpp(103) : error C2761: 'void H_MANAGER::GossipHello(void)' : member function redeclaration not allowed
..\..\..\..\GuildSystem.cpp(103) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(104) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(104) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(147) : error C2065: 'ObjectPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(147) : error C2146: syntax error : missing ')' before identifier 'Ob'
..\..\..\..\GuildSystem.cpp(147) : error C2761: 'void H_MANAGER::GossipSelectOption(void)' : member function redeclaration not allowed
..\..\..\..\GuildSystem.cpp(147) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(148) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(148) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(217) : error C2065: 'ObjectPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(217) : error C2146: syntax error : missing ')' before identifier 'Ob'
..\..\..\..\GuildSystem.cpp(217) : error C2761: 'void LOWB_ITEM::GossipHello(void)' : member function redeclaration not allowed
..\..\..\..\GuildSystem.cpp(217) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(218) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(218) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(250) : error C2065: 'ObjectPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(250) : error C2146: syntax error : missing ')' before identifier 'Ob'
..\..\..\..\GuildSystem.cpp(250) : error C2761: 'void LOWB_ITEM::GossipSelectOption(void)' : member function redeclaration not allowed
..\..\..\..\GuildSystem.cpp(250) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(251) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(251) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(290) : error C2065: 'ObjectPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(290) : error C2146: syntax error : missing ')' before identifier 'Ob'
..\..\..\..\GuildSystem.cpp(290) : error C2761: 'void H_MANAGER::GossipEnd(void)' : member function redeclaration not allowed
..\..\..\..\GuildSystem.cpp(290) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(291) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(291) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(294) : error C2065: 'ObjectPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(294) : error C2146: syntax error : missing ')' before identifier 'Ob'
..\..\..\..\GuildSystem.cpp(294) : error C2761: 'void LOWB_ITEM::GossipEnd(void)' : member function redeclaration not allowed
..\..\..\..\GuildSystem.cpp(294) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(295) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(295) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(298) : error C2065: 'PlayerPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(298) : error C2146: syntax error : missing ')' before identifier 'Plr'
..\..\..\..\GuildSystem.cpp(298) : error C2182: 'OnNewGuild' : illegal use of type 'void'
..\..\..\..\GuildSystem.cpp(298) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(299) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(299) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(305) : error C2065: 'PlayerPointer' : undeclared identifier
..\..\..\..\GuildSystem.cpp(305) : error C2146: syntax error : missing ')' before identifier 'Plr'
..\..\..\..\GuildSystem.cpp(305) : error C2182: 'OnJoinGuild' : illegal use of type 'void'
..\..\..\..\GuildSystem.cpp(305) : error C2059: syntax error : ')'
..\..\..\..\GuildSystem.cpp(306) : error C2143: syntax error : missing ';' before '{'
..\..\..\..\GuildSystem.cpp(306) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\..\GuildSystem.cpp(319) : error C2664: 'ScriptMgr::register_hook' : cannot convert parameter 2 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
..\..\..\..\GuildSystem.cpp(320) : error C2664: 'ScriptMgr::register_hook' : cannot convert parameter 2 from 'int' to 'void *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
PvPToken.cpp
Portals.cpp
L80etc.cpp
Insta80.cpp
Build log was saved at "file://c:\Documents and Settings\eatos\Desktop\2830\src\scripts\projects\2008_int_release_extrascripts\BuildLog.htm"
ExtraScripts - 62 error(s), 2 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========