IvanD Posted April 6, 2020 Posted April 6, 2020 Is this possible? Like 1 player online = x1 exp 2 players online = x2 exp and so on... possible? Quote
0 Emistry Posted April 6, 2020 Posted April 6, 2020 - script sample -1,{ OnInit: OnPCLoginEvent: OnPCLogoutEvent: .@total_user = getusers(1); setbattleflag("base_exp_rate", (.@total_user * 100)); setbattleflag("job_exp_rate", (.@total_user * 100)); end; } Quote
Question
IvanD
Is this possible? Like
1 player online = x1 exp
2 players online = x2 exp
and so on... possible?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.