Jump to content

DracoDruid

Members
  • Posts

    20
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by DracoDruid

  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? :P

    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. 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.

  6. 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.

  7. Yeah. Just found the logs.

    2011-06-14 21:22:18 ERROR:SQL: SELECT required_11613_01_mangos_spell_bonus_data FROM db_version LIMIT 1

    2011-06-14 21:22:18 ERROR:query ERROR: Unknown column 'required_11613_01_mangos_spell_bonus_data' in 'field list'

    2011-06-14 21:22:18 ERROR:The table `db_version` in your [WORLD] database indicates that this database is out of date!

    2011-06-14 21:22:18 ERROR:

    2011-06-14 21:22:18 ERROR: (A) You have: --> `11348_01_mangos_spell_bonus_data.sql`

    2011-06-14 21:22:18 ERROR:

    2011-06-14 21:22:18 ERROR: (B) You need: --> `11613_01_mangos_spell_bonus_data.sql`

    2011-06-14 21:22:18 ERROR:

    2011-06-14 21:22:18 ERROR:You must apply all updates after (A) to (B) to use mangos with this database.

    2011-06-14 21:22:18 ERROR:These updates are included in the sql/updates folder.

    2011-06-14 21:22:18 ERROR:Please read the included [README] in sql/updates for instructions on updating.

    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?

  8. 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.

  9. Thanks. It really seems to be the same problem.

    Sadly, the patch Vladimir posted at the end has already been removed again.

    I must admit, I am not really strong in C++, so knowing the problem doesn't entitle me to also fix it by myself.

    It seems, that these "explicit" stuff is the reason but now what?

  10. Hello everyone,

    after several years of absence, I am trying to build a server again.

    Much has changed from the last time (i.e. using GIT).

    I am trying to go step by step with temporary's fine guide,

    but I am having problems with step 8.

    When I compile the \\win solution, C++ 2008 stats: "Build: 9 succeeded, 2 failed, 0 up-to-date, 0 skipped" & "Build Failed"

    I guess these are not the "error messages" mentioned in the post, so there must be something wrong.

    I hope anyone of you can help me.

    Thank you very much.

    - DD

    After recommendation from the MCP, I present the C++ Compiling Log.

    I only posted the last segment. In every previous routine or what ever it is compiling,

    there were neither errors nor warnings.

    This is the part, where the trouble begins:

    8>------ Build started: Project: shared, Configuration: Release Win32 ------

    8>Extract revision

    8>Compiling...

    8>Database.cpp

    8>Threading.cpp

    8>ServiceWin32.cpp

    8>..\\..\\src\\shared\\Database\\Database.cpp(54) : warning C4018: '<=' : signed/unsigned mismatch

    8>Common.cpp

    8>Sha1.cpp

    8>SARC4.cpp

    8>md5.c

    8>HMACSHA1.cpp

    8>BigNumber.cpp

    8>AuthCrypt.cpp

    8>Config.cpp

    8>Util.cpp

    8>ProgressBar.cpp

    8>Log.cpp

    8>DBCFileLoader.cpp

    8>SQLStorage.cpp

    8>SqlPreparedStatement.cpp

    8>SqlOperations.cpp

    8>SqlDelayThread.cpp

    8>QueryResultMysql.cpp

    8>Field.cpp

    8>DatabaseMysql.cpp

    8>..\\..\\src\\shared\\Database\\DatabaseMysql.cpp(430) : warning C4018: '<' : signed/unsigned mismatch

    8>Creating library...

    8>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\shared__Win32_Release\\BuildLog.htm"

    8>shared - 0 error(s), 2 warning(s)

    9>------ Build started: Project: realmd, Configuration: Release Win32 ------

    10>------ Build started: Project: game, Configuration: Release Win32 ------

    9>Compiling...

    10>Compiling...

    9>WheatyExceptionReport.cpp

    9>RealmList.cpp

    10>pchdef.cpp

    9>PatchHandler.cpp

    9>Main.cpp

    9>BufferedSocket.cpp

    10>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

    10> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

    10> Constructor for class 'ObjectGuid' is declared 'explicit'

    9>AuthSocket.cpp

    10>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\game__Win32_Release\\BuildLog.htm"

    10>game - 1 error(s), 0 warning(s)

    9>Compiling resources...

    9>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1

    9>Copyright © Microsoft Corporation. All rights reserved.

    9>Linking...

    9> Creating library ..\\..\\bin\\Win32_Release\\realmd.lib and object ..\\..\\bin\\Win32_Release\\realmd.exp

    9>Embedding manifest...

    9>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\realmd__Win32_Release\\BuildLog.htm"

    9>realmd - 0 error(s), 0 warning(s)

    11>------ Build started: Project: mangosd, Configuration: Release Win32 ------

    11>Compiling...

    11>WorldRunnable.cpp

    11>WheatyExceptionReport.cpp

    11>stdsoap2.cpp

    11>soapServer.cpp

    11>soapC.cpp

    11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

    11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

    11> Constructor for class 'ObjectGuid' is declared 'explicit'

    11>RASocket.cpp

    11>Master.cpp

    11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

    11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

    11> Constructor for class 'ObjectGuid' is declared 'explicit'

    11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

    11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

    11> Constructor for class 'ObjectGuid' is declared 'explicit'

    11>MaNGOSsoap.cpp

    11>Main.cpp

    11>CliRunnable.cpp

    11>c:\\spiele\\mangos\\src\\game\\ObjectGuid.h(275) : error C2664: 'std::tr1::hash_value' : cannot convert parameter 1 from 'uint64' to 'const ObjectGuid &'

    11> Reason: cannot convert from 'uint64' to 'const ObjectGuid'

    11> Constructor for class 'ObjectGuid' is declared 'explicit'

    11>Build log was saved at "file://c:\\Spiele\\MaNGOS\\win\\VC90\\mangosd__Win32_Release\\BuildLog.htm"

    11>mangosd - 4 error(s), 0 warning(s)

    ========== Build: 9 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

  11. Hey there.

    I don't know if it's doable, but since several Quests can't be solved correctly (mostly due to Server/Script compa not yet implemented),

    it would be very helpful (and more fun!) to have an in game command to solve a quest.

    There are already .quest add and .quest remove. So a .quest complete would be perfect.

    I don't know if this would be a Server or DB Content so if I am at the wrong adress here, sorry and never mind.

×
×
  • 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