IvanD Posted April 6, 2020 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Share Posted April 6, 2020 Is this possible? Like 1 player online = x1 exp 2 players online = x2 exp and so on... possible? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 6, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
Question
IvanD
Is this possible? Like
1 player online = x1 exp
2 players online = x2 exp
and so on... possible?
Link to comment
Share on other sites
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.