Показать сообщение отдельно
Старый 23.02.2010, 12:57   #19
Anatoli
Guest
 
Сообщений: n/a
По умолчанию

Цитата:
Сообщение от Mr.Grom Посмотреть сообщение
MonsterMove => Spline
MONSTER_MOVE_WALK => SPLINEFLAG_WALKMODE

Код:
-		m_creature->SendMonsterMove(746.864441, 660.918762, 411.695465, 4.698700, m_creature->GetMonsterMoveFlags(), 1);
-		m_creature->GetMap()->CreatureRelocation(m_creature, 754.360779, 660.816162, 412.395996, 4.698700);
+		m_creature->SendMonsterMove(746.864441, 660.918762, 411.695465, SPLINETYPE_NORMAL, m_creature->GetSplineFlags(), 1);
+		m_creature->GetMap()->CreatureRelocation(m_creature, 754.360779, 660.816162, 412.395996, SPLINETYPE_NORMAL);
Не забываем спасибо кнопка справа)
Код:
------ Build started: Project: ScriptDev2, Configuration: Release Win32 ------
Extracting revision
Compiling...
ScriptLoader.cpp
trial_of_the_champion.cpp
instance_trial_of_the_champion.cpp
boss_grand_champions.cpp
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(98) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(186) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(186) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(186) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(186) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(187) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(187) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(187) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(187) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(188) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(188) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(188) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(188) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(98) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(208) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(99) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(99) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(99) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(99) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(217) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(217) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(105) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(217) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(105) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp(217) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(106) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(106) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(106) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(106) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(112) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(112) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(113) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(113) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(113) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(113) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(119) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(119) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(120) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(120) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(120) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(120) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(126) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(126) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(127) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(127) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(127) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(127) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(133) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(133) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(134) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(134) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(134) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(134) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(261) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(261) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(262) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(262) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(262) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(262) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(268) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(268) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(269) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(269) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(269) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(269) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(275) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(275) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(276) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(276) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(276) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(276) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(282) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(282) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(283) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(283) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(283) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(283) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(289) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(289) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(290) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(290) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(290) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(290) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(296) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(296) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(297) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(297) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(297) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(297) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(420) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(420) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(421) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(421) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(421) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(421) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(427) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(427) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(428) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(428) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(428) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(428) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(434) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(434) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(435) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(435) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(435) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(435) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(441) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(441) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(442) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(442) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(442) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(442) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(448) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(448) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(449) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(449) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(449) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(449) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(455) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(455) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(456) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(456) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(456) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(456) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(624) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(624) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(625) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(625) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(625) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(625) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(631) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(631) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(632) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(632) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(632) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(632) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(638) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(638) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(639) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(639) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(639) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(639) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(645) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(645) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(646) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(646) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(646) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(646) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(652) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(652) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(653) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(653) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(653) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(653) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(659) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(659) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(660) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(660) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(660) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(660) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(717) : error C2039: 'SetSpeed' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(721) : error C2039: 'SetSpeed' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(798) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(798) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(799) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(799) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(799) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(799) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(805) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(805) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(806) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(806) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(806) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(806) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(812) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(812) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(813) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(813) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(813) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(813) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(819) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(819) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(820) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(820) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(820) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(820) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(826) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(826) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(827) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(827) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(827) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(827) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(833) : error C2039: 'GetMonsterMoveFlags' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(833) : error C2664: 'Unit::SendMonsterMove' : cannot convert parameter 4 from 'double' to 'SplineType'
        Conversions between enumeration and floating point values are no longer allowed
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(834) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(834) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(834) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp(834) : warning C4305: 'argument' : truncation from 'double' to 'float'
boss_black_knight.cpp
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_black_knight.cpp(168) : error C2039: 'SendMonsterSpline' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_black_knight.cpp(169) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_black_knight.cpp(169) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_black_knight.cpp(169) : warning C4305: 'argument' : truncation from 'double' to 'float'
boss_argent_challenge.cpp
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(93) : error C2039: 'SendSpline' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(94) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(94) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(94) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(205) : error C2039: 'SendMonsterSpline' : is not a member of 'Creature'
        d:\server2\dla_ceba\ikch2\2\5\src\game\Creature.h(385) : see declaration of 'Creature'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(206) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(206) : warning C4305: 'argument' : truncation from 'double' to 'float'
..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_argent_challenge.cpp(206) : warning C4305: 'argument' : truncation from 'double' to 'float'
Build log was saved at "file://d:\server2\dla_ceba\ikch2\2\copy522\src\bindings\ScriptDev2\VC90\ScriptDev2__Win32_Release\BuildLog.htm"
ScriptDev2 - 65 error(s), 149 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  Ответить с цитированием