Jump to content

PAERYONG SKILL Center in Enemy Official Servers Patch Skill 17.5


Recommended Posts

  • Contributor

M2 Download Center

This is the hidden content, please
( Internal )

This is the hidden content, please
( GitHub )

 

Patch 17.5 Official Servers for the Skill Paeryong center of enemy :)

2336150905-210702.jpg

 

 

 

  • Metin2 Dev 90
  • Dislove 2
  • Angry 2
  • Sad 1
  • Smile Tear 1
  • Think 1
  • Confused 2
  • Good 16
  • Love 5
  • Love 56
Link to comment
Share on other sites

  • Contributor
hace 1 minuto, Anix dijo:

You are awesome man! Could you do the invisibility for the 6th skill on archery ninja? 

In char_skill.cpp search

bool CHARACTER::UseSkill(DWORD dwVnum, LPCHARACTER pkVictim, bool bUseGrandMaster)

and before

if (IS_SET(pkSk->dwFlag, SKILL_FLAG_USE_HP_AS_COST))

add

    if (dwVnum == 51)
        AddAffect(AFF_EUNHYUNG, POINT_NONE, 0, AFF_EUNHYUNG, 4, 0, true);

 

  • Love 2
Link to comment
Share on other sites

  • Contributor
hace 3 minutos, Anix dijo:

Do you need the fragment of code in your function UseSkill

	if (dwVnum == SKILL_PAERYONG)
	{
		ComputeSkill(dwVnum, pkVictim);
	}

232855fragment.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
Link to comment
Share on other sites

  • Contributor
On 9/24/2019 at 3:32 AM, glosteng4141 said:

Not Working.

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

İmage's ; 

Char_Batlle.cpp.gif

 

Char_Skill.cpp
.gif

SkillDesc
.gif

SkillTable

.gif

Pack

.gif

 

Index 

.gif

 

Service.h

.gif

 

 

In your client metin2_patch_balance it must be found to the top, since you replace the old skill or delete the ones you have from skill_paeryong in your pack folder.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • Contributor
hace 4 horas, glosteng4141 dijo:

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?

 Yes, or insert to the top in your INDEX.

Link to comment
Share on other sites

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;

 

Link to comment
Share on other sites

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

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

  • Contributor
hace 13 minutos, zeimpekis9 dijo:

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;

 

Check the skill in skill_proto from DB and remove SELFONLY.

hace 7 minutos, glosteng4141 dijo:

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

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

Check the skill in skill_proto from DB and remove SELFONLY if you have the part char_skill.cpp

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

On 9/24/2019 at 9:45 PM, Rakancito said:

Skill_proto konusundaki beceriyi DB'den kontrol edin ve SELFONLY'i kaldırın.

Char_skill.cpp bölümüne sahipseniz skill_proto'daki beceriyi DB'den kontrol edin ve SELFONLY'i kaldırın.

 

I deleted SELFONLY from skill proto.

.gif
 

Problem in progress

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

  • Metin2 Dev 1
Link to comment
Share on other sites

  • Contributor
On 9/24/2019 at 9:59 PM, glosteng4141 said:

 

I deleted SELFONLY from skill proto.

.gif
 

Problem in progress

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

And, do you have the part of char_skill.cpp?

 
Link to comment
Share on other sites

4 minutes ago, Rakancito said:

Ve char_skill.cpp'in bir parçası var mı?

 


char_skill.cpp download

https://we.tl/t-qhVCFX6dKt

Virüs Total : 

This is the hidden content, please


I guess I didn't get it wrong. I'm sorry for my bad english.

 

Also, the skill doesn't work when you're away, but it does when you're close.

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

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
  • Dislove 1
  • Sad 1
  • Love 1
Link to comment
Share on other sites

  • Contributor
hace 17 minutos, glosteng4141 dijo:


char_skill.cpp download

https://we.tl/t-qhVCFX6dKt

Virüs Total : 

This is the hidden content, please


I guess I didn't get it wrong. I'm sorry for my bad english.

 

Also, the skill doesn't work when you're away, but it does when you're close.

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

In Skill_proto search dwTargetRange and replace 0 to 2500 and in dwSplashRange 0 to 500.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

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.