Hello community... i have implemented Meley's Lair... all works good but in syserr.txt i find some error
0301 10:00:50754 :: CRaceManager::RegisterRacePath : RACE[6110] LOAD MSMFILE[d:/ymir work/monster2/ice_snow_giant_man/ice_snow_giant_man2.msm] ERROR. Will Find Another Path.
0301 10:21:19341 :: CRaceManager::RegisterRacePath : RACE[6111] LOAD MSMFILE[d:/ymir work/monster2/ice_snow_golem/ice_snow_golem2.msm] ERROR. Will Find Another Path.
0301 10:21:21238 :: CRaceManager::RegisterRacePath : RACE[6112] LOAD MSMFILE[d:/ymir work/monster2/ice_snow_insect/ice_snow_insect2.msm] ERROR. Will Find Another Path.
0301 10:21:22394 :: CRaceManager::RegisterRacePath : RACE[6113] LOAD MSMFILE[d:/ymir work/monster2/ice_snow_man/ice_snow_man2.msm] ERROR. Will Find Another Path.
0301 10:21:23383 :: CRaceManager::RegisterRacePath : RACE[6114] LOAD MSMFILE[d:/ymir work/monster2/ice_snow_monster/ice_snow_monster2.msm] ERROR. Will Find Another Path.
if msm files with dds are in /monster instead of /monster2 (as syserr try to find) i obtain this error BUT mobs are spawned without problem, with right dds and animation;
if msm files with dds are in both directory, they are spawned with right dds but without animation;
if msm are in both directory and dds in /monster, they are spawned with right dds but without animation;
Ideas?