Jump to content

Recommended Posts

Hello devs, I have problem with my new npc, so I added new npc I modified all and when I call the npc in game /m command and I try to press on the npc it don't have target.maybe you understand what about I mean. if u understand can someone tell me what sould be the problem?

Link to comment
https://metin2.dev/topic/21917-npc-target-problem/
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Remember to add collision in npc .msm file
 

Group AttachingData00
    {
        AttachingDataType    1
        
        isAttaching          1
        AttachingModelIndex  0
        AttachingBoneName    "BONE_NAME"
        
        CollisionType        1
        
        SphereDataCount      1
        Group SphereData00
        {
            Radius           100.000000
            Position         0.000000 0.000000 0.000000
        }
    }

 

I completely abandoned working on the files for this game. I do not respond to private messages.

.png

Link to comment
https://metin2.dev/topic/21917-npc-target-problem/#findComment-119150
Share on other sites

43 minutes ago, Nirray said:

Remember to add collision in npc .msm file
 


Group AttachingData00
    {
        AttachingDataType    1
        
        isAttaching          1
        AttachingModelIndex  0
        AttachingBoneName    "BONE_NAME"
        
        CollisionType        1
        
        SphereDataCount      1
        Group SphereData00
        {
            Radius           100.000000
            Position         0.000000 0.000000 0.000000
        }
    }

 

This is my msm file of npc

ScriptType            RaceDataScript

BaseModelFileName     "d:/ymir work/npc/dane_remy_npc/dane_remy_npc.gr2"

Group ShapeData
{
    PathName 		 ""
    ShapeDataCount 		 0
}
Group AttachingData
{
    AttachingDataCount       1
    
    Group AttachingData00
    {
        AttachingDataType    1
        
        isAttaching          1
        AttachingModelIndex  0
        AttachingBoneName    "Bip02"
        
        CollisionType        1
        
        SphereDataCount      1
        Group SphereData00
        {
            Radius           31.000000
            Position         0.000000 0.000000 0.000000
        }
    }
}

 

Link to comment
https://metin2.dev/topic/21917-npc-target-problem/#findComment-119154
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.