Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 08:50

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help]How can i edit the BP asal Damage

Discussion on [Help]How can i edit the BP asal Damage within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2009
Posts: 23
Received Thanks: 1
[Help]How can i edit the BP asal Damage

How can i edit the BP asal Damage .. cause i want to make it lower damage.. please help guys..
whimpz is offline  
Old 03/21/2012, 12:04   #2
 
SignumCrisis's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 99
Received Thanks: 90
File in Worldserver:
AttackArbiter.cpp

CAttackArbiter::PostAsalraalaikum()
SignumCrisis is offline  
Thanks
1 User
Old 03/21/2012, 12:22   #3
 
elite*gold: 0
Join Date: Feb 2009
Posts: 23
Received Thanks: 1
how to change that sir.. i want it to be lowered by 30%
whimpz is offline  
Old 03/21/2012, 12:27   #4
 
xTwiLightx's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
Quote:
Originally Posted by whimpz View Post
how to change that sir.. i want it to be lowered by 30%
Lowering what?

Code:
int CAttackArbiter::PostAsalraalaikum()
{
    int nAddDmg = 0;

    LPSKILL pSkill = m_pAttacker->GetSkill( SI_BIL_PST_ASALRAALAIKUM );
    DWORD dwSkillLevel = 
#ifdef __SKILL0517
        m_pAttacker->GetSkillLevel( pSkill );
#else    // __SKILL0517
        pSkill ? pSkill->dwLevel : 0;
#endif    // __SKILL0517

#if __VER >= 12 // __MONSTER_SKILL
    if( m_pAttacker->IsNPC() )
        dwSkillLevel = CMonsterSkill::GetInstance()->GetMonsterSkillLevel( m_pAttacker, SI_BIL_PST_ASALRAALAIKUM );
#endif // __MONSTERSKILL

    switch( dwSkillLevel )
    {
        case 1:        nAddDmg = 20;    break;
        case 2:        nAddDmg = 30;    break;
        case 3:        nAddDmg = 40;    break;
        case 4:        nAddDmg = 50;    break;
        case 5:        nAddDmg = 60;    break;
        case 6:        nAddDmg = 70;    break;
        case 7:        nAddDmg = 80;    break;
        case 8:        nAddDmg = 90;    break;
        case 9:        nAddDmg = 100;    break;
        case 10:    nAddDmg = 150;    break;
    }

    int nMP = m_pAttacker->GetManaPoint();                        // ÀÏ´Ü ¹Þ¾Æ³õ°í
    if( m_pAttacker->IsPlayer() && m_pAttacker->IsSMMode( SM_MAINTAIN_MP ) == FALSE )        // MP À¯·á¾ÆÀÌÅÛ ¸Ô¾úÀ»¶§´Â MP´â¸é ¾ÈµÈ´Ù.
        m_pAttacker->SetPointParam( DST_MP, 0 );                // 0À¸·Î ¸¸µë.
    return ( ( ( m_pAttacker->GetStr() / 10 ) * dwSkillLevel ) * ( 5 + nMP / 10 ) + nAddDmg );
}
You can edit the formula for damage here.
Code:
    return ( ( ( m_pAttacker->GetStr() / 10 ) * dwSkillLevel ) * ( 5 + nMP / 10 ) + nAddDmg );
Add some brackets and (to reduce the damage output by 30%) multiplay it with 0.7
Code:
    return ( ( ( ( m_pAttacker->GetStr() / 10 ) * dwSkillLevel ) * ( 5 + nMP / 10 ) + nAddDmg ) * 0.7 );
xTwiLightx is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Dude BP Asal Damage
08/25/2011 - Flyff - 2 Replies
Hi All! I Get the next dude About Increase Damage During PVP I need know Is Util For Asal?Or only is Util For Pvp Damage Without Asal ? Reason I need put Jowels to my Ultimate weapon and I dont Know what Jowel Put INT+75 Or Increase Damage during Pvp ( My Bp is Only asal No adoch )
Help how to change or edit skill damage and buff??
02/01/2011 - Dekaron Private Server - 7 Replies
Can any1 tell me a lil bit how to edit or change skill ? I downloaded csveditor and i try open a bagi buff defensive all i see its lvl index number dun see anythi g esle . How do i change it ?? Thanks for reading
How to edit damage/money
12/24/2010 - 9Dragons - 9 Replies
For everybody who's been asking "I EDIT DAMAGE WITH CHEAT ENGINE AND NOTHING HAPPEN? I EDIT MY MONEY BUT THEN IT JUST GOES AWAY WHEN I BUY SOMETHING" Here's how http://c0066373.cdn2.cloudfiles.rackspacecloud.co m/fy9qjl.jpg
Help me edit damage colour please.
11/29/2006 - Conquer Online 2 - 4 Replies
hello, i would like to know how to change the damage colour, default is blue, how do i change it to red for example? thankyou for any help.



All times are GMT +1. The time now is 08:52.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.