Jump to content

Critical Effect


Recommended Posts

I want share you critical effect:

Screenshot_1.png

 

UserInterface/InstanceBaseEffect.cpp open and search:

    else if (flag & DAMAGE_CRITICAL)
    {
        //rkEftMgr.CreateEffect(ms_adwCRCAffectEffect[EFFECT_DAMAGE_CRITICAL],v3Pos,v3Rot);
        //return; 숫자도 표시.
    }

Thus replaced:

    else if (flag & DAMAGE_CRITICAL)
    {
        rkEftMgr.CreateEffect(ms_adwCRCAffectEffect[EFFECT_DAMAGE_CRITICAL],v3Pos,v3Rot);
        //return; 숫자도 표시.
    }

root/playersettingmodule.py open and search:

#chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_CRITICAL, "", "d:/ymir work/effect/affect/damagevalue/critical.mse")

Thus replaced:

chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_CRITICAL, "", "d:/ymir work/effect/affect/damagevalue/critical.mse")

Effect:

  • Metin2 Dev 67
  • kekw 2
  • Eyes 1
  • Angry 1
  • Sad 2
  • Smile Tear 1
  • Confused 1
  • Lmao 1
  • Good 22
  • Love 3
  • Love 59
Link to comment
Share on other sites

  • 7 years later...
  • Management
2 hours ago, Trojan3D said:

thx for share

link down 

No, the real link was hidden in a formatting of the first post, it was in white on a white background.
Moreover, it was not saved in the download center, which was done.

Link to comment
Share on other sites

  • 2 weeks later...

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.