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

Give Characters a set of positions #166

Closed
Mogwai-TheFurry opened this issue Mar 23, 2017 · 1 comment
Closed

Give Characters a set of positions #166

Mogwai-TheFurry opened this issue Mar 23, 2017 · 1 comment

Comments

@Mogwai-TheFurry
Copy link
Contributor

Mogwai-TheFurry commented Mar 23, 2017

Make an enum for the following positions types:

  • Physical Location
  • Lifestone Used
  • Lifestone Tied
  • Portal Recall
  • Primary Portal Recall
  • Secondary Portal Recall
  • Allegiance Hometown (This should only apply to monarchs)
  • Mansion Recall

Notes / Requirements

  • The character database model will need to change so that players have a set of positions rather than a single position
  • The character object will have 1 new property for each of the recall locations in the enumeration, where Allegiance Hometown will attempt to find the monarch's Allegiance Hometown. If you can't do this yet, just slap a // TODO and return null.
  • Each of these positions should save to the database whenever changed.
  • Hook up the /lifestone and /ls commands to go to the Lifestone position.
@ogmage78
Copy link
Contributor

This is inprogress

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

No branches or pull requests

2 participants