Jump to content

[HELP]mount teleport back problem!


Recommended Posts

 

 

I have the fix

really? You're the best in the metin scene EVER!!

 

@Mr. Kasch

 

you have to add the mounts to data/monster/

 

and check the "folder" column in mob_proto .txt or table.

 

make sure that run.msa and walk.msa have accumulation data.

 

that is the real fix :)

 

What must be accumulation? on the lion?

Link to comment
Share on other sites

Example:

mob_proto.txt (Lion White)

20114    Leone Bianco    KING    NPC    MELEE    1            0        STUN,SLOW,CURSE,TERROR    0    lion_white    0    3    6    5    2    20    24    126    6    7    2402    2587    110    4    100    100    0    2000    175    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1,0    0    0    0    70104    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0

run.msa

ScriptType               MotionData

MotionFileName           "D:ymir worknpclionrun.GR2"
MotionDuration           0.666666
Accumulation             0.0000 -200.0000 0.0000

walk.msa

ScriptType               MotionData

MotionFileName           "D:ymir worknpclionwalk.GR2"
MotionDuration           0.800000

in root/metin/share/date/monster/lion_white/

Link to comment
Share on other sites

Hi Mate

 

Open game/src/input_main.cpp 

 

Search  : 

 

if (((false == ch->IsRiding() && fDist > 25) || fDist > 40) && OXEVENT_MAP_INDEX != ch->GetMapIndex())

 

Replace:

 

if (((false == ch->IsRiding() && fDist > 750) || fDist > 999) && OXEVENT_MAP_INDEX != ch->GetMapIndex())

 

Mount bug fixed.

 

Sorry my bad english.

  • Love 3
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.