Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PartyExp

Newbie Spellweaver
Joined
Feb 19, 2013
Messages
28
Reaction score
4
Hello guys, could anyone help me figure out, how does SCF_PartyExp.ini work, especcialy for party exp, im running server with 100exp, but when in party, the exp just decreases
Titans tech 12.00.01
I want to make that when in 3 party different class = same xp as solo for everyone in party, 4 party different class = base xp + 10% exp for everyone in party, and same with 5 party but + 20% exp.
Same class party doesnt bother me that much, but if anyone could explain how to configure that also, then i would trully appreciate that.

SCF_ExtraExp.ini code:
[PartyExp]
SCFPartyExpPercent3 = 225
SCFPartyExpPercent4 = 280
SCFPartyExpPercent5 = 325
SCFPartyExpPercentOther = 160
SCFPartyExpSetPercent1 = 100
SCFPartyExpSetPercent2 = 160
SCFPartyExpSetPercent3 = 300
SCFPartyExpSetPercent4 = 440
SCFPartyExpSetPercent5 = 600
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,217
Did u try first to play with those numbers in the config file and experiment first? u have to learn bro :D i know u dont know maybe exactly how it works
let me explain briefly (and im not 100% sure so experiment)

in party with 2+ players = that % exp u put
SCFPartyExpPercent3 = 225 (2 players including u)
SCFPartyExpPercent4 = 280 if 4 ppl then increases to 280 exp
SCFPartyExpPercent5 = 325 and so on ...

for this:
SCFPartyExpPercentOther = 160

i think other = other character like MG/DL
and
SCFPartyExpSetPercent1 = 100
SCFPartyExpSetPercent2 = 160
SCFPartyExpSetPercent3 = 300
SCFPartyExpSetPercent4 = 440
SCFPartyExpSetPercent5 = 600
i think thats like for example
party with 4 MG = 440 exp
full party of 5 same classes = 600 exp
and i think same with percent 1/2/3/4/5
if 2 same classes party = 160 exp? have to experiment myself for that again and again :D


so yeah when everything is divided there so everything i wrote with the 4 MG example 440 exp = 220 divided to each party member i guess.
 
Upvote 0
Back
Top