-
Notifications
You must be signed in to change notification settings - Fork 426
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
[Commands] Add #viewzoneloot [item id] command. #1382
Conversation
ghost
commented
Jun 11, 2021
- Allows GMs to search for a specific item across all the loot currently available on the spawned NPCs in the zone.
- Specifying item ID 0 will allow GMs to see all the droppable items, I tested in Sanctus Seru (a huge zone) and it sent approximately 1,200 messages, which didn't lag or desync my client.
- Allows GMs to search for a specific item across all the loot currently available on the spawned NPCs in the zone. - Specifying item ID 0 will allow GMs to see all the droppable items, I tested in Sanctus Seru (a huge zone) and it sent approximately 1,200 messages, which didn't lag or desync my client.
26b5218
to
27ac20d
Compare
Neat function Left minor comments Also I'm not sure if aware but there is a new-ish Obviously this is separate from what your command achieves but worth throwing out there |
44502db
to
5b34213
Compare
Yeah, I'm aware of the log type, someone had specifically requested a command to view the current loot available in the zone. All comments should be addressed and ready for merge. |