Skip to content
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

AdminPanel: Improve character creation and editing #561

Open
sven-n opened this issue Dec 29, 2024 · 1 comment
Open

AdminPanel: Improve character creation and editing #561

sven-n opened this issue Dec 29, 2024 · 1 comment

Comments

@sven-n
Copy link
Member

sven-n commented Dec 29, 2024

Is your feature request related to a problem? Please describe.
When creating or editing a character, a lot of additional objects need to be created to make it functional. The user interface is a bit hard if you don't know about the internal data structures.
For example, editing stat values requires to know that there is an stat attributes collection.

Describe the solution you'd like
A more intiutive UI and automatic initialization of the required objects.
It should initialize the same data as the game logic when creating a character in-game.

@nitoygo
Copy link
Contributor

nitoygo commented Dec 30, 2024

To add to this, when I edit and save a character using the admin panel editor, then update it in the game client and exit game, going back to the edit character still shows the old state (before doing anything in game), and not the state after exiting the game.

For example, I added remaining 1000 level up points in Admin Panel, then consume that 1000 points in game, going back to admin panel, the 1000 points still show up. Same for items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants