Do you also have problems with some instances like CoT4 or instance's script ?
Do you also have problems with some instances like CoT4 or instance's script ?
These ads disappear when you log in.
Ei What i want is to create a server...1.12.1 xP and patch it by my self but i wanted to start from the begining...u look like an expert and if u could explain me how to because e love WoW and i wanted to have my own if i cant compile an repack xP Can u help me? :S
6I am getting this error when i try starting Mangosd.exe:
2011-01-01 23:20:41 Using configuration file mangosd.conf.
2011-01-01 23:20:41 World Database: 127.0.0.1;3306;root;mangos;mangos
2011-01-01 23:20:41 MySQL client library: 5.1.49
2011-01-01 23:20:41 MySQL server ver: 5.1.54-community
2011-01-01 23:20:41 ERROR:SQL: SELECT required_10932_01_mangos_game_event_creature_data FROM db_version LIMIT 1
2011-01-01 23:20:41 ERROR:query ERROR: Unknown column 'required_10932_01_mangos_game_event_creature_data' in 'field list'
2011-01-01 23:20:41 ERROR:The table `db_version` in your [WORLD] database indicates that this database is out of date!
2011-01-01 23:20:41 ERROR:
2011-01-01 23:20:41 ERROR: [A] You have: --> `10946_01_mangos_spell_proc_event.sql`
2011-01-01 23:20:41 ERROR:
2011-01-01 23:20:41 ERROR: [B] You need: --> `10932_01_mangos_game_event_creature_data.sql`
2011-01-01 23:20:41 ERROR:
2011-01-01 23:20:41 ERROR:You must apply all updates after [A] to [B] to use mangos with this database.
2011-01-01 23:20:41 ERROR:These updates are included in the sql/updates folder.
2011-01-01 23:20:41 ERROR:Please read the included [README] in sql/updates for instructions on updating.
you know how to fix it?
EDIT: I fixed it by remaking the DB
nice guide +rep
Last edited by halo9; 01-02-2011 at 12:12 PM.
just wondering this work for cataclysm is it differnt steps?
I try to execute and build MaNGOS/src/src/bindings/scriptdev2/scriptVC100 and i have this error:
[spoiler]
[/spoiler]Code:1> boss_cthun.cpp 1>..\scripts\kalimdor\temple_of_ahnqiraj\boss_cthun.cpp(618): error C2679: binary '[' : no operator found which takes a right-hand operand of type 'const ObjectGuid' (or there is no acceptable conversion) 1> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\unordered_map(220): could be 'bool &std::tr1::unordered_map<_Kty,_Ty>::operator [](unsigned __int64 &&)' 1> with 1> [ 1> _Kty=uint64, 1> _Ty=bool 1> ] 1> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\unordered_map(274): or 'bool &std::tr1::unordered_map<_Kty,_Ty>::operator [](const unsigned __int64 &)' 1> with 1> [ 1> _Kty=uint64, 1> _Ty=bool 1> ] 1> while trying to match the argument list '(std::tr1::unordered_map<_Kty,_Ty>, const ObjectGuid)' 1> with 1> [ 1> _Kty=uint64, 1> _Ty=bool 1> ] ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Last edited by Remus3; 06-23-2011 at 04:34 PM. Reason: [spoiler] added
---
Never mind... there was an version mistmatch .... scriptdev moved to git![]()
Last edited by Remus3; 06-23-2011 at 04:35 PM. Reason: you fixed your problem, removing screen stretch
All compiling completed etc...etc..
Run Realmd...ok , run mongosd...then error >>>
2011-06-21 18:58:04 ERROR:Correct *.map files not found in path 'E:/NEW_MANGOS/src/Server/maps' or *.vmtree/*.vmtile files in 'E:/NEW_MANGOS/src/Server/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.
Pls help
Last edited by Drakemourne; 06-21-2011 at 12:02 PM.
1> type is ''unknown-type''
1>..\system\system.cpp(202): error C2065: 'barGoLink' : undeclared identifier
1>..\system\system.cpp(202): error C2146: syntax error : missing ';' before identifier 'bar'
1>..\system\system.cpp(202): error C3861: 'bar': identifier not found
1>..\system\system.cpp(207): error C2065: 'bar' : undeclared identifier
1>..\system\system.cpp(207): error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\system\system.cpp(241): error C2065: 'barGoLink' : undeclared identifier
1>..\system\system.cpp(241): error C2146: syntax error : missing ';' before identifier 'bar'
1>..\system\system.cpp(241): error C3861: 'bar': identifier not found
1>..\system\system.cpp(242): error C2065: 'bar' : undeclared identifier
1>..\system\system.cpp(242): error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
this is what I got :S ... using C++ 2010 Express
I keep running into this issue: every time I try to compile the mangosdVC80, 90, or 100, I get errors in Visual C++. It says that all of the files are "Unavailable" (i.e. ACE_Wrappers, framework, etc.). I have tried loading them multiple times and get the same result every time. Any suggestions? Or does anyone have a pre-compiled set of these files so I can just skip this damned step?
BTW, am running Visual Studio 2010 Professional. Downloading the 2005 xpress version to try it there.
Last edited by Thundercleese; 07-01-2011 at 05:29 AM.
Great guide, very detailed. I'm having issues though. I have tried everything, installing windows sdk, compiling with 2005, 2008 and 2010, i just can't get scriptdev2 to compile. It has some like 2000 errors that all have to do with this:
..\scripts\eastern_kingdoms\burning_steppes.cpp(97) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\blasted_lands.cpp(134) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(101) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(105) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(109) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(113) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(117) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(121) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
escort_ai.cpp
..\scripts\eastern_kingdoms\burning_steppes.cpp(125) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
..\scripts\eastern_kingdoms\burning_steppes.cpp(129) : error C2039: 'GetGUID' : is not a member of 'Creature'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Creature.h( 440) : see declaration of 'Creature'
c:\Users\Prosiris\Desktop\MangosWOTLKFinal4\MangosWOTLK\src\src\bindings\scriptd ev2\base\escort_ai.h(82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
Constructor for class 'ObjectGuid' is declared 'explicit'
..\scripts\eastern_kingdoms\arathi_highlands.cpp(107) : error C2039: 'GetGUID' : is not a member of 'Player'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Player.h(10 3: see declaration of 'Player'
..\base\follower_ai.cpp(291) : error C2039: 'GetGUID' : is not a member of 'Player'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Player.h(10 3: see declaration of 'Player'
..\base\follower_ai.cpp(316) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
Constructor for class 'ObjectGuid' is declared 'explicit'
..\base\follower_ai.cpp(331) : error C2039: 'GetGUID' : is not a member of 'Player'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\game\Player.h(10 3: see declaration of 'Player'
c:\users\prosiris\desktop\mangoswotlkfinal4\mangoswotlk\src\src\bindings\scriptd ev2\base\escort_ai.h(82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
Constructor for class 'ObjectGuid' is declared 'explicit'
I don't know if anyone follows this thread anymore, but I could really use some help. I've been messing with this for hours. I already have a classic server up and going, just want to switch to WoTLK.
Figured the scriptdev2 compile issue out. Apparently scriptdev2 moved to git, which will have the newest version. Use git to clone: https://github.com/scriptdev2/scriptdev2.git
I can only find Visual C++ 2010 with your link for C++ 2008 and tried to build with no luck for either of those
"Tried C++2005 first with no luck either"![]()
"Using Win7 32bit + MV C++ 2010 express / PSDK-x86 /
Everything in your links minus C++2008 because its a link for a web downloader that will only download C++2010"
Edit: I have tried to run mangosdVC90 =Asks me to convert, i do and it wont let me build, Tried mangosdVC80 = Same error
Then it will let me run mangosdVC100 i set to release 32 and build with this error
with a few other 'revision.h' errorsCode:11>------ Build started: Project: mangosd, Configuration: Release Win32 ------ 11> stdsoap2.cpp 11> soapServer.cpp 11>..\..\dep\src\gsoap\stdsoap2.cpp(835): warning C4244: 'return' : conversion from 'std::streamsize' to 'size_t', possible loss of data 11> soapC.cpp 11> MaNGOSsoap.cpp 11> CliRunnable.cpp 11> Main.cpp 11>..\..\src\mangosd\Main.cpp(31): fatal error C1083: Cannot open include file: 'revision.h': No such file or directory 11> Master.cpp 11> RASocket.cpp 11> WorldRunnable.cpp 11> WheatyExceptionReport.cpp 11>..\..\src\shared\WheatyExceptionReport.cpp(17): fatal error C1083: Cannot open include file: 'revision.h': No such file or directory ========== Build: 8 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
email me @ [email protected] with any advice please!! i have spent 2 days trying to fallow this with no luck, I have had a few other servers with no issues after fallowing the tutorials, but this will only let me go as far as trying to build....
HELP PLEASE!![]()
Last edited by eclipz13; 09-06-2011 at 02:40 PM.
This post is reserved
![]()
ok ı did everything with correct way...BUT ı coppied and pasted ad.exe then when ı opened it "cant create the output file".......XXXXXX.map" how can ı fix that?? I tried to log but wow give unable to connect error.
+ım getting
-------
1>Extracting revision
1>Compiling...
1>ScriptMgr.cpp
1>system.cpp
1>sc_instance.cpp
1>sc_grid_searchers.cpp
1>..\include\sc_instance.cpp(13) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\include\sc_instance.cpp(29) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>sc_creature.cpp
1>..\include\sc_grid_searchers.cpp(25) : error C2661: 'MaNGOS::NearestCreatureEntryWithLiveStateInObjectRangeCheck::NearestCreatureEnt ryWithLiveStateInObjectRangeCheck' : no overloaded function takes 4 arguments
1>spell_scripts.cpp
1>..\scripts\world\spell_scripts.cpp(303) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>npcs_special.cpp
1>c:\Users\Judgement\Desktop\MaNGOS\src\src\bindings\scriptdev2\base\escort_ai.h (82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(149) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(161) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(566) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(587) : error C2039: 'RemoveSplineFlag' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(624) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(645) : error C2039: 'GetGUID' : is not a member of 'Player'
1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(100: see declaration of 'Player'
1>..\scripts\world\npcs_special.cpp(670) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(696) : error C2039: 'GetGUID' : is not a member of 'Player'
1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(100: see declaration of 'Player'
1>..\scripts\world\npcs_special.cpp(709) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'unsigned __int64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(767) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(773) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(890) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\scripts\world\npcs_special.cpp(907) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\scripts\world\npcs_special.cpp(924) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\scripts\world\npcs_special.cpp(941) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\scripts\world\npcs_special.cpp(95: error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\scripts\world\npcs_special.cpp(969) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(984) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(1082) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1092) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1099) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1103) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(112: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(62) : error C2065: 'barGoLink' : undeclared identifier
1>..\ScriptMgr.cpp(103) : error C2065: 'barGoLink' : undeclared identifier
1>..\system\system.cpp(62) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\ScriptMgr.cpp(103) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\system\system.cpp(62) : error C3861: 'bar': identifier not found
1>..\ScriptMgr.cpp(103) : error C3861: 'bar': identifier not found
1>..\system\system.cpp(67) : error C2065: 'bar' : undeclared identifier
1>..\ScriptMgr.cpp(104) : error C2065: 'bar' : undeclared identifier
1>..\system\system.cpp(67) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\ScriptMgr.cpp(104) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\scripts\world\npcs_special.cpp(1134) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\include\sc_creature.cpp(92) : error C2660: 'Creature::LoadCreatureAddon' : function does not take 0 arguments
1>..\system\system.cpp(106) : error C2065: 'barGoLink' : undeclared identifier
1>..\scripts\world\npcs_special.cpp(116: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(106) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\scripts\world\npcs_special.cpp(1176) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1189) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1203) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(106) : error C3861: 'bar': identifier not found
1>..\include\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>npc_professions.cpp
1>..\scripts\world\npcs_special.cpp(120: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(107) : error C2065: 'bar' : undeclared identifier
1>..\include\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\scripts\world\npcs_special.cpp(1213) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(107) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\scripts\world\npcs_special.cpp(121: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(124) : error C2065: 'barGoLink' : undeclared identifier
1>..\scripts\world\npcs_special.cpp(1223) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(122: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1233) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(123: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(124) : error C2146: syntax error : missing ';' before identifier 'bar'
1>guards.cpp
1>..\system\system.cpp(124) : error C3861: 'bar': identifier not found
1>..\scripts\world\npcs_special.cpp(1243) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(124: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(129) : error C2065: 'bar' : undeclared identifier
1>..\scripts\world\npcs_special.cpp(1257) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1265) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1277) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(128: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1290) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1304) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(130: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(129) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\scripts\world\npc_professions.cpp(356) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\guards.cpp(145) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(1331) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(16: error C2065: 'barGoLink' : undeclared identifier
1>..\scripts\world\npcs_special.cpp(1341) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(16: error C2146: syntax error : missing ';' before identifier 'bar'
1>..\scripts\world\npcs_special.cpp(1345) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(16: error C3861: 'bar': identifier not found
1>..\scripts\world\guards.cpp(166) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\system\system.cpp(169) : error C2065: 'bar' : undeclared identifier
1>..\scripts\world\npcs_special.cpp(1360) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(169) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\scripts\world\npc_professions.cpp(392) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\guards.cpp(214) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\scripts\world\npcs_special.cpp(1366) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npc_professions.cpp(401) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(202) : error C2065: 'barGoLink' : undeclared identifier
1>..\system\system.cpp(202) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\scripts\world\npc_professions.cpp(404) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(202) : error C3861: 'bar': identifier not found
1>..\scripts\world\guards.cpp(235) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(107: see declaration of 'Unit'
1>..\system\system.cpp(207) : error C2065: 'bar' : undeclared identifier
1>..\system\system.cpp(207) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\system\system.cpp(241) : error C2065: 'barGoLink' : undeclared identifier
1>..\system\system.cpp(241) : error C2146: syntax error : missing ';' before identifier 'bar'
1>..\system\system.cpp(241) : error C3861: 'bar': identifier not found
1>..\scripts\world\npcs_special.cpp(1372) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\system\system.cpp(242) : error C2065: 'bar' : undeclared identifier
1>..\scripts\world\npc_professions.cpp(475) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>go_scripts.cpp
1>..\system\system.cpp(242) : error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\scripts\world\npc_professions.cpp(480) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npc_professions.cpp(485) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(137: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npc_professions.cpp(501) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npc_professions.cpp(506) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npc_professions.cpp(511) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1384) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npc_professions.cpp(543) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(138: error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>instance_the_eye.cpp
1>..\scripts\world\npcs_special.cpp(1392) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\go_scripts.cpp(79) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1> c:\users\judgement\desktop\mangos\src\src\game\GameObject.h(606) : see declaration of 'GameObject'
1>..\scripts\world\go_scripts.cpp(80) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1> c:\users\judgement\desktop\mangos\src\src\game\GameObject.h(606) : see declaration of 'GameObject'
1>..\scripts\world\go_scripts.cpp(93) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1> c:\users\judgement\desktop\mangos\src\src\game\GameObject.h(606) : see declaration of 'GameObject'
1>..\scripts\world\go_scripts.cpp(94) : error C2039: 'GetGUID' : is not a member of 'GameObject'
1> c:\users\judgement\desktop\mangos\src\src\game\GameObject.h(606) : see declaration of 'GameObject'
1>
when ım trying build solution scriptdev2...Pls help ı want a working server![]()