Jump to content
  • 0

Bug On rAthena i think ( EDP , weapon ) formula


RyokoMVP

Question


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  209
  • Reputation:   3
  • Joined:  11/28/11
  • Last Seen:  

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 :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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 .....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  209
  • Reputation:   3
  • Joined:  11/28/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  134
  • Reputation:   35
  • Joined:  02/27/12
  • Last Seen:  

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/

Link to comment
Share on other sites

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.

×
×
  • Create New...