GmOcean Posted December 3, 2012 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 @.@;
Vach Posted December 3, 2012 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!
KeyWorld Posted December 3, 2012 Posted December 3, 2012 Because it's only used in the char-server. "battle/" folder just contains data for the map-server. 3
MarkZD Posted January 29, 2013 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.
Lemongrass Posted January 29, 2013 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
Euphy Posted January 31, 2013 Posted January 31, 2013 Added a note to trunk/conf/battle/party.conf in r17115. 1
Recommended Posts