Jump to content

DracoDruid

Members
  • Posts

    20
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

DracoDruid's Achievements

Member

Member (2/3)

0

Reputation

  1. Hello everyone, it's me again. I know this is a rather old thing (since I remember it from my mangos-server a couple of years ago): Everyone knows that you can't chat when you're dead. That's fine with me (although I wouldn't mind if you could), BUT: This also prevents the use of any commands! I have looked into the mangosd.conf but couldn't find a flag to chance any of this. Maybe I was just blind again, but if there isn't one could you please consider adding one? Thanks again.
  2. Was that a promise? Whatsoever, maybe someone could explain, why setting "" npc_trainer: "reqlevel = 0 WHERE reqskill > 0" "" don't work as intended? All "profession spells" (apprentice, journeyman, expert...) still got their level-requirements and RIDING (Apprentice) seems to missing completely. When I talk to a Riding-trainer, they only got journeyman and expert... Help? ... again? :8
  3. to [1]: Yepp. That's the file I meant. So that file is up-2-date with 11620, correct? And the reason the UDB-characters updates failed was that they were already integrated? Then why on earth is this stupid bag not working?! (I know topic for UDB-forum...) to [2]: No offense (to anyone), but the wiki isn't THAT helpful. At least for me. (escpecially the guides section) Take this topic for example. There is a long and somewhat confusingly written article about setting up behind a router, and at the end is a note - almost invisible though because there is no clear separation - that states: Nope. Sorry all you've read just don't work anymore. Followed by another confusingly written solution. (wtf is test.homeip.net used to mean?)
  4. And as I said in my first post, the only thing I DON'T want to change are class-spells. Only Profession-skills and their recipes. (and food actually, but that's another story) As I understand it, there is NO flag part of mangosd.conf that disables level-requirements for anything. But did you ever thought about it? Different flags to disable level-requirement for items, spells, professions... that would be nice. Thanks anyhow
  5. And what about the Characters-DB when I create it from the c:\\mangos\\sql\\ file? The only entry regarding DB is "required_11620_01_characters_character_equipmentsets" ???
  6. Hello and yes, it's me again. Thanks to you guys, my server seems to work so far. But as some of you might have read, I had some problems building the database, especially applying the correct updates. Now I am having a strange problem with a self-made item (a bag that works correctly but isn't displayed like I defined). I posted this problem/bug over at UDB but no answer so far. Now I am wondering, if I made some mistake in building the DB and I wanted to ask, since both MaNGOS and UDB release Updates for the DB, which ones do I have to apply first? My DB now got all UDB updates first (without errors) and then all MaNGOS updates later on. I am really confused about all this. UDB 1.12.1 is ver.10545 and it's updates bring it to ver.11376. Afterwards I applied all "MaNGOS" updates dated AFTER ver.11376. Was that correct in that order? Oh. And another one. In the Install-Guide from "Temporary", stood that I could take all updates regarding one DB (in my case the "characters"-DB) and execute them all in one query entry (in correct order of course). I tried that, but it ended in error. Afterwards, I tried to apply the updates one by one, but none of them worked anymore. Come to think of it. I guess my characters-DB might be damaged or incorrectly constructed.
  7. Thanks Vladimir, but not really what I wanted. I am looking for a general (for-everyone) solution.
  8. Hello everyone (again), With the help of several fine persons on this board, I managed to get my server running again (after ~5 years of absence). (Thanks again) While playtesting the server I remembered that I always hated the level-requirements, especially for learning professions and recipes. (The only ones I wanna keep are the ones for the class-specific spells/skills) My question: Is there a MaNGOS internal option to disable these or do I have to modify each and every entry in the Database? Thank you all very much.
  9. But no need to apply older updates than 11348 right? I guess not because IT WORKS!!! Finally. Thank you very much.
  10. Sorry. Do you mean "SINCE" 11613 or "UP TO" 11613 And is there no faster solution other than Copy&Paste into the Query?
  11. Yeah. Just found the logs. I am seriously confused right now. I followed the Wind-Install-Guide step by step. I used UDB_0.12.1.393_mangos_10545_SD2_1833.sql and all UDB updates from 394-401. Was I supposed to use all updates in the \\mangos\\sql\\updates directory higher/newer as 10545?
  12. Hey again. I finally managed to compile and set up everything. Now I tried to start the mangosd.exe but it keeps closing. I tried to use the pause key to have a look at the error messages, but the window closes to fast. Can anyone help?
  13. But I am doing a completlty new build. When using SVN, shouldn't the files BE up2date? *sigh* never mind. Just went on the SD2 site and figured out about "SVN to GIT". Will see if it fixes my probs. Maybe the guide could be updated for this?
  14. Great! Now compiling ScriptDev2 fails BIG TIME: 1>------ Build started: Project: ScriptDev2, Configuration: Release Win32 ------ 1>Extracting revision 1>Compiling... 1>precompiled.cpp 1>Compiling... 1>ScriptMgr.cpp 1>system.cpp 1>..\\system\\system.cpp(62) : error C2065: 'barGoLink' : undeclared identifier 1>..\\system\\system.cpp(62) : error C2146: syntax error : missing ';' before identifier 'bar' 1>..\\system\\system.cpp(62) : error C3861: 'bar': identifier not found 1>..\\system\\system.cpp(67) : 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>..\\system\\system.cpp(106) : error C2065: 'barGoLink' : undeclared identifier 1>..\\system\\system.cpp(106) : error C2146: syntax error : missing ';' before identifier 'bar' 1>..\\system\\system.cpp(106) : error C3861: 'bar': identifier not found 1>..\\system\\system.cpp(107) : error C2065: 'bar' : undeclared identifier 1>..\\system\\system.cpp(107) : error C2228: left of '.step' must have class/struct/union 1> type is ''unknown-type'' 1>..\\system\\system.cpp(124) : error C2065: 'barGoLink' : undeclared identifier 1>..\\system\\system.cpp(124) : error C2146: syntax error : missing ';' before identifier 'bar' 1>..\\system\\system.cpp(124) : error C3861: 'bar': identifier not found 1>..\\system\\system.cpp(129) : error C2065: 'bar' : undeclared identifier 1>..\\system\\system.cpp(129) : error C2228: left of '.step' must have class/struct/union 1> type is ''unknown-type'' 1>..\\system\\system.cpp(168) : error C2065: 'barGoLink' : undeclared identifier 1>..\\system\\system.cpp(168) : error C2146: syntax error : missing ';' before identifier 'bar' 1>..\\system\\system.cpp(168) : error C3861: 'bar': identifier not found 1>..\\system\\system.cpp(169) : error C2065: 'bar' : undeclared identifier 1>..\\system\\system.cpp(169) : error C2228: left of '.step' must have class/struct/union 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'' 1>ScriptLoader.cpp 1>sc_instance.cpp 1>..\\ScriptMgr.cpp(103) : error C2065: 'barGoLink' : undeclared identifier 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>..\\ScriptMgr.cpp(103) : error C2146: syntax error : missing ';' before identifier 'bar' 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>..\\ScriptMgr.cpp(103) : error C3861: 'bar': identifier not found 1>..\\ScriptMgr.cpp(104) : error C2065: 'bar' : undeclared identifier 1>..\\ScriptMgr.cpp(104) : error C2228: left of '.step' must have class/struct/union 1> type is ''unknown-type'' 1>sc_grid_searchers.cpp 1>sc_creature.cpp 1>spell_scripts.cpp 1>..\\scripts\\world\\spell_scripts.cpp(303) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>npcs_special.cpp 1>c:\\Spiele\\MaNGOS\\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:\\spiele\\mangos\\src\\game\\Creature.h(440) : 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>..\\include\\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\include\\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 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(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:\\spiele\\mangos\\src\\game\\Player.h(1034) : 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:\\spiele\\mangos\\src\\game\\Player.h(1034) : 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:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(773) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(890) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 1>..\\scripts\\world\\npcs_special.cpp(907) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 1>..\\scripts\\world\\npcs_special.cpp(924) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 1>..\\scripts\\world\\npcs_special.cpp(941) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 1>..\\scripts\\world\\npcs_special.cpp(958) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 1>..\\scripts\\world\\npcs_special.cpp(969) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : 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:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1092) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1099) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1103) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1128) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>npc_professions.cpp 1>..\\scripts\\world\\npcs_special.cpp(1134) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1168) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1176) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1189) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1203) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1208) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1213) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1218) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1223) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1228) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1233) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1238) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1243) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1248) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1257) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1265) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1277) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1288) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1290) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1304) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1308) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1331) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1341) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1345) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1360) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1366) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1372) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1378) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1384) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1388) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1392) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1560) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1563) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1573) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npcs_special.cpp(1674) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(356) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(392) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(401) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(404) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(475) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(480) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(485) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(501) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(506) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(511) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(543) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(600) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(609) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(612) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>mob_generic_creature.cpp 1>..\\scripts\\world\\npc_professions.cpp(636) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(740) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(745) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(750) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(769) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(775) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(780) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(785) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(915) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(953) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(983) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(992) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(995) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1054) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1060) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1066) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1097) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1133) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1142) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1145) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1231) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1236) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1241) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1257) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1262) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\world\\npc_professions.cpp(1267) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>item_scripts.cpp 1>guards.cpp 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\\guards.cpp(166) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 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\\guards.cpp(235) : error C2039: 'GetGUID' : is not a member of 'Unit' 1> c:\\spiele\\mangos\\src\\game\\Unit.h(1123) : see declaration of 'Unit' 1>go_scripts.cpp 1>..\\scripts\\world\\go_scripts.cpp(79) : error C2039: 'GetGUID' : is not a member of 'GameObject' 1> c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject' 1>..\\scripts\\world\\go_scripts.cpp(80) : error C2039: 'GetGUID' : is not a member of 'GameObject' 1> c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject' 1>..\\scripts\\world\\go_scripts.cpp(93) : error C2039: 'GetGUID' : is not a member of 'GameObject' 1> c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject' 1>..\\scripts\\world\\go_scripts.cpp(94) : error C2039: 'GetGUID' : is not a member of 'GameObject' 1> c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject' 1>..\\scripts\\world\\go_scripts.cpp(107) : error C2039: 'GetGUID' : is not a member of 'GameObject' 1> c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject' 1>..\\scripts\\world\\go_scripts.cpp(108) : error C2039: 'GetGUID' : is not a member of 'GameObject' 1> c:\\spiele\\mangos\\src\\game\\GameObject.h(592) : see declaration of 'GameObject' 1>boss_ysondre.cpp 1>boss_taerar.cpp 1>boss_lethon.cpp 1>boss_emeriss.cpp 1>areatrigger_scripts.cpp 1>instance_mechanar.cpp 1>boss_pathaleon_the_calculator.cpp 1>boss_nethermancer_sepethrea.cpp 1>boss_gatewatcher_ironhand.cpp 1>the_eye.cpp 1>instance_the_eye.cpp 1>..\\scripts\\outland\\tempest_keep\\the_eye\\instance_the_eye.cpp(75) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\outland\\tempest_keep\\the_eye\\instance_the_eye.cpp(76) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' 1>..\\scripts\\outland\\tempest_keep\\the_eye\\instance_the_eye.cpp(77) : error C2039: 'GetGUID' : is not a member of 'Creature' 1> c:\\spiele\\mangos\\src\\game\\Creature.h(440) : see declaration of 'Creature' I snipped here because what's following are about 4000 lines of errors.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use