
Search in iCalculateAttackEffect function
Code: Select all
if ((cAttackerType == DEF_OWNERTYPE_PLAYER) && (m_pClientList[sAttackerH] != NULL) && (m_pClientList[sAttackerH]->m_bIsSpecialAbilityEnabled == TRUE)) {
Code: Select all
case 6:// Crit Drain by Ogeid
if (m_pClientList[sTargetH]->m_iSuperAttackLeft >= 1) {
if (m_pClientList[sAttackerH]->m_iSuperAttackLeft <= m_pClientList[sAttackerH]->m_iLevel /10){
m_pClientList[sAttackerH]->m_iSuperAttackLeft += 1;
SendNotifyMsg(NULL, sAttackerH, DEF_NOTIFY_SUPERATTACKLEFT, NULL, NULL, NULL, NULL);
m_pClientList[sTargetH]->m_iSuperAttackLeft -= 1;
SendNotifyMsg(NULL, sTargetH, DEF_NOTIFY_SUPERATTACKLEFT, NULL, NULL, NULL, NULL);
}
}
break;
in client srcs
open Lang_eng.h and search
Code: Select all
#define ON_KEY_UP36 "Ability that makes character untouchable: Can be used after %d sec"
#define ON_KEY_UP45 "Ability Crit Drain: Can be used after %d sec"
and search
#define NOTIFY_MSG_HANDLER12 "You are untouchable for %d seconds!"
and add this b4 that
#define NOTIFY_MSG_HANDLER900 "Drain crits for %d seconds"
now search
Code: Select all
#define NOTIFY_MSG_HANDLER17 "Ability that kills enemy at one time: Can use after %dMin"
Code: Select all
#define NOTIFY_MSG_HANDLER901 "Ability drain crits from the enemy: Puede usarse en %dMin"
Code: Select all
#define NOTIFY_MSG_HANDLER26 "Ability that earns same HP as you decrease enemy's HP: Can use after %dSec"
Code: Select all
#define NOTIFY_MSG_HANDLER902 "Ability drain crits from the enemy: Can use after %dSec"
now in Game.cpp (CLIENT SRCS)
search
Code: Select all
case 5: wsprintf(G_cTxt, ON_KEY_UP33, i);
Code: Select all
case 6: wsprintf(G_cTxt, ON_KEY_UP45, i);
case 5: wsprintf(G_cTxt, NOTIFY_MSG_HANDLER9, sV3); break;//"
and add case
case 6: wsprintf(G_cTxt, NOTIFY_MSG_HANDLER900, sV3); break;//"
next add all the cases .....
Well this is all
:blink:
Code: Select all
Item = 1504 DrainCritRapier 1 8 24 2 6 1 6 4 0 5000 6 1 14 -25000 1100 6 3 0 0 60 0 9 1 9