Jump to content

Clearer Example


Mystery

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Not sure if this is posted here.. but anyways.

Within this topic, http://rathena.org/board/topic/57802-request-party-bonus-system/page__p__73926#entry73926 we've spoke about the Party Share Bonus.

The explanation:

// Give additional experience bonus per party-member involved on even-share parties?
// (eg: If set to 10, a even-share party of 5 people will receive +40% exp)
party_even_share_bonus: 0

Isn't a very good one. We don't know how it works and how to adjust it any further. Until, Geopard actually said something about it:

Party of 5 = 1 + 4 additional.

+15% per additional member of party = +60%

160%/5 party members = 32% of base exp for everyone

Is it possible for you guys to change that in future revisions?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   285
  • Joined:  12/19/11
  • Last Seen:  

Do you want it to be better documented or do you want to change how it works?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

I think better documented shouldn't be an option. If someone didn't get it while reading the doc then it's not explicite enough. Either change it here or explain it on wiki.

Now from his title I think he just want documentation as well and about changing it I'd say no since it'd change some server configuration. (It'd like breaking backward compatibility).

If we want something that strickly add +10% exp per personne on party (without share afterward) lets just insert a new battle.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

I wanted a better explanation regarding it. People won't know basically what it means so they'll just put 10. Thus, with a better explanation and a breakdown about it (documented somewhere else like Wiki) will be good.

Basically what we have there is telling us that by putting '10' there, these amount of players in a party will receive additional 40% more exp. Well, what happens if we want more? How would we calculate it? With a better exampl within the conf file itself would be good + an additional BREAKDOWN of it on the Wiki.

Edited by Mysterious
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  186
  • Reputation:   51
  • Joined:  11/14/11
  • Last Seen:  

Suggestion for config:

// Give additional experience bonus per party-member involved on even-share parties (excluding youself!).
// Example: If set to 10
//		  => +40% experience for every killed mob (because of 4 party-member, without you)
//		  => 140% experience in total (if 100% would be the normal experience per party-member)
//		  => 140%/5 = experience for every party-member (28%)
//			 => would be 20% if set to this 0 (no additional bonus given)
party_even_share_bonus: 0

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

That would be a little better.

Link to comment
Share on other sites

  • 10 months later...

  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Implemented in r17010/rathena/trunk/conf/battle/party.conf.

// Give additional experience bonus per party-member involved on even-share parties (excluding youself)?
// ex. If set to 10, a even-share party of 5 people will receive +40% exp (4 members * 10% exp):
//     140% party experience in total, so each member receives 140%/5 = 28% exp (instead of 20%).

Link to comment
Share on other sites

×
×
  • Create New...