-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add bots or dummy characters? #577
Comments
At the moment, there are no bots implemented on OpenMU yet. I think there are several ways for the different aspects. I try to break them down with the possible options:
What do you think? 😅 |
Hmm I lean towards what would naturally lead to the implementation of Offline Leveling. But kinda tricky it seems 😂 I'll just park this here for now. As for my current use case, we can template from the existing test characters, and log them in using CLI. not sure yet how to make them go to one map, and open up stores. |
I added template accounts with #579 |
I want to test the performance on client side when there are too many players in a map (with their stores open for example).
Is there an easy way to do that in the server side? Or does it require actual clients to run and connect? The latter could be heavy unless it could be handled by running a script to simultaneously login via command line client with the nuget library)
The text was updated successfully, but these errors were encountered: