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

Streamline ID usage #37

Open
ghost opened this issue Sep 22, 2011 · 2 comments
Open

Streamline ID usage #37

ghost opened this issue Sep 22, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2011

Currently tables referencing any entry from the _template tables use a wide variety of different ID variants to sort / show the referenced ID.

Thus we are discussing a few options to streamline the ID usage. The currently favored solution is to reference all entries from _template tables by using e.g.

(`?_template`.`entry` * 1000) +n

where n would be increased for each use.

@PatSmuk
Copy link
Contributor

PatSmuk commented Sep 22, 2011

So instead of having arbitrary creature GUIDs, they would be based on the creature's ID * 1000 + a counter? Similar to the way ACID is numbered?

@ghost
Copy link
Author

ghost commented Sep 23, 2011

Exactly.

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

1 participant