YTDB

Вернуться   YTDB > Корзина / Trash > Архив MaNGOS (пока не было ru-mangos) > Патчи

Патчи Если кто-то хочет выложить не свой готовый патч - не забудьте указать автора и источник.

Если кто-то хочет задать вопрос по патчу - лучше не на этом форуме вообще.

Ответ
 
Опции темы Поиск в этой теме Опции просмотра
Старый 23.02.2010, 08:30   #1
Mr.Grom
Not a Junior!
 
Аватар для Mr.Grom
 
Регистрация: 07.11.2009
Сообщений: 10
Сказал(а) спасибо: 4
Поблагодарили 45 раз(а) в 12 сообщениях
Mr.Grom Скоро придёт к известности
По умолчанию

MonsterMove => Spline
MONSTER_MOVE_WALK => SPLINEFLAG_WALKMODE


Последний раз редактировалось Mr.Grom; 23.02.2010 в 16:08.
Mr.Grom вне форума   Ответить с цитированием
Старый 23.02.2010, 12:57   #2
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 ==========
  Ответить с цитированием
Старый 23.02.2010, 13:55   #3
tempura
Not a member, is a noob
 
Аватар для tempura
 
Регистрация: 05.11.2009
Адрес: Азерот, Штормвинд
Сообщений: 530
Сказал(а) спасибо: 153
Поблагодарили 453 раз(а) в 170 сообщениях
tempura Реально хороший человекtempura Реально хороший человекtempura Реально хороший человекtempura Реально хороший человекtempura Реально хороший человек
По умолчанию

Цитата:
Сообщение от Anatoli Посмотреть сообщение
Код:
warning C4305: 'argument' : truncation from 'double' to 'float'
Bye for one month. Teach your self.
__________________
Совершенно безопасен для людей, обладающих хотя бы некоторыми минимальными зачатками интеллекта, и способными строить причинно-следственные цепочки.
tempura вне форума   Ответить с цитированием
Старый 23.02.2010, 19:26   #4
Manxx
Guest
 
Сообщений: n/a
По умолчанию Патч

Could you please help me, give please a fixed version of this patch.

For the last rev

Последний раз редактировалось Manxx; 23.02.2010 в 19:34.
  Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Испытание Великого Крестоносца griffonheart Патчи 102 06.03.2010 18:51
[патч] Релоад госсип скрипт NeatElves Принятые патчи / Accepted patches 5 24.01.2010 09:03


Текущее время: 02:48. Часовой пояс GMT +4.


YTDB - MaNGOS DataBase

Русский форум Мангос - официальный форум RMDC

Главная цель проекта MaNGOS - обучающая, поэтому разрешается использовать исходный код и собранную программу только для образовательных целей.
Вы не можете использовать MaNGOS в коммерческих целях, а также не разрешается устанавливать публичные серверы на базе MaNGOS.
Любое копирование материалов, информации в любом виде без указания источника - форума YTDB будет считаться нарушением авторских прав и нарушением Уголовного Кодекса РФ, ст. 146 ст. 147.
Перевод vBulletin: zCarot
Punk's On-Air - Punk, Folk, Blues, Ska Bascinet - реконструкция denw IL-2 Training Книготорговая Компания «А-5» - художественная, учебная литература, скидки, опт и мелкий опт, доставка, дешево, низкие цены издательства