Jump to content

Recommended Posts

Hi, i fixed bug with frozzen mobs, i comment this lines down and, ok mobs attacking all time but my players complain that monsters have a big damage.

 

with

	if ((dwCurTime - m_dwLastAttackTime) < dwDuration) // 2초 마다 공격해야 한다.
	{
		m_dwStateDuration = MAX(1, (passes_per_sec * (dwDuration - (dwCurTime - m_dwLastAttackTime)) / 1000));
		return;
	}

to

	// if ((dwCurTime - m_dwLastAttackTime) < dwDuration) // 2초 마다 공격해야 한다.
	// {
		// m_dwStateDuration = MAX(1, (passes_per_sec * (dwDuration - (dwCurTime - m_dwLastAttackTime)) / 1000));
		// return;
	// }

 

 

Link to comment
https://metin2.dev/topic/2220-certainly-bug-fixed/
Share on other sites

realy ? what monster ? and are you sure the monster does not have high attack just from the db

cz i test the monster (using GF latest item/mob .txt) mobs and im sure they have a very normal stringht

 

attacking monsters in the beginning did not beat, after a change in the source immediately began to fight should fight every 2 seconds.

mob_proto is original metin2.pl

share/data too..

 

help

Link to comment
https://metin2.dev/topic/2220-certainly-bug-fixed/#findComment-16251
Share on other sites

You already got your answer at #3, we can't tell you how to undo your own changes

These are not my changes it is bugged in the original I just fixed that by removing the @ 1post but now monsters are beating at 0 seconds, and should beat every second ..

Link to comment
https://metin2.dev/topic/2220-certainly-bug-fixed/#findComment-16353
Share on other sites

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.