Jump to content
  • 0

Formulas


Question

Posted (edited)

yo guys, whats wrong with these formulas?

MCAtk1 = attacker.calcStat(Stats.MAGICAL_CRITICAL_DAMAGE, 1,  target,  skill);
MCAtk2 = attacker.calcStat(Stats.MCRITICAL_DAMAGE_ADD, 0, target, skill);
MCVul = target.calcStat(Stats.MCRIT_VULN, 1, target, skill);
damage = damage * 4 * MCAtk1 + MCAtk2;
damage *= MCVul;

before adding them simple hit was 450, mc was 1802, now the mc does the same dmg as a simple hit when im using MCAtkAdd, and with MCAtk the mc is like 2500, while the simple is 1650

else if (mcrit){
damage *= 4;
Edited by ElTyto

12 answers to this question

Recommended Posts

  • 0
Posted (edited)

 

Maybe because you coded it that way...?

damage = damage * 4

isnt damage *= 4 the same?

 

damage *= 4;
damage *= MCAtk1;
damage += MCAtk2;
damage *= MCVul;

is this better?

Edited by ElTyto
  • 0
Posted (edited)

That wasn't what I meant, I meant you coded regular way the same way than critical, therefore it's normal you don't have any changes between normal and critical.

Edited by Tryskell
  • 0
Posted

I'm gonna bump this topic everyday till someone helps ^^

 
 
I have written so
        damage += attacker.calcStat(Stats.CRITICAL_DAMAGE, (damage + power), target, skill);
        damage += attacker.calcStat(Stats.CRITICAL_DAMAGE_ADD, 0, target, skill) * 6.5;
        damage *= target.calcStat(Stats.CRIT_VULN, 1, target, skill);
 
  • 0
Posted (edited)

Log every variable and every calculation step, you will know what happen.

 

Tbh I don't even understand your question.  If formulas are wrong it's because you wrote them bad. I don't even understand what you expect as result. How do you want any help ?

Edited by Tryskell
  • 0
Posted

my expectations for what i am doing is: 
a variable MCAtkAdd similar to CAtkAdd, flat value like 200 bonus for a magic critical hit

a variable MCAtk similar to CAtk, % value to use like <mul 0x30 1.3 MCAtk>

a variable MCritVuln similar to CritVuln, % value to use like <mul 0x30 0.7 MCritVuln>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • It comes ready to compile:   CameraEffectInfo (this is a dummy file, do not use it on your client) LineageEffect LineageEffect2 LineageEffect3 LineageEffect_Br LineageSkillEffect   It can also compile NPC/monster scripts. (classes extending to lineagepawn, or referencing herdmonster, herdnpc) The client can be downloaded here: https://www.lineage2.org.uk/download/lineage-ii-essence-echo-of-elements-eu-557/   Make sure to add _557_Compiler to your client's root folder. It should look like this: CLIENT_LINEAGE2_RU_EU_557\_557_Compiler CLIENT_LINEAGE2_RU_EU_557\Animations CLIENT_LINEAGE2_RU_EU_557\L2text CLIENT_LINEAGE2_RU_EU_557\Maps CLIENT_LINEAGE2_RU_EU_557\music CLIENT_LINEAGE2_RU_EU_557\Sounds CLIENT_LINEAGE2_RU_EU_557\StaticMeshes CLIENT_LINEAGE2_RU_EU_557\SysTextures CLIENT_LINEAGE2_RU_EU_557\Textures CLIENT_LINEAGE2_RU_EU_557\Video CLIENT_LINEAGE2_RU_EU_557\Voice   To compile, just run: _557_Compiler\_Compiler\_Compile.bat You can also add your own packages to ut2003.ini if you wanna compile other scripts.   This was made/tested specifically for client 557, I haven't tested it on other clients, and i can't say i've fully tested this on 557 either, though i am confident it is at least 99.9% functional. Credits to lordofdest/kick for the ucc.exe / DLL work.   If you need help send me a message on Discord: 911reg Download i'll make compilers for older clients if enough people request them
    • i'm doing the same, but 'training with olympiad videos.
    • Hi, I’m interested in purchasing a C4 (Chronicle 4) server pack or source code, preferably something that has already been tested and run on a live server. I’m looking for a stable, well-tested project rather than a fresh/unproven build. If you have something available for sale, please send me some details, including the price and what is included.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..