Jump to content
  • 0

Bug On rAthena i think ( EDP , weapon ) formula


Question

Posted

hello , sorry if i post a wrong information n wrong place :)

just wanna ask , why rAthena still use old formula for 3rd class skill ?

example : glt cross , why EDP Still increase final damage by 400% ?

because iRO Says : as of renewal EDP not longer increases final damage by 400%

and why glt cross still can use effect for left hand weapon ? because as i know~ left hand isn't effect weapon / card like hydra , but still effect for weapon like icepick & Combat knife...sorry if im wrong~ just my opinion :)

3 answers to this question

Recommended Posts

Posted

https://rathena.svn....onfig/renewal.h

/// renewal enchant deadly poison algorithm
///
/// leave this line to enable the renewed EDP algorithm
/// under renewal mode:
///  - damage is NOT increased by 400%
///  - it does NOT affect grimtooth
///  - weapon and status ATK are increased
#define RENEWAL_EDP

i think you are kinda far outdated from rAthena .....

Posted (edited)

how about my second question?

and try to use eDP and try cross impact , i think damage will be atk x5 + 400%

maybe you can try edit this

default:

ATK_ADDRATE(sc->data[sC_EDP]->val3);

to

ATK_RATE(50); // only modifier is halved but still benefit with the damage bonus

#endif

default:

#ifndef RENEWAL_EDP

ATK_ADDRATE(sc->data[sC_EDP]->val3);

#endif

break;

}

}

}

Edited by RyokoMVP
Posted

i think you are kinda far outdated from rAthena .....

No, he's right.

We don't have current formulas from Renewal implemented yet, atk, def, mdef, matk, etc from Renewal are not implemented yet, so we're using a jerry-rig, not a really good one: http://trac.rathena.org/changeset/16770/rathena

The one you provided was changed in this date.

This quick-fix still increases final damage, so it didn't help that much.

http://rathena.org/board/tracker/issue-6066-edp-should-no-longer-increase-final-damage/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...