Jump to content
  • 0

request: Party Bonus System


Drakkus

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Hello, i would like to 'REQUEST' a script for 'Party Bonus System' there should be an 'Options'

I don't know if eAthena, has already it i mean in the 'REQUEST SECTION'

But i can't find the one im looking for.

Example: Options

1-2 Person = 50% EXP Gain (Exp_Party)

1-3 Person = 75% EXP Gain (Exp_Party)

1-5 Person = 100% EXP Gain (Exp_Party)

And the other rest if it will reach-up to '1-6' or '1-7' Person the exp will be '100% EXP Gain' still.

I would like to Implement this 'SYSTEM' so that players won't lazy to Level and they can find Parties to gain more Bonus 'EXP'

If Possibe, please put also this: (It will only APPEARS if there should an 'Party Bonus System'.

dispbottom"[Party System]: You have gain  " + .@EXP_Bonus + " Bonus System, for " + .@Count_Party + " and you will be obtain Always " + .@Exp_Party + " EXP Gain  Happy Leveling.";

Please feel free to asks if you don't Understand.

If ever i'm mistake please correct my 'STATE' and Optimized it.

Thank you!

Regards,

Mindless / M O N S T E R PRODUCTIONS

Regards,

Mindless

Edited by Mindless
Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

here ?

conf/battle/party.conf

// 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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

here ?

conf/battle/party.conf

// 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

I have test it already, but i want to make it 'AS A SCRIPT' instead of confg the server side you know what i mean.

Regards,

Mindless

Edited by Mindless
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:  

I don't understand.

Modyfing the amount of exp gained from monster killing is not possible with script, unless you make some crazy workaround like reuse SC_EXPBOOST for this purpose.

Giving additional exp based on party size every time a monster is killed doesn't make sense. Server does a lot of checks when distributing party exp (like if players are on the same map, are they alive etc). Do you intend to do all these checks inside script? It would be inefficient and incredibly complex.

If you want to modify exp bonuses and distribution, you should do it by modding map-server's source.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

is this what you want ?

http://www.eathena.ws/board/index.php?s=&showtopic=245719&view=findpost&p=1339503

lazy to copy the content from eAthena...so i just post the link here...

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:  

// 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

If 10 gives an even share party of 5 people 40% more exp, how much would 15 give? o_o

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

I was actually wondering the same thing. How does the setting work since the example isn't very clear....

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:  

Party of 5 = 1 + 4 additional.

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

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Yep, that's what i want. sorry if you don't understand well my 'STATE'

sorry for that.

Regards,

Mindless

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...