i'm GM at some low rates (1/1 - 3/3) highlvl (maxlvl 1000) server, and the admin and me couldn't find a good party-share range.
then we had the idea for a 'floating' sharing range:
the share range is based upon the partyleader's lvl (around 20% of his lvl), but minimum a range of 15.
for example:
partyleader's lvl 1-75: Share Range 15 lvls.
partyleader's lvl 100: range is 20 lvls.
partyleader's lvl 200: range is 40 lvls.
and so on...
something like
int range = partyleaderLvl * 0.2;if(range < 15){range = 15;}
i somehow didn't find the code for "are all people in the party in lvlrange for party-sharing", thought it woulde be somewhere at the line of "party_exp_share" in party.c
hiho there,
i'm GM at some low rates (1/1 - 3/3) highlvl (maxlvl 1000) server, and the admin and me couldn't find a good party-share range.
then we had the idea for a 'floating' sharing range:
the share range is based upon the partyleader's lvl (around 20% of his lvl), but minimum a range of 15.
for example:
partyleader's lvl 1-75: Share Range 15 lvls.
partyleader's lvl 100: range is 20 lvls.
partyleader's lvl 200: range is 40 lvls.
and so on...
something like
i somehow didn't find the code for "are all people in the party in lvlrange for party-sharing", thought it woulde be somewhere at the line of "party_exp_share" in party.c
anyone a quick idea?
Share this post
Link to post
Share on other sites