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

Add a system for char selection, creation and deletion #6

Open
bierdosenhalter opened this issue Oct 11, 2021 · 1 comment
Open

Add a system for char selection, creation and deletion #6

bierdosenhalter opened this issue Oct 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@bierdosenhalter
Copy link
Contributor

bierdosenhalter commented Oct 11, 2021

<leaf name="CREATE_CHAR"
          description="The client creates a character, type is $u32, and name is $s" />
<leaf name="SELECT_CHAR" />
<leaf name="DELETE_CHAR"
          sendto="EGS"
          format="u8"
          description="The client delete a character, slot of character is $u8" />
<leaf name="RENAME_CHAR"
          format="u8 s s"
          description="The client rename a character, $u8 : slot of character $s : name $s : surname" />
@bierdosenhalter bierdosenhalter added the enhancement New feature or request label Oct 11, 2021
@bierdosenhalter
Copy link
Contributor Author

char creation action handler is implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant