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

Handle class and item duplication when Cohort 6 member joins main game #18

Open
ECWireless opened this issue Jan 11, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ECWireless
Copy link
Collaborator

ECWireless commented Jan 11, 2024

  • Should the server handle adding the cohort character to the game automatically, when the player joins the RaidGuild DAO?
  • The server will check which classes and XP the character has in the Cohort game, then mint those for the same character in the RaidGuild game

Implementation

  1. Bot listens for JoinedGame event, but only for the RaidGuild game on Gnosis
  2. Bot checks if the character joining is being brought over from Cohort 6
  3. If so, it checks the character's Cohort 6 classes and XP (including class-XP), and then...
  4. Mints the equivalent tokens for the character in the RaidGuild game
  5. User is congratulated for joining the guild as a member, in Discord

Bonus: when the Cohort 6 player joins the RaidGuild bot, the bot automatically adds the character to the RaidGuild game

@ECWireless ECWireless added the enhancement New feature or request label Jan 11, 2024
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