We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to identify new or additional options for assigning NPC IDs as we run out of numbers for global NPCs such as pets.
The text was updated successfully, but these errors were encountered:
There are a few "official" zone IDs just under 1000 (or I think they are)
Live is currently at like 816 zones used in the client (unreleased zones)
@cream24 suggested just treating "zone ID" 2000 (so 2000 * 1000 like our current schema) as global NPCs as well.
At the end of the day, these are just conventions so we can do anything, but it's good to keep them :P
Sorry, something went wrong.
@mackal: I think this is resolved...?
NPCs no longer required to use 'zone * 1000' convention.
3e7c9b4
Zones will now only show NPCs in a spawnentry for that zone. Use the search bar for NPCs not in a spawnentry in order to edit.
No branches or pull requests
Need to identify new or additional options for assigning NPC IDs as we run out of numbers for global NPCs such as pets.
The text was updated successfully, but these errors were encountered: