Jump to content

Certainly bug fixed?


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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.