Jump to content
TrinityCore

overy

Members
  • Posts

    68
  • Joined

  • Last visited

overy's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. It possile, i compile only under windows, but my friend on linux. Can you me explain how to solve this? Thanks EDIT: Is it this: Configuring for compiling -> -DUSE_SCRIPTPCH and -DUSE_COREPCH ?
  2. the same ... problem is in DoCast(DUNGEON_MODE(SPELL_HOPELESSNESS,H_SPELL_HOPELESSNESS)); because when i remove it compile is without errors complete script is here, It's all about understanding why it is not work on linux
  3. Hi can someone solve my problem. DoCast(DUNGEON_MODE(SPELL_HOPELESSNESS,H_SPELL_HOPELESSNESS)); Windows compile without problmes but linux: Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Northrend/FrozenHalls/HallsOfReflection/boss_falric.cpp.o /home/wow-emu/trinityCore_new6/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/boss_falric.cpp: In member function 'virtual void boss_falric::boss_falricAI::UpdateAI(uint32)': /home/wow-emu/trinityCore_new6/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/boss_falric.cpp:264: error: no matching function for call to 'boss_falric::boss_falricAI::DUNGEON_MODE(, )' make[2]: *** [src/server/scripts/CMakeFiles/scripts.dir/Northrend/FrozenHalls/HallsOfReflection/boss_falric.cpp.o] Error 1 make[1]: *** [src/server/scripts/CMakeFiles/scripts.dir/all] Error 2 make: *** [all] Error 2
×
×
  • Create New...