Jump to content

Recommended Posts

hello i put on my server today the new pets ....razador working,litle monkey working but i have a problem with yamachun....he working but i cant see it ...i change a lot of textures but nothing...somebody how put it on the server and working can help me ???

Link to comment
https://metin2.dev/topic/9701-hanma-young/
Share on other sites

  • Replies 13
  • Created
  • Last Reply

Top Posters In This Topic

You must add path to msm file. This pet has other path (npc_pet). Just replace this statement in RaceManager.cpp in gamelib. Like on Official.

Spoiler

function __GetRaceResourcePathes

else if (__IsNPCRace(race))
    {
        if (race >= 34028 && race <= 34057)
        {
            vec_stPathes.push_back("d:/ymir work/npc_pet/");
            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 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 if (race >= 20233 && race < 20300)
        {
            vec_stPathes.push_back("d:/ymir work/npc_mount/");
            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/");
        }
        else
        {
            vec_stPathes.push_back("d:/ymir work/npc/");
            vec_stPathes.push_back("d:/ymir work/npc2/");
            vec_stPathes.push_back("d:/ymir work/npc_mount/");
            vec_stPathes.push_back("d:/ymir work/monster/");
            vec_stPathes.push_back("d:/ymir work/monster2/");
            vec_stPathes.push_back("d:/ymir work/guild/");
        }
    }

 

Link to comment
https://metin2.dev/topic/9701-hanma-young/#findComment-58192
Share on other sites

like this 

         if ((race >= 34028 && race <= 34057) || race == 55704)
        {
            vec_stPathes.push_back("d:/ymir work/npc_pet/");
            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/");
        }

Link to comment
https://metin2.dev/topic/9701-hanma-young/#findComment-58199
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.