I think we need a tool to allow scripters and db devs to research sniffs in a better and easier way.
The tool needs to be multiplatform and license must be AGPL.
The idea is you load the parsed sniff into the tool, (it needs to open huge txt files, over 1 GB on size) then:
- 1st dropdown will allow the dev to select what he wants to research (for example: creature, gameobject, vehicle, npc_text, poi, waypoints...)
- 2nd dropdown will list the IDs of the creatures/gameobjects/vehicles you have selected (allows multiple selections).
- 3rd dropdown will list the GUIDs of the creatures/gameobjects of the ID(s) you have selected (allows multiple selections).
When you select the GUID(s) under the dropdowns, you will get the coords for a creature/gameobject or creature using the npc_text or the quest of a poi.
And under that, on the left, you will have the timing(s) where sniffer found the selected object.
When selecting it on the right, we will see the actions performed by the object at that time.
In case of waypoints allow to load maps and draw the route of the creature.