Jump to content
  • 0

How do you configure rAthena to old mechanics?


Loki

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  04/02/12
  • Last Seen:  

Hello,...

I was wondering how I would be able to configure rAthena to have old mechanics? The exp mechanics were fine, but apparently if you're too far level from the monster you're hunting it also brings the drop rate down by half... Even if I couldn't adjust everything back to old RO mechanics is there anyway to disable the exp rates dropping or getting larger // changing the drop rates to stay the same no matter what level... Thanks

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

i think it may be RE_MODE = 0,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  02/07/12
  • Last Seen:  

Hello,...

I was wondering how I would be able to configure rAthena to have old mechanics? The exp mechanics were fine, but apparently if you're too far level from the monster you're hunting it also brings the drop rate down by half... Even if I couldn't adjust everything back to old RO mechanics is there anyway to disable the exp rates dropping or getting larger // changing the drop rates to stay the same no matter what level... Thanks

src/map/config/Renewal.h
/**
* Game Server Mode
* @values: 1 or 0
*	  1 : renewal support, such as renewal-exclusive formulas
*    -> Note some features may be enabled/disabled at this file despite this s$
*  0 : renewal support disabled, use original formulas
**/
#define REMODE 1

Change REMODE to 0 to disable pretty much most changes, including the penalty.

If you want to just remove the item penalty,

/**
* Renewal Drop Rate Modifier
* @values: 1 (enabled) or 0 (disabled)
* - When enabled a modifier based on difference between the player and the mon$
* - based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
**/
#define RE_DROP_MOD 1

Change RE_DROP_MOD to 0.

Recompile, reboot rAthena, good to go.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  04/02/12
  • Last Seen:  

Thank you so much! I will go ahead and do this later today and i'll let you guys know how it goes /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   8
  • Joined:  01/03/12
  • Last Seen:  

Doesn't that kind of defeat the point of using rAthena?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  02/07/12
  • Last Seen:  

Doesn't that kind of defeat the point of using rAthena?

Not really. eAthena is pretty much dead and never even started development of 3rd classes (or maybe it did at the end? I kind-a branched over to 3ceAM so not entirely sure), Even 3ceAM is basically "dying", Rytech is actually a developer here now too. If people want the latest still-being-developed, rAthena's the way to go. Not all people like Renewal mechanics, but still want the rest of the new stuff / bug fixes / etc.

Good luck Loki /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   1
  • Joined:  04/14/12
  • Last Seen:  

how do you change just the exp lvl range?

in renewal.h i can see only option for drops (& others none for exp).

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