Mystery Posted January 26, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted January 26, 2012 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 More sharing options...
Gepard Posted January 26, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 392 Reputation: 285 Joined: 12/19/11 Last Seen: January 23, 2022 Share Posted January 26, 2012 Do you want it to be better documented or do you want to change how it works? Link to comment Share on other sites More sharing options...
Lighta Posted January 26, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted January 26, 2012 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 More sharing options...
Mystery Posted January 26, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Author Share Posted January 26, 2012 (edited) 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 January 26, 2012 by Mysterious 2 Link to comment Share on other sites More sharing options...
GodLesZ Posted February 3, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 186 Reputation: 51 Joined: 11/14/11 Last Seen: January 21, 2015 Share Posted February 3, 2012 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 2 Link to comment Share on other sites More sharing options...
Mystery Posted February 4, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Author Share Posted February 4, 2012 That would be a little better. Link to comment Share on other sites More sharing options...
Euphy Posted December 8, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 8, 2012 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 More sharing options...
Recommended Posts