mount berakás hiba

Indította akos40001, 2018-10-28, 13:51:00

Sziasztok!
Betettem egy mountot, npc-be bemásoltam
root-ba beírtam az npclistbe
locale_hu ba bennt van a mob_protoba /mount_test ID-zek akkor semmi.

item+mob proto txtbe szintúgy bennt van.

Syserrt mellékeltem.
Köszi előre is ! :)

1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/npc/horse_halloween1/horse_halloween1.msm] ERROR. Will Find Another Path.
1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/npc2/horse_halloween1/horse_halloween1.msm] ERROR. Will Find Another Path.
1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/monster/horse_halloween1/horse_halloween1.msm] ERROR. Will Find Another Path.
1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/monster2/horse_halloween1/horse_halloween1.msm] ERROR. Will Find Another Path.
1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/guild/horse_halloween1/horse_halloween1.msm] ERROR. Will Find Another Path.
1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/npc_pet/horse_halloween1/horse_halloween1.msm] ERROR. Will Find Another Path.
1028 13:24:32362 :: CRaceManager::RegisterRacePath : RACE[20219] LOAD MSMFILE[d:/ymir work/npc_mount/horse_halloween1/horse_halloween1.msm] ERROR
1028 13:24:32362 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 20219


2018-10-28, 13:55:53 #1 Utolsó szerkesztés: 2018-10-28, 14:02:04 Szerző: fabtam11
csak a ymir work/npc/ elérésre kellett betenned a horse_halloween1 mappáját, ugye?
és az npc eix epk-t visszacsomagoltad? Patcherre is felraktad az új npc eix epk-t amit szerkesztettél(már ha van patchered?)

ah rossz syserrt küldtem.
Ez lenne az : 1028 13:16:45224 :: CRaceManager::RegisterRacePath : RACE[7120] LOAD MSMFILE[d:/ymir work/monster2/halloween_2018_cerberos/halloween_2018_cerberos.msm] ERROR. Will Find Another Path.
1028 13:16:45224 :: CRaceManager::RegisterRacePath : RACE[7120] LOAD MSMFILE[d:/ymir work/monster/halloween_2018_cerberos/halloween_2018_cerberos.msm] ERROR. Will Find Another Path.
1028 13:16:45224 :: CRaceManager::RegisterRacePath : RACE[7120] LOAD MSMFILE[d:/ymir work/npc/halloween_2018_cerberos/halloween_2018_cerberos.msm] ERROR. Will Find Another Path.
1028 13:16:45224 :: CRaceManager::RegisterRacePath : RACE[7120] LOAD MSMFILE[d:/ymir work/npc2/halloween_2018_cerberos/halloween_2018_cerberos.msm] ERROR. Will Find Another Path.
1028 13:16:45224 :: CRaceManager::RegisterRacePath : RACE[7120] LOAD MSMFILE[d:/ymir work/guild/halloween_2018_cerberos/halloween_2018_cerberos.msm] ERROR
1028 13:16:45224 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 7120


A dds file-t a d:/ymir work/npc_mount/halloween_2018_cerberos mappába mutatja .
Ilyenkor ide kell betegyem a gr2 file-t is , vagy az npc be ugyanúgy ide meg csak a dds-t?
Igazából mind2 metódussal megpróbáltam, egyik se ment :D

Indító forrásban hozzá van adva az új mappa név "funkció"?

GameLib/RaceManager.cpp

Ebben a funkcióban:
void __GetRaceResourcePathes(unsigned race, std::vector <std::string>& vec_stPathes)

if (race >= 30000)
{
vec_stPathes.push_back ("d:/ymir work/npc2/");
vec_stPathes.push_back ("d:/ymir work/npc/");
vec_stPathes.push_back ("d:/ymir work/monster/");
vec_stPathes.push_back ("d:/ymir work/monster2/");
vec_stPathes.push_back ("d:/ymir work/guild/");
}
else
{
vec_stPathes.push_back ("d:/ymir work/npc/");
vec_stPathes.push_back ("d:/ymir work/npc2/");
vec_stPathes.push_back ("d:/ymir work/monster/");
vec_stPathes.push_back ("d:/ymir work/monster2/");
vec_stPathes.push_back ("d:/ymir work/guild/");
}



Mind 2 résznél ez alá:
vec_stPathes.push_back ("d:/ymir work/guild/");

Ezt:
vec_stPathes.push_back ("d:/ymir work/npc_mount/");

2018-10-28, 19:59:04 #4 Utolsó szerkesztés: 2018-10-28, 20:01:18 Szerző: akos40001
Igen ez bennt van.
Dobok képet a dolgokról, lehet én rontottam el valamit :
Köszi előre is!

Rakd bele az npclistbe, ezt:

0 halloween_2018_cerberos_01 halloween_2018_cerberos
0 halloween_2018_cerberos_02 halloween_2018_cerberos
ID halloween_2018_cerberos_01
ID halloween_2018_cerberos_02

2018-10-29, 12:10:05 #6 Utolsó szerkesztés: 2018-10-29, 12:29:02 Szerző: akos40001
Nah mostmár valamivel előrébb vagyok, de még mindig nem a cél :D
A mount félig a földben van fejjel felfelé.

Üzenet összefésülés: 2018-10-29, 12:29:02

Megvan, valami msm hiányzott neki! Köszi mindenkinek! :)