Jump to content

New bonus ATTBONUS_METIN


Recommended Posts

Fixed, forgot protoreader.

 

Hi. I added new bonus ATTBONUS_METIN. But i don't see difference in dmg.

battle.cpp

below
else if (pkVictim->IsRaceFlag(RACE_FLAG_DEVIL))
			iAtk += (iAtk * pkAttacker->GetPoint(POINT_ATTBONUS_DEVIL)) / 100;

else if (pkVictim->IsRaceFlag(RACE_FLAG_METIN))
			iAtk += (iAtk * pkAttacker->GetPoint(POINT_ATTBONUS_METIN)) / 100;

constant.cpp

{ POINT_ATTBONUS_METIN, },
and
{ "ATTBONUS_METIN", APPLY_ATTBONUS_METIN },

char.cpp

case POINT_ATTBONUS_METIN:
and
case APPLY_ATTBONUS_METIN:

char.h

POINT_ATTBONUS_METIN,

lenght.h

RACE_FLAG_METIN		= (1 << 17),
and
APPLY_ATTBONUS_METIN,
8035	???	KING	STONE	MELEE	75		NOMOVE	0	METIN	STUN,SLOW,CURSE,TERROR	0		0	0	0	91	0	0	0	250000	5	1	1196	1744	51	79	0	0	0	2000	150	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	100	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

Any ideas? 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.