Asal str limited

06/19/2013 11:32 Ankis59#1
Hello i need the code for limited the str in 850 for asal thanks
06/19/2013 15:45 Sedrika#2
Open AttackArbiter.cpp and search for CAttackArbiter::PostAsalraalaikum()

In this function you have to replace this
Code:
return ( ( ( m_pAttacker->GetStr() / 10 ) * dwSkillLevel ) * ( 5 + nMP / 10 ) + nAddDmg );
with this
Code:
int nSTR = m_pAttacker->GetStr();
if( nSTR > 850 )
	nSTR = 850;
return ( ( ( nSTR / 10 ) * dwSkillLevel ) * ( 5 + nMP / 10 ) + nAddDmg );
06/19/2013 15:53 WooTheFck#3
@ sir Sedrika ,where i can find the asal cooldown time
06/19/2013 15:56 Velmore#4
There is an Tut for Prevention.
Only take a other skill.
06/20/2013 23:11 Ankis59#5
Sedrika i have replace and i game i have 850 str i asal 78K and 1950 str asal 87k so is bug ?
06/21/2013 05:13 Мarvіn#6
Quote:
Originally Posted by Ankis59 View Post
Sedrika i have replace and i game i have 850 str i asal 78K and 1950 str asal 87k so is bug ?
Maybe you increased your MP too?
06/21/2013 07:23 FlyCraft.TobiLap#7
Quote:
Originally Posted by Ankis59 View Post
Sedrika i have replace and i game i have 850 str i asal 78K and 1950 str asal 87k so is bug ?
Fail thanks xD
Cant remove it with tapatalk...

@ topic: your attack influences the asal as well . 2k str ( about + 9k ATK)
06/21/2013 09:30 Ankis59#8
Hmm so this is normal? It would be possible to add a sentence to the personal if it has more than 850 str?