Jump to content

Recommended Posts

On 11.04.2016 at 7:28 AM, Rainbow3D said:

Open animation in PC/warrior/skill with world editor and resave .msa file. I think it's wrong time of animation

This problem appears because of adding sash system
here is gif: https://metin2.download/picture/p9qdxVsz4WAApsVMZPphrkEy65F8RhIo/.gif
aura, berserk etc skills are very short... not full motion, when I do /setjob 0 and /setsk 4 59 then use aura it works like normal, but when I choose my job to BODY and now use aura it doesnt work...

Edited by Metin2 Dev
Core X - External 2 Internal
1 hour ago, Aerrow said:

"59" in the setsk command? The highest skill level is 40, so then why everyone use 59? This is nonsense...

It doesn't matter man, just my wrong habit.

57 minutes ago, Shed said:

I think its from a new system which you added , maybe its a setmotion in instancebase or something when update packet for effect comes.

 

15 minutes ago, alondark said:

i think you added shoulder sash system, i know this problem's fix, skype add me : bekirakdemir27

Yes, that's true.

  • Premium

look for SetAcce functions and removes the option Specular and worked smoothly animations

 

https://metin2.download/picture/D9qtrTc3QDRaW3PFta56xuH1LXh3O7V9/.gif

Edited by Metin2 Dev
Core X - External 2 Internal

I think it´s this function.

InstanceBase.cpp

 

change this:

void CInstanceBase::ChangeAcce(DWORD eAcce)
{
    if (IsPC() == false)
        return;
    
    SetAcce(eAcce);
    RefreshState(CRaceMotionData::NAME_WAIT, true);
}


 

to this

void CInstanceBase::ChangeAcce(DWORD eAcce)
{
    if (IsPC() == false)
        return;
    
    SetAcce(eAcce);
    //RefreshState(CRaceMotionData::NAME_WAIT, true);
}



			
		
  • Love 1

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.