GmOcean Posted December 3, 2012 Share Posted December 3, 2012 Okay, I was pretty much in the middle of writing a script when, i noticed that: // Level range for sharing within a party party_share_level: 30 is apart of inter_athena.conf and not apart of party.conf. I found this really, weird actually, when all other options to configure the party are in rAthena/conf/battle/party.conf (aside from max_party_size <- why hasn't this been made into a conf setting yet lol) So, is there really a set-in-stone reason why this partiular conf setting is in inter_athena.conf instead of party.conf? If there isn't could we move it to party.conf since, it'd only make sense. If on the other hand, it is pretty much set-in-stone, then I'm sorry to have wasted time @[email protected]; Link to comment Share on other sites More sharing options...
Vach Posted December 3, 2012 Share Posted December 3, 2012 I'VE BEEN LOOKING FOR THAT!!! AHHHHHH!!! -smacks forehead- More to your point... I scoured through party.conf to try and find it! Link to comment Share on other sites More sharing options...
KeyWorld Posted December 3, 2012 Share Posted December 3, 2012 Because it's only used in the char-server. "battle/" folder just contains data for the map-server. 3 Link to comment Share on other sites More sharing options...
MarkZD Posted January 29, 2013 Share Posted January 29, 2013 Because it's only used in the char-server. Just an observation, it's not because it's only used on char-server, it's because it's used out of mapserver category and it doesn't fit very well into one of the other categories(login, char etc) or is/could be in more than one server, will eventually be in interserver. "battle/" folder just contains data for the map-server. , true up to now. Link to comment Share on other sites More sharing options...
Lemongrass Posted January 29, 2013 Share Posted January 29, 2013 Maybe it would be good to insert a note at the bottom of the file /conf/battle/party.conf like: // NOTE:// Party share range can be set in the file conf/inter_athena.conf // Specify the share range by adjusting the value of "party_share_level" Would not hurt anyone and would clear things up if someone is looking for it deperately. 1 Link to comment Share on other sites More sharing options...
Euphy Posted January 31, 2013 Share Posted January 31, 2013 Added a note to trunk/conf/battle/party.conf in r17115. 1 Link to comment Share on other sites More sharing options...