Jump to content

glosteng4141

Banned
  • Posts

    59
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by glosteng4141

  1. 12 minutes ago, zeimpekis9 said:

    I installed it but it doesnt damage. What i should do more. ?

    My part at char_skill :

    
    	if (dwVnum == SKILL_CHAIN)
    	{
    		ResetChainLightningIndex();
    		AddChainLightningExcept(pkVictim);
    	}
    	
    	if (dwVnum == SKILL_PAERYONG)
    		ComputeSkill(dwVnum, pkVictim);
    
    	if (IS_SET(pkSk->dwFlag, SKILL_FLAG_SELFONLY))
    		ComputeSkill(dwVnum, this);
    #ifdef ENABLE_WOLFMAN_CHARACTER
    	else if (IS_SET(pkSk->dwFlag, SKILL_FLAG_PARTY))
    		ComputeSkillParty(dwVnum, this);
    #endif
    	else if (!IS_SET(pkSk->dwFlag, SKILL_FLAG_ATTACK))
    		ComputeSkill(dwVnum, pkVictim);
    	else if (dwVnum == SKILL_BYEURAK)
    		ComputeSkill(dwVnum, pkVictim);
    	else if (dwVnum == SKILL_MUYEONG || pkSk->IsChargeSkill())
    		ComputeSkill(dwVnum, pkVictim);
    
    	m_dwLastSkillTime = get_dword_time();
    
    	return true;

     

    I'm having the same problem. Skill doesn't hurt.

    https://metin2.download/picture/97770kYzskfIwIfsNxGy1M9kpJuh3P25/.gif

    • Love 1
  2. 9 hours ago, Rakancito said:

     

    Müvekkilinizde metin2_patch_balance , eski beceriyi değiştirdiğiniz veya paket klasörünüzdeki skill_paeryong'dan gelenleri sildiğiniz için en üstte bulunmalıdır.

    previously metin2_patch_balance in my package file no. I just used the file you gave me. and I have not deleted the shaman skills files.

    Sorry for my bad English.

    Do I delete the old skill file?

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