Jump to content

Shaman Healing - Attack Up No Effect


Go to solution Solved by displayjokes,

Recommended Posts

Hey, as the title says, when i use Attack Up on shaman healing, the bónus from the skill is applied but it does not show up any effect on the hand or on top left corner!

This is the only skill that is doing this, skill_proto and skill_table are right, i made sure of it, and compared with others than mine.

 

b2f12d116532510544661c64580cde87.gif

 

Any idea on how to fix this?

Thanks in advance.

Edited by Metin2 Dev
Core X - External 2 Internal

It's all lies

Link to comment
https://metin2.dev/topic/22084-shaman-healing-attack-up-no-effect/
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

4 hours ago, sezo38 said:

Can you try, to go to another map and have no armor equiped.

Same thing happens, i even created a new character and tried with male and female, both "default skins"

 

3 hours ago, Anix said:

Check playersettingsmodule for the skills effect. 

 

This part from def __LoadGameShamanEx(race, path) ?

Spoiler


    ## SKILL
    chrmgr.SetPathName(path + "skill/")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+1,        "bipabu.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+2,        "yongpa.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+3,        "paeryong.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+4,        "hosin_target.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+5,    "boho_target.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+6,    "gicheon_target.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+16,    "noejeon.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+17,    "byeorak.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+18,        "pokroe.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+19,        "jeongeop_target.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+20,        "kwaesok_target.msa")
    chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+21,    "jeungryeok_target.msa")
    #chrmgr.RegisterCacheMotionData(chr.MOTION_MODE_GENERAL, chr.MOTION_SKILL+10,    "budong.msa")

If so, it seems ok, but i believe this is the skill effect when you use it, so it must be this:


    chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+29, "Bip01 R Hand", "d:/ymir work/pc/shaman/effect/6gicheon_hand.mse")
    chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+30, "Bip01 L Hand", "d:/ymir work/pc/shaman/effect/jeungryeok_hand.mse")

 

have it there so it should be working ?

 

 

Edit:

Just tried to change the mse files, still the same thing ?

It's all lies

Sorry for double post but i've changed the dwFlag from 32 to 31 in affect table on database and when i logged in it worked like charm.

Now where can i change the value inserted by the skill on the affect table in database?

It's all lies

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.